Navigation

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

    Topics created by miguelingles

    • miguelingles

      A question could be written so in the EPROM memory of a node.?
      Development • • miguelingles  

      3
      0
      Votes
      3
      Posts
      1157
      Views

      miguelingles

      I meant not save the state locally, I want to send a status and save it to a memory address automatically. For xample in esp2666 gateway to remotely write the key wify and network name and save memory addresses It would be a command such as node address, memory address, value
    • miguelingles

      Reading message from principal sketch.
      Development • • miguelingles  

      4
      0
      Votes
      4
      Posts
      1236
      Views

      hek

      Ok, the use the development branch. And something like: MyMessage msg(1,V_TEMP); int temp; void presentation() { present(1,S_TEMP); } void loop() { temp = READ_TEMP_FROM_SOME_SOURCE; if (temp>25) send(msg.set(temp)); wait(10000); }