Skip to content

Arduino project using a ESP8266 to receive data on a RFM69 radio and POST it to a remote server via Wifi.

Notifications You must be signed in to change notification settings

chris03/rfm69-to-wifi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rfm69-to-wifi

Build Status

Purpose

  • Receive data on the RFM69 radio and POST it to a remote server via Wifi.
  • Accept OTA (over the air) updates.

Hardware

ESP-12
RFM69W 915Mhz radio

Wiring

RFM69     ESP12
---------------------
DIO0  <=> GPIO5 (Configurable in code)
NSS   <=> GPIO15 (CS)
CLK   <=> GPIO14
MOSI  <=> GPIO13
MISO  <=> GPIO12

External Libraries

https://github.com/LowPowerLab/RFM69
https://github.com/LowPowerLab/SI7021

About

Arduino project using a ESP8266 to receive data on a RFM69 radio and POST it to a remote server via Wifi.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published