neo7530
                                            neo7530
                                        
                                    Cad mode is working excellent on a receiving only node. But sadly it can't mixed with transmitting code. Have modified the gateway code to act as repeater. So if I...
It is in setup()
@chocotov1 Can you transmit with your CAD-Code? Didn't got it to work yet.
Yea, you need both interrupt pins. Dio1 is for cad detect, so the avr will wake up if a cad occurs.
@IoTThinks you can separate the Dios with a diode, but this wouldn't work with this code, because it have 2 separate int handlers and flags.maybe you can modify the code....
@chocotov1 This works, bud sadly enableInvertIQ and disableInvertIQ are not working :( UPDATE, IT IS WORKING... The Node has to be on the same Preamble-length, otherwise it won't receive the...
Have tested CAD Mode again. I am not going to get it below 4mA power consumption while sleeping. Have ripped off LDO from Arduino, Power-LED, Crystal and flashed 8MHz internal...
I have added some features in my repo. (Full working Gateway with invertIQ and a periodical beacon)
Have done some power measurements: //WDTCSR = WDTO_1S; //SF11 (receiving not every packet) 50uA / SF12 100uA (receiving not every packet) //WDTCSR = WDTO_500MS; //SF11 430uA / SF12 1.5mA recommended...
yep, that is okay. didn't know the device-args :( "tried -o soapysdr="device=plutosdr,ip=192.168.2.1" so hacktv will run, but no Output from Pluto...