Navigation

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

    Magiske

    @Magiske

    2
    Reputation
    35
    Posts
    749
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Website http:// Location Denmark

    Magiske Follow

    Best posts made by Magiske

    • RE: Is it possible to have an Ethernet Gateway also act as a node(Single Arduino setup)?

      So I did use some time to implement a gw with local sensors.
      And to be honest I gave up.. The existing code is awesome and don't have that much room to implement it. I did make some progress, but all that would be undone with an update.
      So compared to the time it took me to wire up an Arduino Pro Mini with humidity and temperature sensor(20min) and the cost of it. My life is to short:)

      /M

      posted in Controllers
      Magiske
      Magiske
    • RE: Thermocoupler and MAX31855 calibration ?

      That lib only supports HW SPI(from what I can see) and I would need it for Pro Mini's. But tried it on a mega, almost same issue.
      Did some more testing with same result. I checked the datasheets , and from what I can see, it is depending on a stabel reference voltage.
      Was driving my pro mini with 5v and then regulating it to 3.3v for the MAX31855. So dataline was 5v and max31855 was 3.3. Even if this is within spec the macx31855 board I got was as cheap one, so it did not filter the voltage/data input for the chip.(Looks like the Adafruit board does?) Moving the regulator in front of it all, driving everything with 3.3v it's as stabel as could be expected.

      Screenshot 2015-03-21 09.41.14.png
      Green is a DS18B20, Blue a DHT21 and the black is the ThermoCoupler.

      posted in Hardware
      Magiske
      Magiske

    Latest posts made by Magiske

    • RE: Sending Variables to a arduino switch

      I have started to use ESP8266 for some of my devices with my Vera. So a combination of mysensors and esp's.
      How would I go around reading values via WIFI only(esp8266) ? I can do a HTTP request to put values but how would I do a READ ?

      /M

      posted in Vera
      Magiske
      Magiske
    • RE: Node freezing up

      @ferpando You can enable a watchdog timer on your Arduino. If your code hangs your Arduino, it should reset/reboot it. But not sure that would reset the radio.

      Found good description -> http://www.megunolink.com/how-to-detect-lockups-using-the-arduino-watchdog/

      posted in Troubleshooting
      Magiske
      Magiske
    • RE: DHT11 and Atmega 8MHz

      @Andreas-Maurer Nice looking board!!

      posted in Troubleshooting
      Magiske
      Magiske
    • RE: DHT11 and Atmega 8MHz

      How often do you read from the DHT11, might not be an issue. But think you need to wait 1-2 sec pr. poll. (Depending on DHT11/22)

      posted in Troubleshooting
      Magiske
      Magiske
    • RE: Node freezing up

      Just add blink code or add an ekstra led to see if the code is running..

      posted in Troubleshooting
      Magiske
      Magiske
    • RE: Node freezing up

      And you have added a cap for the radio ?
      Try to add a blink, just to see if the board crashed/freezes. If not it's properly the radio.

      posted in Troubleshooting
      Magiske
      Magiske
    • RE: Node freezing up

      What are you powering it with ?? 5v usb or battery ??

      posted in Troubleshooting
      Magiske
      Magiske
    • RE: Compact design relay with button

      @kanchana said:

      2 ss relays

      Looks like 2A relays ?? Whats the part numbers on those relays ??

      posted in Hardware
      Magiske
      Magiske
    • RE: Getting data from Vera

      I was looking for the same thing. I need to implement a status on the node depending on the status of a device on my Vera. But from what I can read we "only" can read last reported value from the controller. That does not guarantee that it's valid compared too current status in the Vera.
      Guess you might need to create a script on the vera that updates the status to the controller ?

      posted in Vera
      Magiske
      Magiske
    • RE: We are mostly using fake nRF24L01+'s, but worse fakes are emerging.

      Ran the nRF24 GettingStarted and got this from two different nRF24's

      Standard nRF24L01+

      STATUS = 0x0e RX_DR=0 TX_DS=0 MAX_RT=0 RX_P_NO=7 TX_FULL=0
      RX_ADDR_P0-1 = 0xa8a8e1fc62 0xf0f0f0f0d2
      RX_ADDR_P2-5 = 0xff 0xc4 0xc5 0xc6
      TX_ADDR = 0xa8a8e1fc00
      RX_PW_P0-6 = 0x20 0x20 0x20 0x00 0x00 0x00
      EN_AA = 0x3b
      EN_RXADDR = 0x07
      RF_CH = 0x4c
      RF_SETUP = 0x07
      CONFIG = 0x0f
      DYNPD/FEATURE = 0x00 0x06
      Data Rate = 1MBPS
      Model = nRF24L01+
      CRC Length = 16 bits
      PA Power = PA_HIGH

      nRF24L01+ with Antenna

      STATUS = 0x0e RX_DR=0 TX_DS=0 MAX_RT=0 RX_P_NO=7 TX_FULL=0
      RX_ADDR_P0-1 = 0xe7e7e7e7e7 0xf0f0f0f0d2
      RX_ADDR_P2-5 = 0xc3 0xc4 0xc5 0xc6
      TX_ADDR = 0xe7e7e7e7e7
      RX_PW_P0-6 = 0x00 0x20 0x00 0x00 0x00 0x00
      EN_AA = 0x3f
      EN_RXADDR = 0x03
      RF_CH = 0x4c
      RF_SETUP = 0x07
      CONFIG = 0x0f
      DYNPD/FEATURE = 0x00 0x00
      Data Rate = 1MBPS
      Model = nRF24L01+
      CRC Length = 16 bits
      PA Power = PA_HIGH

      The one with antenna's adresse looks kind of "strange", but don't know if we can read anything out of this ????

      posted in Hardware
      Magiske
      Magiske