Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying out your rf_transmitter and rf_tester #2

Open
larrywal opened this issue Sep 26, 2018 · 2 comments
Open

Trying out your rf_transmitter and rf_tester #2

larrywal opened this issue Sep 26, 2018 · 2 comments

Comments

@larrywal
Copy link

Hi Matt - I setup a Mega and an Uno together with a transmitter and receiver. I got them working using a RadioHead tutorial, so I decided to then try your test files before actually getting into the fireplace stuff.

I have the transmitter uploaded to the mega and the tester uploaded to the uno. The serial output shows that 433mhz is setup, but I don't get anything after that. I tried changing the output and receive pins to use, but that hasn't helped. Any ideas?

I'm sure it's wired right because it was working with the radio head tutorial. LMK ideas. Thanks.

image

@larrywal
Copy link
Author

Note - I did try both on pin 2 (given they should both be interrupt pins). Same -- just get this serial output:

image

@larrywal
Copy link
Author

Ah ha - I think I got it - in the receiver I had to change "4" to "digitalPinToInterrupt(receive_pin)".

That got me the below results (Which I assume are different from the actual message being sent because I'm on an UNO with max set to 200 (vs. 800, per the comment you have in RF_tester).

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant