Search found 12 matches
- 27 Jul 2019 22:44
- Forum: Z-Uno
- Topic: New 2.1.5 release
- Replies: 20
- Views: 14762
Re: New 2.1.5 release
Still blinking, even with an empty sketch: ZUNO_SETUP_SLEEPING_MODE(ZUNO_SLEEPING_MODE_ALWAYS_AWAKE); ZUNO_SETUP_DEBUG_MODE(DEBUG_ON); ZUNO_DYNAMIC_CHANNELS(32); ZUNO_ENABLE(WITH_CC_SWITCH_MULTILEVEL); ZUNO_DISABLE(SERVICE_LEDS); void setup() { } void loop() { } I'm using the USA frequency and no se...
- 27 Jul 2019 03:28
- Forum: Z-Uno
- Topic: New 2.1.5 release
- Replies: 20
- Views: 14762
Re: New 2.1.5 release
Well, now I'm able to upload sketches at least in 50% of cases.
However, ZUNO_DISABLE(SERVICE_LEDS) doesn't work anymore. Still have this damned blinking green LED
However, ZUNO_DISABLE(SERVICE_LEDS) doesn't work anymore. Still have this damned blinking green LED
- 12 Jul 2019 09:07
- Forum: Z-Uno
- Topic: Fahrenheit and PSI for multisensor?
- Replies: 1
- Views: 964
Re: Fahrenheit and PSI for multisensor?
ZWave standard uses metric units. They can be translated them into US customary units on the frontend.
- 03 Jul 2019 06:23
- Forum: Z-Uno
- Topic: 2.1.5 - failing to load sketch
- Replies: 1
- Views: 2191
2.1.5 - failing to load sketch
Hi! Since upgrading a board to 2.1.5 I'm consistently getting CRC errors while uploading a sketch. Only about 5% of uploads work, if that. Tried with various security levels, frequences, multi-command settings. Tried recovery mode - same result. I tried different USB cables and for some of my cables...
- 01 Jul 2019 12:15
- Forum: Z-Uno
- Topic: New 2.1.5 release
- Replies: 20
- Views: 14762
Re: New 2.1.5 release
Unfortunately, I'm consistently getting "Can't upload sketch! Something went wrong. Bad CRC16 :'( ." after updating. I've tried removing the ~/Library/Arduino15 folder and re-installing everything. It helped _once_ and I was able to upload a sketch. However, now I can't update it. I tried ...
- 29 Jun 2019 11:15
- Forum: Обсуждение на русском / Discussions in Russian
- Topic: Батарея на ALWAYS_AWAKE устройстве
- Replies: 1
- Views: 1395
Батарея на ALWAYS_AWAKE устройстве
Привет! Я хочу сделать устройство, которое будет работать роутером между двумя сегментами сети. Для этого оно должно быть ALWAYS_AWAKE. Но у меня на нём есть батарейка, которая используется в случае отключения электричества, её хватает на сутки примерно. Можно ли как-нибудь сообщать хабу её статус? ...
- 09 Jun 2019 04:05
- Forum: Z-Uno
- Topic: Why Blinds can't be used with FLIRS?
- Replies: 1
- Views: 1071
Why Blinds can't be used with FLIRS?
Hi!
The manual page for ZUNO_BLINDS says that it can't be used with FLiRS ( https://z-uno.z-wave.me/Reference/ZUNO_BLINDS/ ). What is the reason for this? I do have blinds that are battery-powered and Z-Uno is draining it pretty fast.
The manual page for ZUNO_BLINDS says that it can't be used with FLiRS ( https://z-uno.z-wave.me/Reference/ZUNO_BLINDS/ ). What is the reason for this? I do have blinds that are battery-powered and Z-Uno is draining it pretty fast.
- 02 Jun 2019 19:44
- Forum: Обсуждение на русском / Discussions in Russian
- Topic: Отключить зелёный светодиод?
- Replies: 3
- Views: 1503
Re: Отключить зелёный светодиод?
На Z-Uno.
- 27 May 2019 09:59
- Forum: Обсуждение на русском / Discussions in Russian
- Topic: Отключить зелёный светодиод?
- Replies: 3
- Views: 1503
Отключить зелёный светодиод?
Можно ли как-нибудь отключить зелёный мигающий светодиод? А то очень раздражает 

- 26 May 2019 10:23
- Forum: Z-Uno
- Topic: New 2.1.5 beta
- Replies: 15
- Views: 6651
Re: New 2.1.5 beta
I keep getting "Error 0 Can't upload sketch! Something went wrong. Bad CRC16 :'( ." message. Is there anything I need to do to fix it?