Quantcast
Channel: The Things Network - Latest posts
Viewing all articles
Browse latest Browse all 116818

Arduino UNO + RN2483 needs power interrupt to start

$
0
0

@w4e Thank you, that is just what i needed. About this thread's problem, i've connected digital pin #5 on my nano to pin #5 (RESET) on the bee, and executed this code:

Serial.println("Reset RN2483!");
pinMode(5, OUTPUT);
digitalWrite(5, HIGH);
delay(50);
digitalWrite(5, LOW);
delay(50);
digitalWrite(5, HIGH);
delay(50);

but no luck. I still need to take the 3v3 off and on to make it respond.
Any ideas ?

NOTE: I already tried pin 17 (SJ1) , same problem.


Viewing all articles
Browse latest Browse all 116818

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>