Search found 35 matches

by jucs
13 Jan 2017 01:32
Forum: Z-Uno
Topic: Makefile for the Z-Uno
Replies: 4
Views: 4921

Re: Makefile for the Z-Uno

Hi again, I more or less got where I wanted to get. I did try to invoke sdcpp / sdcc myself, however it's complicated to follow all the calls. I did find a way to utilize the "compiler" binary that builds a sketch; this way, I've built a (very basic) Makefile and a project template. The co...
by jucs
11 Jan 2017 17:50
Forum: RaZberry
Topic: Battery device for routing?
Replies: 1
Views: 2983

Battery device for routing?

Hello everyone, I'm having a strange problem. Today, my Z-Wave network seems to only work partially; so I had a look on the network map (see attachment). I'm using the following devices: - Node 77: Mains-connected dimmer - Node 78: Battery-operated (in deep sleep mode) Z-Uno - Node 79: Battery-opera...
by jucs
11 Jan 2017 02:19
Forum: Z-Uno
Topic: Battery level
Replies: 4
Views: 5208

Re: Battery level

Ok, thanks!
by jucs
10 Jan 2017 23:47
Forum: Z-Uno
Topic: Incorrect ADC values after wake-up
Replies: 7
Views: 7081

Re: Incorrect ADC values after wake-up

Thanks a lot!
by jucs
10 Jan 2017 23:46
Forum: Z-Uno
Topic: Battery level
Replies: 4
Views: 5208

Re: Battery level

Ok, but how can I manually set it? The VCC measurements are completely wrong since I'm using a boost up converter.
by jucs
10 Jan 2017 12:32
Forum: Z-Uno
Topic: Incorrect ADC values after wake-up
Replies: 7
Views: 7081

Re: Incorrect ADC values after wake-up

Thank you very much, I'm glad not to be the only one ;)
by jucs
10 Jan 2017 04:19
Forum: Z-Uno
Topic: Incorrect ADC values after wake-up
Replies: 7
Views: 7081

Incorrect ADC values after wake-up

Hi there, it seems like analogRead() wouldn't work correctly after wake-up from deep sleep mode. This is only the case when the Z-Uno wakes up on its own, the problem does not occur when waking up using the service button / interrupt. The problem persists even when looping "indefinitely" u...
by jucs
09 Jan 2017 19:49
Forum: Z-Uno
Topic: Battery level
Replies: 4
Views: 5208

Battery level

Hi there,

I'm sorry if I'm blind, but I couldn't find how to set the battery level (which is reported to the controller) in the documentation? Does anyone know?

Greetings,
Julian
by jucs
06 Jan 2017 23:52
Forum: RaZberry
Topic: C API plus web server
Replies: 4
Views: 5368

Re: C API plus web server

Thanks; is there a tutorial for that somewhere?
by jucs
06 Jan 2017 23:49
Forum: Z-Uno
Topic: Makefile for the Z-Uno
Replies: 4
Views: 4921

Re: Makefile for the Z-Uno

Ok thank you, I'll try to find it out using strace ;)