todddangerfarr / tormach-cnc-wireless-probe

Converting the Tormach CNC Passive Probe to a Wireless Version
2 stars 1 forks source link

Pinout #1

Open mrp192 opened 2 years ago

mrp192 commented 2 years ago

Hey I just wanted to double check about the pinout.

TX (sender) is A0

RX (receiver) and the output pin is 6

Am I reading this correct?

todddangerfarr commented 2 years ago

@mrp192 yes that's how I have it hooked up.

pinMode(A0, INPUT_PULLUP); line 29 in the TX code

const int outputPin = 6; line 41 in the RX code.

Let me see if I can add some additional stuff to the Readme.md file for you. I'm also planning on making a video of this pretty soon, just haven't had time.

mrp192 commented 2 years ago

Awesome thanks,

I did have to use the Feather M0 RFM69HCW since the one you said is no longer made. But from what I can tell they should be the same.