Search found 15 matches

by kjetilhansen
23 Jan 2020 11:48
Forum: Z-Uno
Topic: Z wave to IR. Unknown IR
Replies: 4
Views: 6143

Re: Z wave to IR. Unknown IR

It was a very long row of ir codes.. But I booted up my arduino and uploaded a code that would also tell me what vendor (this did not work for me on the zuno even if there was a part in the code saying either what vendor or unknown..) but the arduino code said for most of the buttons that it was San...
by kjetilhansen
18 Jan 2020 18:23
Forum: Z-Uno
Topic: Z wave to IR. Unknown IR
Replies: 4
Views: 6143

Z wave to IR. Unknown IR

Hey guys! I am trying to use one of my Z-unos to control my AC unit. So I uploaded the IRsniffer and got the code for ON and OFF. I then added a IR diode and uploaded the Z-wave to IR and changed the top two lines (raw_command_on and off) with the codes I got from the sniffer. But this didn't work w...
by kjetilhansen
27 Sep 2019 10:39
Forum: Discussions in English
Topic: When is the new module released?
Replies: 0
Views: 4315

When is the new module released?

Hello

When is the new module estimated to be released? And will this be something only companies can buy or will it be sold the same way as the z-uno in those kind of stores?
by kjetilhansen
16 Jul 2018 08:15
Forum: Z-Uno
Topic: Multiple serial communication
Replies: 2
Views: 3023

Multiple serial communication

Hello all!

Is there a way to communicate between a atmega328 and the Z-UNO? The TX&RX pin on the mega is already in use. maybe possible to use I2c?
by kjetilhansen
11 Jul 2018 18:44
Forum: Z-Uno
Topic: LoRa SX1278
Replies: 0
Views: 2803

LoRa SX1278

Hello,

Do Z-Uno support SX1278? I can not find that many guides on google, but some of the once I do uses library...

Have anyone used this module with the Z-uno?
by kjetilhansen
05 Jul 2018 11:11
Forum: Z-Uno
Topic: Which socket?
Replies: 2
Views: 3301

Re: Which socket?

I don't know if this exist, but I use 15 pin PCB socket.
pcb header.jpg
pcb header.jpg (24.84 KiB) Viewed 3270 times
by kjetilhansen
22 May 2018 14:56
Forum: Z-Uno
Topic: avr/interrupt.h missing
Replies: 8
Views: 6872

Re: avr/interrupt.h missing

Thank you, I will read what you said in detail when I get home and try to figurer all this out :) My project is kinda simple, I've just over complicated it out of this world! Basically it notifies me of mail in my mailbox. I live in an apartment and there is 50-60 meters to the mailbox with walls. A...
by kjetilhansen
22 May 2018 08:48
Forum: Z-Uno
Topic: avr/interrupt.h missing
Replies: 8
Views: 6872

Re: avr/interrupt.h missing

Am I understanding the example right, when the Z-uno sends the number 1 to the UNO, the led turns on? In that case it actually looks simple! Well, it looks more complicated than the example I found, but I guess I can work with this! In my schematic I shared the RX/TX line from the HC-12, sent it to ...
by kjetilhansen
20 May 2018 21:32
Forum: Z-Uno
Topic: avr/interrupt.h missing
Replies: 8
Views: 6872

Re: avr/interrupt.h missing

I am not skilled enough to do that :P


But no worries, I am making the circuit myself, so I'll just add a ATTINY85 to do the serial comm. and then give the Z-uno inputs and outputs :) I know it is overkill and somehow dumb, but it's the way I know how to do it :lol:
by kjetilhansen
20 May 2018 16:50
Forum: Z-Uno
Topic: avr/interrupt.h missing
Replies: 8
Views: 6872

avr/interrupt.h missing

Hello, I am trying to use a code that compiled fine on the ATTINY, but not on the Z-uno.. When verifying it sais interrupt.h is missing. I am using the library SoftwareSerial.h Also, if I upload something that dont use this library it works. So I am guessing the library is the problem. I've also add...