Search found 33 matches

by ondrej_bajer
20 May 2018 21:57
Forum: Z-Uno
Topic: avr/interrupt.h missing
Replies: 8
Views: 7010

Re: avr/interrupt.h missing

Believe me, it's easy. Here's the reference: https://z-uno.z-wave.me/Reference/Serial/ Here's the example using Serial and Serial0: https://z-uno.z-wave.me/examples/rs-485/ Serial pins are: USB port for "Serial" TX0 RX0 for "Serial0" TX1 RX1 for "Serial1" Z-Uno pinout.j...
by ondrej_bajer
20 May 2018 21:17
Forum: Z-Uno
Topic: Shield for Z-Uno
Replies: 14
Views: 13981

Re: Shield for Z-Uno

Good job! Thanks a lot!
by ondrej_bajer
20 May 2018 20:05
Forum: Z-Uno
Topic: avr/interrupt.h missing
Replies: 8
Views: 7010

Re: avr/interrupt.h missing

Hi kjetilhansen, AFAIK, Z-UNO is based on Sigma Designs ZM5101, which is 8051 architecture, while original Arduino is based on Atmel AVR. For a shame, standard SoftwareSerial library from arduino has a lot of AVR_specific binary code inside. Therefore, it's not portable. How about to use hardware se...
by ondrej_bajer
20 May 2018 09:55
Forum: Z-Uno
Topic: Shield for Z-Uno
Replies: 14
Views: 13981

Re: Shield for Z-Uno

This shield looks great! I'm looking forward to buy one or two and fit them inside a DIN rail casing. Is the shield available already, please? Where can I order it? Idea: I'd like to have voltage divider for 10V ADC input, as 0-10V is the standard for many industrial sensors. But 12V divider can be ...
by ondrej_bajer
19 May 2018 14:00
Forum: Z-Uno
Topic: Serial strange behaviour
Replies: 26
Views: 24100

Re: Serial strange behaviour

That's a great news, thanks a lot!
by ondrej_bajer
17 May 2018 21:47
Forum: Z-Uno
Topic: Z-UNO + RS232
Replies: 16
Views: 13753

Re: Z-UNO + RS232

For a shame, adding another bridge is too complex for me.
A change in HW UART to support 2400 baud would be perfect for me, even if I had to buy a new HW version of Z-UNO.

Regarding Software Serial, I know that library from Arduino, but it's unportable, as it uses too much of ARK-specific code.
by ondrej_bajer
17 May 2018 21:31
Forum: Z-Uno
Topic: Serial strange behaviour
Replies: 26
Views: 24100

Re: Serial strange behaviour

PoltoS wrote:
02 Apr 2018 10:01
As for <9600, we will do it soon and release for public as there are many requests.
I'm looking for baudrate 2400 too. Is there a roadmap on this already?
Thanks!
by ondrej_bajer
17 May 2018 20:00
Forum: Z-Uno
Topic: Z-UNO + RS232
Replies: 16
Views: 13753

Re: Z-UNO + RS232

Now it works :)
Z-UNO is sending a text and also able to receive info from RS232. Finally!

I've changed baudrate from 2400 to 9600 on both sides (sketch and Putty) and it started working.
Shame, I need 2400 baud as UPS has fixed baudrate :(
RS232 - Z-UNO putty.jpg
RS232 - Z-UNO putty.jpg (229.24 KiB) Viewed 8087 times
by ondrej_bajer
17 May 2018 19:54
Forum: Z-Uno
Topic: Z-UNO + RS232
Replies: 16
Views: 13753

Re: Z-UNO + RS232

- Swapped Z-UNO board for a new one. - Swapped RS232 module for 2nd. - Probing RX/TX pins with a LED+resistor. LED slightly changes brightnes in both cases: 1) when I'm sending a string from Z-UNO, and probing TX pin 7 2) when I'm typing into Putty, and probing RX pin 8 So, the TX pin is able to sen...
by ondrej_bajer
17 May 2018 18:23
Forum: Z-Uno
Topic: Z-UNO + RS232
Replies: 16
Views: 13753

Re: Z-UNO + RS232

For this particular model, there are just 3 pins in the supplied cable: - TX - RX - GND So, there's no need for hardware signalling CTS etc... :) Just checked Z-UNO, and RX/TX pins of UART0 are fried. But RX/TX pins of UART1 are still working in digital_out mode (LOW/HIGH). So, I will connect the RS...