Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Dinnoc
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by Dinnoc

    • Dinnoc

      [SOLVED] ESP8266 - RFM69W - Are they talking??
      Troubleshooting • • Dinnoc  

      8
      0
      Votes
      8
      Posts
      2621
      Views

      Dinnoc

      All working now, thanks Chrille!! For anyone else trying to get RFM69W working with ESP8266 I have MISO -> GPIO12 MOSI -> GPIO13 SCK -> GPIO14 NSS - > GPIO16 DIO0 ->GPIO15 (Which is also pulled down with a 10k resistor) ANA -> antenna (to be honest i eyeballed 9cm but haven't measured it (was going to trim afterwards)) VCC -> 3.3V GND -> GND I also soldered a 4.7uf cap over the power and ground of the RFM69W directly on the RFM69W PCB For the power supply i have a 5V USB supply (old phone charger) with a 1000uf cap over the +ve and -ve. then and LD1117 to feed 3.3V to the ESP and the RFM69. Should probably also have 47uf cap somewhere on the 3.3V side as well. I saw people talking about them being too close as well. I tested most of mine about 50cm apart with no major issues. I made the following mods to get either the gateway or node sketch working #define MY_RF69_IRQ_PIN 15 #define MY_RF69_SPI_CS 16 All makes for a pretty cheap gateway. I was planning on using the ESP for nodes as well but is seems its power consumption is far greater than the arduino mini pro, so i ordered a few of them for nothing and will build my nodes based on those.
    • Dinnoc

      MyHwESP8266.cpp:21:20: fatal error: EEPROM.h: No such file or directory #include <EEPROM.h>
      Troubleshooting • • Dinnoc  

      3
      0
      Votes
      3
      Posts
      1844
      Views

      Dinnoc

      Thanks i actually just reinstalled arduino from version 1.6.4 to current version 1.6.9 i think and it seemed to fix the issue. I do still have an error with the mymocksensors example sketch though that it doesnt compile with a series of 'function xx is ambiguous' looks like a duplicate reference somewhere. Ill generate the error and post the information Cheers James