Search found 16 matches

by samsonbox
25 Jul 2019 00:13
Forum: Z-Uno
Topic: How to send battery from the device to the controller
Replies: 1
Views: 3637

How to send battery from the device to the controller

Hallo,

Is it possible to send the battery status from the device to the controller when a FLiRS device gets active?
by samsonbox
25 Jul 2019 00:08
Forum: Z-Uno
Topic: BMP280 / BME280 - new lib for testing
Replies: 17
Views: 20057

Re: BMP280 / BME280 - new lib for testing

Hallo,

I have added a "void setSensorMode(sensor_mode mode);" function to the library to set the chip in the given power mode. Is it possible to integrate this function in the library? What do I have to do with the patch?
by samsonbox
24 Jul 2019 07:01
Forum: Z-Uno
Topic: New 2.1.5 release
Replies: 20
Views: 36846

Re: New 2.1.5 release

This is works fine in 2.1.5 update. Try to exclude your zuno and then include. If it won't work try other zuno. Also wake_up command class can be only in always sleeping device. Nowit works fine. But first i had to perform a "Erase NVM: All" once during one upload. It seems like the Devic...
by samsonbox
18 Jul 2019 08:36
Forum: Z-Uno
Topic: FLiRS with 2.1.5 release
Replies: 0
Views: 3268

FLiRS with 2.1.5 release

Hallo, I would like to implement an FLiRS Device with new 2.1.5 release and the dynamic channel asignement. I havethe following code: #include <ZUNO_BMP280.h> #include "Wire.h" ZUNO_SETUP_SLEEPING_MODE(ZUNO_SLEEPING_MODE_FREQUENTLY_AWAKE); ZUNO_ENABLE(LOGGING_EVENTS LOGGING_UART=Serial WIT...
by samsonbox
17 Jul 2019 22:23
Forum: Z-Uno
Topic: New 2.1.5 release
Replies: 20
Views: 36846

Re: New 2.1.5 release

Hi all, I have great problems with the new release and old software. Could you kindly send me an an example of a sensor multilevel device with 3 channels? I was using the following code in order to setup the 3 channels: ZUNO_SETUP_CHANNELS( ZUNO_SENSOR_MULTILEVEL( ZUNO_SENSOR_MULTILEVEL_TYPE_GENERA...
by samsonbox
16 Jul 2019 22:55
Forum: Z-Uno
Topic: New 2.1.5 release
Replies: 20
Views: 36846

Re: New 2.1.5 release

I have a problem with the ZUNO_SETUP_SLEEPING_MODE(ZUNO_SLEEPING_MODE_FREQUENTLY_AWAKE); with the loop I call zunoSetBeamCountWU(10); zunoSendDeviceToSleep(); but the device does not wake up any more. The Battery and wake_up command class is also missing on the contoller side. But in react on any co...
by samsonbox
16 Jul 2019 22:42
Forum: Z-Uno
Topic: z-uno module stops working when USB is not connected
Replies: 5
Views: 6599

Re: z-uno module stops working when USB is not connected

The same problem observed. When USB_DM is pulled up to +3.3V (after the programming!) by 10kOhm resistor the sketch works properly. That is what I did as well now. Do you have anSUB connector on your module? Or just headers? I have the suspicion that the chip does something strange. You can observe...
by samsonbox
11 Jul 2019 23:32
Forum: Z-Uno
Topic: New 2.1.5 release
Replies: 20
Views: 36846

Re: New 2.1.5 release

Thank you for your answer.

Does
We have fixed this. Please reinstall the cores.
mean one should reinstall the core via the arduino ide?
by samsonbox
09 Jul 2019 23:47
Forum: Z-Uno
Topic: New 2.1.5 release
Replies: 20
Views: 36846

Re: New 2.1.5 release

New channel mapping to channel 0 If the channel appears only once, it will not be inside MultiChannel, but rather on the root (channel 0) device only. Additional channels are not created anymore for that case. Is it possible to get the old behaviour backagain? I would like get the Status of the ind...
by samsonbox
02 Jul 2019 19:01
Forum: Z-Uno
Topic: z-uno module stops working when USB is not connected
Replies: 5
Views: 6599

Re: z-uno module stops working when USB is not connected

Ok I have a few more information about my problem: 1) the z-uno module is really alive and just trappen in something. I implemented a counteron the serial port and it just stops counting when I plug of the USB cable and continous counting when the cable ispluged in again. 2) WhenI plug off the USB c...