Navigation

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

    Posts made by dk_iot

    • RE: Arduino BLE Sense

      @nagelc
      I am not very familiar with the whole Arduino BLE Support situation.

      But looking at these posts:
      https://blog.hackster.io/arduinoble-v1-1-10-adds-ble-central-support-e65256e37982

      But more import this blog by Sandeep Mistry:
      https://blog.arduino.cc/2019/08/27/ble-central-supported-added-to-arduinoble/

      Is it possible that the Arduino Core you are referring to is adapted to support the Nano BLE? Who could check whether this is working?

      posted in Hardware
      dk_iot
      dk_iot
    • Arduino BLE Sense

      Hi y'all,
      I am aware that Mysensors runs on many more platforms then just Arduino, however...

      Did anybody already try to run Mysensors on the Arduino (Nano) BLE Sense? This seems to be an ideal hardware platform, easy to use (Arduino DEV), stable Radio (Bluetooth 5), powerful CPU with quite a lot of memory and already some sensors on board. I am about two order two items to do some testing. Did anyone already look into this device?

      posted in Hardware
      dk_iot
      dk_iot
    • RE: Bridge between RF24 and RS485

      @marceltrapman
      One of the problems I had that the auto healing of the network started to loop/route into each other. So packets never arrived to the Gateway. The other one was a female NRF connector attached to a female antenna connector (took some time before I figured out). My current solution is one USB Gateway, and only one repeater, and two BIG antennas (with a male-to-male cable) between them...
      I am hardcoding Node-ID's and Parents ID's now in my scripts.
      What I am really missing is a way to define/set the parent ID in my script (Arduino Sketch), it would mean that I can have a single script for all my nodes, and configure the next hop (parent ID) before starting the NRF radio.
      Do you know if this exists?

      posted in Feature Requests
      dk_iot
      dk_iot
    • RE: V_ID/V_SERIAL to send sensors natural/built in ID's to controller.

      I am actually using the DS2401s to generate IDs within my Mysensor network.
      I have created two arrays, one with the DS2401 ID, the other with the location (text) of the sensor.
      (it should be possible to do this in a single array BTW)

      In this way I can label my Node with the location name at boot, but more important it labels the children with the location.
      (in addition in my Arduino script I am labeling the Arduino hardware platform as part of the node name)

      Imagine having a list of 15 DHT22's in Domoticz, it is quite challening to find the right DHT22 for a certain location.
      (I am using Domoticz)

      But I acutally should include the Node-ID in my script, in that way I don't need to query it at boot time 🙂

      posted in Feature Requests
      dk_iot
      dk_iot
    • Bridge between RF24 and RS485

      Are there plans (or code) to create a bridge (repeater) between a RF24 and RS485 mysensors network?

      I'd like to have a some RS485 nodes to a few central locations in the house, from there on use a RF24 network.
      Now I am enabling the Repeater functionality on every node, which should not be necessary and is prone to more errors.
      (I tried to google for an answer, but could not find the right keywords to find an answer)

      Looking forward to a nice discussion 🙂

      posted in Feature Requests
      dk_iot
      dk_iot
    • RE: Support for APC220 RF

      I received the recommended radios (NRF24L01) yesterday, and did some testing with it.

      I think it should be possible to receive data on the APC Radio, transform it into information that can be send over the recommended radios to a USB Gateway connected to Domoticz. The only challenge will be that it is a single node, with many Children, right?

      I can not find working examples yet of local sensors (data received over the APC radio) directly connected to the USB/Serial Gateway.
      Is this possible (or not)?

      posted in Hardware
      dk_iot
      dk_iot
    • RE: Support for APC220 RF

      @mfalkvidd 👍 Indeed, that is a solution.
      Do you know if that already exists, or does it have to be developped?

      posted in Hardware
      dk_iot
      dk_iot
    • Support for APC220 RF

      I've been searching whether mysensors can support radios different than the ones mentioned (NRF24 etc) on the main pages.

      I have several APC220 RF (long distance radios) which work very well.
      The input/output is Serial TX/RX, comparable to a NUL-MODEM cable.

      Is there a way to use them instead of the NRF24 radio?

      Thank you in advance for a response.

      posted in Hardware
      dk_iot
      dk_iot