-
Notifications
You must be signed in to change notification settings - Fork 356
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
Nano RFM65PCB: Nano 5v safe? #311
Comments
There is a 3.3V pin on the Nano. |
That's only for the RFM95 VCC. The other Nano digital pins are 5v only.
You either need to use a Logic converter or convert the nano to run in 3.3v
mode. I've downloaded your files and am modifying them to truely support
the nano. This board will eventually fry the RFM95 digital pins.
…On Mon, Jul 12, 2021 at 11:50 AM Congduc Pham ***@***.***> wrote:
There is a 3.3V pin on the Nano.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#311 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZKIVUUKYSRYQV74HTWWPDTXM2NPANCNFSM5AHLDGMQ>
.
|
Here you go. Have a look at that. |
OK, I see what you meant. I didn't pay attention to this. Thanks for the new PCB you sent me. We are not really using the Nano and mainly use the ProMini in its 3.3V version. regards, |
Yes. Logical. Unfortunately, some unknowing bystander may try to use the
nano and destroy their radio ;) .
…On Mon, Jul 12, 2021 at 11:51 PM Congduc Pham ***@***.***> wrote:
OK, I see what you meant. I didn't pay attention to this. Thanks for the
new PCB you sent me. We are not really using the Nano and mainly use the
ProMini in its 3.3V version.
regards,
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#311 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZKIVTN2X3EO6N7AIGOENDTXPO67ANCNFSM5AHLDGMQ>
.
|
I will put a notice for the nano. regards, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The nano is 5v on all digital pins which is not 3.3v safe for the RFM95. How is your PCB working without damaging the RFM95?
The text was updated successfully, but these errors were encountered: