Search found 80 matches

by 10der
11 Mar 2017 16:10
Forum: Z-Uno
Topic: Reboot board
Replies: 38
Views: 31189

Re: Reboot board

p0lyg0n1 wrote:Try it, pretty strange. Z-uno starts with all pins to input with pull-ups.
when I connect the relay to 11 12 13 14 - it solves my issue.
btw, I have read somewhere (I can't remember) that some Z-UNO pins (like 19-22) used for internal transfers for z-wave protocol)...
by 10der
11 Mar 2017 15:25
Forum: Z-Uno
Topic: board hang
Replies: 12
Views: 12483

Re: board hang

OK! what I should move here?! void ShowTicker() { oled.gotoXY(0, 0); if ((((millis() / 1000) % 60) % 2) == 0) { oled.print("*"); } else { oled.print(" "); } } void loop() { ShowTicker(); } this sketch works on the order of 3-4h after Z-UNO hang (green service LED always on)!
by 10der
11 Mar 2017 02:30
Forum: Z-Uno
Topic: puzzle
Replies: 1
Views: 2739

puzzle

Guys! guess for you: is 9303 >= 3000000000 ? void loop() { // put your main code here, to run repeatedly: Serial.println(millis()); if (millis() >= 3000000000) { Serial.println("Hello"); } You won't believe it! here is an answer: http://pastexen.com/i/EoKcpEMzFb.png JFYI: DWORD millis(); /...
by 10der
11 Mar 2017 01:40
Forum: Z-Uno
Topic: board hang
Replies: 12
Views: 12483

Re: board hang

aaaaaaaaaaa (panic)

...
// Day = (secsUp / (60 * 60 * 24));
...

not hang!

What the hell?! :evil:
by 10der
11 Mar 2017 01:13
Forum: Z-Uno
Topic: board hang
Replies: 12
Views: 12483

Re: board hang

hang
Image
by 10der
11 Mar 2017 01:01
Forum: Z-Uno
Topic: board hang
Replies: 12
Views: 12483

board hang

Hi! this sketch will live above one minute. after board dies! ha-ha! #include "ZUNO_OLED_I2C.h" OLED oled; void setup() { // put your setup code here, to run once: oled.begin(); oled.clrscr(); } void ShowOLED() { long secsUp = millis() / 1000; long Day = 0; int Hour = 0; int Minute = 0; in...
by 10der
10 Mar 2017 23:12
Forum: Z-Uno
Topic: Reboot board
Replies: 38
Views: 31189

Re: Reboot board

btw, about Yes, it is a known one. Located and solved in our lab. The fix will be available in 2.0.8 pretty soon 2.0.8. relay switches connected 19, 20, 21, 22 pins. relay default states - "HIGH" mean "OFF" / "LOW" mean "ON" when Z-UNO start - (my guess) Z-UNO...
by 10der
10 Mar 2017 12:39
Forum: Z-Uno
Topic: DHT22 issues
Replies: 9
Views: 9515

Re: DHT22 issues

Sir! can you put into the header (for idiots like me) warning about 9-16 pins?
Image

Thank you so much and I apologize for the oversight!
by 10der
10 Mar 2017 12:29
Forum: Z-Uno
Topic: DHT22 issues
Replies: 9
Views: 9515

Re: DHT22 issues

>9-16
lol!

my fail
by 10der
10 Mar 2017 12:17
Forum: Z-Uno
Topic: DHT22 issues
Replies: 9
Views: 9515

Re: DHT22 issues

still not works. now i'll re-check sensor on rpi.

btw, i have patched ZUNO_DHT.cpp ZUNO_DHT.h cuz constructor definition as s_pin

ompiling _dht22_test_sdcpp_.cpp ...Traceback (most recent call last):
File "<string>", line 205, in buildFunc
[....]
KeyError: 'first_sketch_line'