Last seen: 2025-01-20 5:15 pm
@zander Give me a few minutes for the URH files. What I have now are 10M and are too big for the forum.
@zander @tfmccarthy Better pictures below. This is the signal I am transmitting out of the Arduino based on tfmccarthy code change. This is th...
@zander I am not sure how to get a better picture, but I could send you the OPEN/UP and DOWN/CLOSE files if you have Universal Radio Hacker software...
@zander I selected the "Demodulated" option. I captured 20 seconds of holding down the "Down" button and the Universal Radio Hacker software has...
@zander @tfmccarthy Using my SDR dongle and the SDR# software from the second video I determined that the remote is broadcasting on 433.916MHz. I a...
@zander @tfmccarthy Ron, that't the video I followed to get the data shown above (pic of the Universal Radio Hacker software display). As I mention...
@tfmccarthy I did, and all I see in the transmit serial monitor is the display is scrolling up but nothing is displayed. On the receive unit I see ...
@zander Not that I can tell in the 433MHz band. Nothing I have that broadcasts. I did follow his video and used my SDR and the universal radio...
@zander I did and changed it to default. I now get the warning: invalid conversion from 'unit8_t* (aka unsigned char*)' to 'char*' [-fpermissive]
@zander Just recompiled and no error message.
@zander Ron, none of this is critical or more important that your health. I'll keep you in my prayers for a successful outcome. BTW, no error mes...
@tfmccarthy I had to step away to help my wife. I'll try the change as soon as I get released from additional duties! Thanks
@zander Ron, whatever I added worked, but I had to step away and help CinC House for awhile. I'll check later. Thanks
@tfmccarthy @zander I added the following two lines to the receiver sketch driver.printBuffer("Got: ", buf, buflen); //this was existing code c...
@tfmccarthy @zander Here is the receiver code: // ask_receiver.pde // -*- mode: C++ -*- // Simple example of how to use RadioHead to receive me...