Navigation

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

    sudo_bash80

    @sudo_bash80

    1
    Reputation
    5
    Posts
    490
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    sudo_bash80 Follow

    Best posts made by sudo_bash80

    • Home Automation and monitoring

      My home and automation and monitoring project using an Arduino Uno as a serial gateway, using #PiDome as a server.
      0_1467024431786_Screenshot_20160627-114639.png

      posted in My Project
      sudo_bash80
      sudo_bash80

    Latest posts made by sudo_bash80

    • RE: 2.4" TFT: does it work with MySensors?

      My first attempt at using a screen like this was on a mega2560! This makes things even more complicated with these cheap screens as the internal port mapping is completely different on the mega2560. However I did eventually get it working using the superb SWtft library which has #defines for the Uno/Mega2560 pinouts . Still takes a lot to get going though!

      posted in Hardware
      sudo_bash80
      sudo_bash80
    • RE: 2.4" TFT: does it work with MySensors?

      Yes it will definitely work . I have a mega2560 with such a tft fitted along with the NRF radio and SDCARD connected. Just define softSPI in myconfig.h at the bottom. Remove // from //define soft spires then choose your pins. Don't forget to reasign the CS and CE pins accordingly to. These are set just above the softSPI definitions. Good luck.

      posted in Hardware
      sudo_bash80
      sudo_bash80
    • RE: PiDome does not show devices that seem to have been discovered

      No problem, hope it helps! That's just the way I've always done it is like to keep track of it all, I have a few nodes connected..see pic! Good luck.0_1467057595777_Screenshot_20160627-114639.png

      posted in PiDome
      sudo_bash80
      sudo_bash80
    • RE: PiDome does not show devices that seem to have been discovered

      I have been using PiDome since its infancy and testing it's beta versions. you need to tell it otherwise each node will assign it's own I'D which can be seen in a serial monitor on start.

      To change a node I'D you need to firstly specify it's I'd with #define NODE_ID 10// for example and with the gateway.begin statement.i.e

      Gateway.begin (null, NODE_ID,false, 0);

      Once the node is running head over to PiDome and select Add/Remove Device NOT device discovery, enter the name of the node then at the bottom enter the NODE_ID as per your code.save and start.

      Now go to custom devices, add new device and enter the required fields regarding group and data fields, update the device, restarting the node you should see the data being sent via serial on the node. Check the initial lines of the output as these will tell you your node I'D gateway I'd and other info. Eg.
      0_1467034969246_20160627_143950.jpg

      0_1467035084760_20160627_144349.jpg

      0_1467035107365_20160627_144435.jpg

      You can see in the serial output the line:
      Sensor started id=22 parent=0
      That tells you your NODE_ID is 22 and the parent or gateway is 0 which is default. And check it's not started as a repeater node by using "false" in the gw.begin () statement.

      posted in PiDome
      sudo_bash80
      sudo_bash80
    • Home Automation and monitoring

      My home and automation and monitoring project using an Arduino Uno as a serial gateway, using #PiDome as a server.
      0_1467024431786_Screenshot_20160627-114639.png

      posted in My Project
      sudo_bash80
      sudo_bash80