Navigation

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

    Best posts made by daulagari

    • RE: Windows GUI/Controller for MySensors

      I can not select the serial port yet, so could not test it further, likely have to do some mapping in wine.

      Took some time to find out but after:

      • Adding a mapping from the Linux serial port to the Wine dosdevice configuration:
        ln -s /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_* ~/.wine/dosdevices/COM3

      • Adding to ~/.wine/system.reg:

          [Hardware\\Devicemap\\Serialcomm] 1231984861
          @=""
          "Serial0"="COM1"
          "Serial1"="COM2"
          "Serial2"="COM3" 
      

      I could start MYSController.exe and select COM3 and get:

      File_not_open.png

      But after pressing OK things look to work however:

      Gateway_startup_complete.png

      @tekka : Thanks!

      posted in Controllers
      daulagari
      daulagari
    • RE: Full-Duplex Network

      I am wondering if with a setup as you point out above you can really have full duplex in real life scenarios.

      The two antennas are very close together and I think the isolation is less than 10 dB. The architecture of the receiver is that it has a wide-band LNA so suppose you are receiving a signal at -70 dBm and the other radio is transmitting at 0 dBm. With 10 dB antenna isolation that means it couples in at -10 dBm.

      The -10 dBm (although on a other frequency) will clip the wide-band LNA so that you will no longer be able to decode the -70 dBm wanted signal anymore.

      I can claim around 50% increase in transfer rate speeds and even better improvement in round-trip time between 2 nodes.

      I am surprised... What kind of distance is there between the two nodes?

      posted in My Project
      daulagari
      daulagari
    • RE: Soil Sensor analog values differ on Uno vs Pro Mini

      @murdog: You should probably also have a look at the New library to read Arduino VCC supply level without resistors for battery powered sensor nodes that do not use a voltage regulator but connect directly to the batteries thread.

      If you want to make the code generic, you should have the code measure the VCC and scale the measured value according to what you read for VCC.

      posted in Troubleshooting
      daulagari
      daulagari
    • RE: Have the Controller search for sensors

      I am not sure if I can follow you.

      Is there a way to enable the controller to be the one that searches for the sensors?

      Why would you want to do that, sensors will have to report eventually their values to the gateway/controller, so I see no problem having them register with the gateway/controller.

      This would allow for the sensor to be smaller by having the large antenna be placed on the controller.

      A large antenna is most of the times a very directional antenna, is that what you mean?

      posted in Controllers
      daulagari
      daulagari
    • RE: Arduino 220V AC wattmeter

      If you want something simple, see http://gizmosnack.blogspot.se/2014/11/power-plug-energy-meter-now-wireless.html.

      posted in My Project
      daulagari
      daulagari
    • RE: MQTT Gateway + wi-fi instead of ethernet

      Although it should not be too difficult to make the MQTT Gateway with WiFi work on hardware and software level it is a bad idea on system level:

      WiFi and MySensensor NRF24L01+ use the same 2.4 GHz band and with the antennas close a transmit from one will block the other and vice-versa.

      posted in Controllers
      daulagari
      daulagari