ESP8266+Lora RFM95 (SPI) #5667
Replies: 1 comment
-
Posted at 2017-07-07 by mvcorrea RFM95 pinout Attachments: Posted at 2017-07-07 by @gfwilliams Odd - if it's coming up with that https://github.com/espruino/EspruinoDocs/blob/master/devices/SX127x.js#L338 So basically the radio's It's possible that some of those pins are used for other things on ESP8266. GPIO15 is definitely pulled low normally, and Posted at 2017-07-07 by mvcorrea Gordon thanks for the reply, and congrats I noticed the module also is yours :) really great work. Yah the module is powered (checked 3.3v on the module). Powered from pins between D4&D5 on ESP. Is It possible to use the gpios 6/7/8/11 for spi? How about reset pin? regards if anyone is interested, rfm95 manual attached Attachments: Posted at 2017-07-07 by @gfwilliams Thanks! Actually you might find software SPI easier. Just do:
And then you can use any pins. To do a quick check, you could also try shorting MISO to MOSI (without the module attached) and running Posted at 2017-07-09 by mvcorrea With softspi I got the hello back in the console :) Attachments: Posted at 2017-07-09 by Wilberforce
These are used by the internal flash chip - you will have issues if you use these pins! Posted at 2017-07-10 by mvcorrea those for soft spi are ok?
regards, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-07-07 by mvcorrea
all new with espruino on esp8266.
found the module https://www.espruino.com/SX127x same chip in the RFM95.
RFM95 (868mhz) pinout attached:
Really nothing happens here, the callback is not called.
How to check if radio is working? how to debug those?
thanks for any help.
by the way does anybody knows how to avoid showing crap chars when reseting the board (before espruino logo).
connections:
code:
and the output:
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions