Navigation

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

    Posts made by JeJ

    • RE: Getting node id 0 after erasing eeprom

      Use the "ClearEepromConfig" sketch from the MySensors examples instead.

      /Jesper

      posted in Development
      JeJ
      JeJ
    • RE: Windows GUI/Controller for MySensors

      You seem to have a sensor connected to your MYSController and not a gateway.
      Maybe wrong serialport?

      /J

      posted in Controllers
      JeJ
      JeJ
    • RE: NRF24L01+ - Not 250KBPS

      Ebay - http://www.ebay.com/itm/121225891331?_trksid=p2060778.m2749.l2648&ssPageName=STRK%3AMEBIDX%3AIT

      posted in Troubleshooting
      JeJ
      JeJ
    • RE: NRF24L01+ - Not 250KBPS

      If i plug in another "old" radio that i have it works perfectly!
      It has to be something wrong with the new ones.
      I bought then from the store on the Mysensors page.

      posted in Troubleshooting
      JeJ
      JeJ
    • RE: NRF24L01+ - Not 250KBPS

      Yes i have the + sign on the chip

      posted in Troubleshooting
      JeJ
      JeJ
    • NRF24L01+ - Not 250KBPS

      I recived 10 pcs of NRF24L01+ a few days ago but when i try them they only work on 1 or 2 MBPS.
      When i run the Getting started sketch it tells me it's the + version.
      Has anybody else had this problem?

      /Jesper

      posted in Troubleshooting
      JeJ
      JeJ
    • RE: Vera - Ethernet Gateway - Node Issues

      You shouldn't use node 0.
      The gateway is using adress 0.

      posted in Vera
      JeJ
      JeJ
    • RE: Reliability again

      I had a similar problem.
      When the sensor node doesn't receive kWh from the gateway it "spams" the radio network with the kWh request. (Value 24)
      In my case all of the other senors also lost communication.
      If i set "boolean pcReceived = true;" it works.

      posted in Troubleshooting
      JeJ
      JeJ
    • RE: Over the air updates

      @ToSa I have my gateway connected via the GPIO and i have followed the steps in the Readme.md.
      I will try to use a USB-Rs232 cable and see what happens.

      posted in General Discussion
      JeJ
      JeJ
    • RE: Over the air updates

      When i'm trying to run the NodeJsController.js script i always end up with "Error: Cannot open /dev/ttyAMA0"

      I'm running a RPi with a serial gateway.

      Any ideas?

      posted in General Discussion
      JeJ
      JeJ
    • Problem in Relay Actuator

      I have a question about the Relay Actuator code.
      In line 43 it says "digitalWrite(message.sensor-1+RELAY_1, message.getBool()?RELAY_ON:RELAY_OFF);"

      The part "message.sensor-1+RELAY_1" doesn't seem to work for me, if i change it to "message.sensor" the digitalWrite works.

      /Jesper

      posted in Bug Reports
      JeJ
      JeJ
    • RE: Combined sleepmode

      No, unfortunately i couldn't get it to work.
      It was to complicated for me.

      posted in Development
      JeJ
      JeJ
    • RE: Combined sleepmode

      Ok thanks!
      i'll give it a try and see if i can figure it out.

      posted in Development
      JeJ
      JeJ
    • Combined sleepmode

      Hi,

      I have a battery powered sensor node with motion and temperature.
      The sensor wakes up on interrupt from motion sensor but when there is no motion i would like it to wake up say every minute to send the temperature.

      Can this be done with the sleep library?

      posted in Development
      JeJ
      JeJ