Navigation

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

    Topics created by tomtastic

    • tomtastic

      Sensebender Gateway 1.0 - Init weirdness...
      Troubleshooting • • tomtastic  

      4
      0
      Votes
      4
      Posts
      26
      Views

      Nigel31

      Hi all, This is what I Simply ended up with to clear the eeprom, // load core modules only #define MY_CORE_ONLY #include <MySensors.h> void before(){ Serial.begin(115200); Serial.println("Started clearing. Please wait..."); for (uint16_t i=0; i<EEPROM_LOCAL_CONFIG_ADDRESS; i++) { hwWriteConfig(i,0xFF); } Serial.println("Clearing done."); } void setup() { Serial.begin(115200); Serial.println("Started clearing. Please wait..."); for (uint16_t i=0; i<EEPROM_LOCAL_CONFIG_ADDRESS; i++) { hwWriteConfig(i,0xFF); Serial.println(i); } Serial.println("Clearing done."); } void loop() { // Nothing to do here... }
    • tomtastic

      Newbie problems - Sensebender GW + Arduino v1.8.2
      Troubleshooting • • tomtastic  

      4
      0
      Votes
      4
      Posts
      1256
      Views

      marceltrapman

      @tbowmo Seen yes, read no because I thought I already added everything... Working now Thanks