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

HOPERF95W on Arduino MEGA - not working

$
0
0

thanks. I've found it meanwhile and had to change according to the schema and my measurements the RST from 9 to 8
// Pin mapping
lmic_pinmap pins = {
.nss = 10, // Nsel/nSS (10)
// MOSI(11), MISO(12), SCK(13) as standard
.rxtx = 7, // Not connected on RFM92/RFM95 (7)
.rst = 8, // Needed on RFM92/RFM95 (9) Reset/POR
.dio = {2, 5, 6}, // 2=DIO0 , 5=DIO3 , 6=DIO4
// 3=DIO1 , 4=DIO2 = not used
};
your right, I've edited the wrong picture.
now I'm using an UNO*Pro, that has the same hardware layout as the UNO, but a 1284er processor plugin board.
but it still does not work ... :frowning:


Viewing all articles
Browse latest Browse all 116642

Trending Articles



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