Navigation

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

    Topics created by Mickey

    • Mickey

      Gateway to hands out node ID's
      Development • • Mickey  

      11
      0
      Votes
      11
      Posts
      2718
      Views

      hek

      You can see at how incoming PING requests sends a message back to the requesting node. So... something like this: (void)transportRouteMessage(build(_msgTmp, sender, NODE_SENSOR_ID, C_INTERNAL, I_ID_RESPONSE).set(currentID));
    • Mickey

      GatewayESP8266MQTTClient with realtime connection params
      Development • • Mickey  

      8
      1
      Votes
      8
      Posts
      3293
      Views

      Mickey

      Is the "bcn_timout,ap_probe_send_start ap_probe_send over, rest wifi status to disassoc" message is a known issue? I cant seem to find anything with this string when searching this forum...
    • Mickey

      !TSM:FPAR:FAIL - node not connecting to working GW
      Troubleshooting • • Mickey  

      4
      0
      Votes
      4
      Posts
      2763
      Views

      Mark69

      Hi there, I had a similar problem gw and sensor saw each other but the sensor did not get an id. Later I found that the controller hands out the id's, not the gateway. So when I connected the controller to the gw and configured it to use the gw arduino it worked. Not sure if this is your problem also but just in case Greets, Mark
    • Mickey

      esp8266 wifi gateway used also as a node
      Development • • Mickey  

      2
      0
      Votes
      2
      Posts
      878
      Views

      sundberg84

      Hi! Check dev. branch out. From 1.6 and forward I have seen in the code its possible to add nodes to the gateway.
    • Mickey

      Error flashing bootloader to atmega328p au board I design
      Hardware • • Mickey  

      15
      0
      Votes
      15
      Posts
      15308
      Views

      Mickey

      @AWI said: @Mickey Maybe you need to disconnect the radio. I am not able to use SPI programming with the radio connected... I also thought that but I made another board without the radio with the same error. I needed a fast way to figure it out so I desolder the atmega from an old arduino nano board but before I did it I read the fuses and got this: then I soldered the virgin series I have and read the fuses: so first of all It appears that I need the chips first hook up to an external clock just to be able to read the fuses and then change them.
    • Mickey

      Sending Byte Array in messages
      Development • • Mickey  

      7
      0
      Votes
      7
      Posts
      2706
      Views

      Yveaux

      @polite-vusi-Kubayi said: sending-image-data-over-the-mysensors-network https://www.google.nl/search?q=sending-image-data-over-the-mysensors-network+site%3Amysensors.org
    • Mickey

      arduino pro 3.3 + nrf24l01 smd onboard + On board 4K-Bit Flash memory
      Hardware • • Mickey  

      11
      0
      Votes
      11
      Posts
      6160
      Views

      Mickey

      No I decide that price is to high. in this price I can buy 2 pro and 2 nrf smd version.
    • Mickey

      allow sensors to operate on voltage lower than 2.7v
      Hardware • • Mickey  

      3
      2
      Votes
      3
      Posts
      2492
      Views

      m26872

      @Mickey Any progress to share? Do you experience any issues with short battery life due to CR2032s high internal resistance, like reported here ?
    • Mickey

      atmega328 tqfp pcb design
      Hardware • • Mickey  

      4
      0
      Votes
      4
      Posts
      2411
      Views

      tbowmo

      @Mickey No, you need one 100nF on each supply pin. (don't have datasheet at hand, so can't remember how many supply pins there are). Place it as close as possible to the supply pins.
    • Mickey

      ATMEGA48V-10PI
      Hardware • atmega48v • • Mickey  

      2
      0
      Votes
      2
      Posts
      1144
      Views

      mz-fuzzy

      @Mickey What would be the use case? One can't do much with 4kB flash on the controller there.
    • Mickey

      get a string out of a payload
      Development • getcustomstring string getstring • • Mickey  

      17
      0
      Votes
      17
      Posts
      5219
      Views

      Mickey

      I'm writing a sketch that use a MEMS sensor (ADXL345 in this case but it will be a start point for more sensors like this like MPU6050). this chip can raise an interrupt when: inactivity sensed,activity sensed,tap,double tap,free fall. so the reading of the XYZ values with a leading char that represent the event sensed (I for inactivity and etc ) are going to a serial MySensor GW and from there to the controller (right now I'm using MYSController). *EDIT I found out that values can be negative so I just sending the decimal numbers as is...
    • Mickey

      using 2 interrupt pins (2,3) inside a node.
      Development • interrupt pins • • Mickey  

      3
      0
      Votes
      3
      Posts
      2078
      Views

      Mickey

      ooouuu sorry missed that....(you really thought on everything with this library....)
    • Mickey

      MySensors first nodes ( after a long time using only NRF24NETWORK library )
      My Project • nrf24network first • • Mickey  

      2
      3
      Votes
      2
      Posts
      2548
      Views

      RJ_Make

      @Mickey Looks like a little MySensors node factory..
    • Mickey

      eeprom address for node id
      Development • node id eeprom • • Mickey  

      2
      1
      Votes
      2
      Posts
      1696
      Views

      hek

      If you use the MySensors provided functions (saveState) you can store 256 bytes without overwritnig anything.
    • Mickey

      nodejs controller
      Controllers • controller node.js • • Mickey  

      2
      0
      Votes
      2
      Posts
      2071
      Views

      hek

      @Mickey It is mainly for testing OTA updates (POC).
    • Mickey

      bootloader
      Development • firmware bootloader otg • • Mickey  

      23
      1
      Votes
      23
      Posts
      15483
      Views

      Mayank Raichura

      @Redferne Thanks. I'll check it out.
    • Mickey

      sending sensor reading with more than one value
      Development • multiple values accelearometer • • Mickey  

      5
      0
      Votes
      5
      Posts
      1674
      Views

      Mickey

      @hek said: ...or pack your data into VAR_1. can you give an example?