John Snowdon

Results 22 comments of John Snowdon

The replacement Adafruit RFM69HCW arrived and it's all hooked up (much neater, I may add!), but I'm still not getting any response from my sockets. I've a proper 433Mhz edge...

Okay, I don't think this thing is actually transmitting. I've got the Pi and the RFM69HCW radio sitting no more than 6 inches away from the same DVB-T antenna +...

This is it hooked up: [pi rfm69hcw radio](https://github.com/megatron-uk/sdlRFController/blob/master/docs/pi_radio.jpg) and the Pi side of things: [pi case and breakout](https://github.com/megatron-uk/sdlRFController/blob/master/docs/pi_case.jpg) And I've used the [Adafruit](https://learn.adafruit.com/adafruit-rfm69hcw-and-rfm96-rfm95-rfm98-lora-packet-padio-breakouts/pinouts ) documentation for the connections: The pins...

So without a board plugged in, I get the following radiover result: ``` $ ./hrfm69_test start reset... reading radiover... 0 unexpected radio ver, not 36(dec) ``` So there's definitely some...

So connecting RST direct to ground (Pi pin 39) makes no difference - radiover still works (so the power-on-reset function of the RFM chip must clearly do all the initialisation...

RST is back to being controlled by the GPIO pin and I've thrown a whole load more debugging in radio.c. I'm reading back carrier frequency, bitrate and data mode registers...

Okay, did that and connected the fluke up in 300mV DC mode to DIO2 and ground. It _definitely_ pulses when the `radio_send_payload` debug text from radio.c is printed on screen...

Hi David. I've got Mint 19 on my desktop so I'll give it a go tomorrow.

Cheers David. That's pretty much exactly what I needed to know. My existing application (https://github.com/megatron-uk/sdlRFController) is designed to run macro actions when pressing a touchscreen button, so you can press,...

Hi, after finally getting my radio module working I've been able to look in to this. First thing I found was that there's an exception thrown if you're using Python...