Skip to content

General Discussion

A place to talk about whateeeever you want
1.5k Topics 14.2k Posts
  • Parts List -Proximity/Presence Senor with Mysensor

    6
    0 Votes
    6 Posts
    4k Views
    greglG
    If i understand correctly these BLE modes, to have the arduino "listen" for an ibeacon ( or similar) then you need a ble module capable of being set to "central" profile. Something like this should do this http://redbearlab.com/blemini/ but any module with the CC2540 chip should work... im going to try some modules using this chip. Did u seem my post here http://forum.mysensors.org/topic/709/indoor-ble-location-or-presence-detection
  • 0 Votes
    6 Posts
    3k Views
    D
    @hek I have two sensors in my network ( temp , Hum ) and motion detection. both working in auto mode and request node id from controller ( raspberry pi ) node via gateway . but unfortunately, reponse code of both nodes get same node id 1. may be bug in sendNextAvailableSensorId() function response. any idea? thanks
  • Two questions from a newbie

    3
    0 Votes
    3 Posts
    1k Views
    daulagariD
    What if my neighbour also discovers this site and starts to build a network? Like @tbowmo indicated you can select another channel. If you are worried about your neighbor controlling your lamps or listening to your messages, have a look at http://forum.mysensors.org/topic/9/security
  • Powering LED strip lighting

    6
    0 Votes
    6 Posts
    2k Views
    tbowmoT
    for a standard 220V appliance cord with 0.75mm2 (square mm) you have a resistance of 1 ohm for each 43m for 20 feet (6.1 meters), the resistance is 0.142 ohm, with 5A load, you have a drop of 0.7V.. for 8 feet (2.5m) the resistance is 0.06ohm, again with 5A load, you have a drop of 0.3V So only 0.4V in difference... / Thomas
  • Stand alone radio relay

    serialgateway serial protocol controller
    2
    0 Votes
    2 Posts
    4k Views
    RJ_MakeR
    @dzairo Can't help you with the project as it's way over my pay grade, but it sounds interesting. Good Luck!
  • Finally upgrading to 1.4 and I have a couple of questions...

    9
    0 Votes
    9 Posts
    3k Views
    petewillP
    Well I decided not to try the multiple gateway method. Too many opportunities for me to screw something up. I decided to work on the code ahead of time and convert all sensors in a weekend. For the most part it was very smooth. I had two nodes that wouldn't communicate with the gateway then I figured out that they were trying to communicate with a node that I had inadvertently made into a relay node. Once I cleared Eeprom and re-uploaded the code they found the gateway and worked great. One node I still haven't figured out. It will update all sensors (I have a barometer, DHT22 and moisture sensor connected) but it stops after the first time. I haven't had time to try to debug but it was working fine in v1.3. I'll post back when I finally get it figured out in case it helps anyone else who still needs to upgrade.
  • Test with battery

    2
    0 Votes
    2 Posts
    937 Views
    BulldogLowellB
    @C.r.a.z.y. yes, connect the 6V battery to the RAW pin, not Vcc...
  • Raspberry Pi and MQTT-OpenHAB

    mqtt openhab
    3
    0 Votes
    3 Posts
    3k Views
    daulagariD
    I can nothing say about OpenHAB or PiDome but: Started! 0;0;3;0;9;read: 0-0-0 s=0,c=0,t=0,pt=0,l=0: 0;0;3;0;9;version mismatch 0;0;3;0;9;read: 0-0-0 s=0,c=0,t=0,pt=0,l=0: 0;0;3;0;9;version mismatch Does not look good, it seems an error from the gateway.
  • MQTT-SN

    wireless mqtt
    2
    0 Votes
    2 Posts
    2k Views
    daulagariD
    I think that: It does overlap with MySensors for the wireless network. MQTT-SN assumes a network that provides a bi-directional data transfer service between any node and a particular one (a gateway). MySensors wireless network could provide data transfer but the message are really tailored to transport sensor and actuator values. MQTT-SN for the gateway - controller interface is not needed MQTT is for that more than fine That said I like the idea of MQTT-SN but for it a "transparent network" makes more sense.
  • How does it work? Sleep , WDG ..

    sleep time watchdog
    10
    0 Votes
    10 Posts
    4k Views
    D
    yeah , I will test it .. thanks . If button change then send packet with ACK , and wait .. if not ack received then error .. rebards
  • 2 systems in same location

    location
    4
    0 Votes
    4 Posts
    2k Views
    hekH
    yes ....
  • Arduino Clock speed possible issues...

    2
    0 Votes
    2 Posts
    1k Views
    BulldogLowellB
    @brad.s The transceivers communicate via RF via an embedded hardware protocol. The micro-controller communicates with the transceiver module using (standard) serial communication. Good radio communication and buffering of incoming or outgoing messages are more-or-less unaffected by clock speed of the micro-controller. So, it is not necessary to match clock speeds. The clock speed may affect energy consumption so you will want to optimize your arduino model for its sensor application and choice of using battery or mains power. Also, your choice of 5V or 3V3 IO will affect your sensor build strategy, having to power up or down to accommodate the IO requirements of the attached devices (e.g. radio transceiver 3.3V or a pressure sensor at 5V). Available SRAM/FLASH memory is also a factor, if you want to get into more complex devices later on.
  • How MMQT get BATTERY_LEVEL

    ibatterylevel mmqt
    1
    0 Votes
    1 Posts
    828 Views
    No one has replied
  • A nice little project

    6
    0 Votes
    6 Posts
    3k Views
    N
    @Nicola-Reina Let me know how things go, and if you could use any help. I am sure I could spare some time for it.
  • Power pulse meter inside fuse box cabinet

    14
    0 Votes
    14 Posts
    7k Views
    tbowmoT
    @bjornhallberg Have a look at this http://ing.dk/blog/hvilken-elmaaler-har-du-120890#p391493 There is a schematic of a IR head for the kamstrup meters. Might be usefull for your meter as well.. If you're up to reading danish, there are a couple of sites where the author of that blog deciphers the kamstrup protocol.. like this one http://ing.dk/blog/kamstrup-meter-protocol-127052
  • Powering arduino

    power
    3
    0 Votes
    3 Posts
    2k Views
    N
    Thanks kalle! Yes. Could not find it for. Days ...
  • Wired Repeater/Relay

    7
    0 Votes
    7 Posts
    3k Views
    YveauxY
    @Avenger If you run e.g. an MQTT broker or a domotica server (like OpenHab) it is possible to store sensor data and have it retrieved by actuators (e.g. a display) on request. Did you consider such a setup?
  • Specifying different "myconfig.h"

    3
    0 Votes
    3 Posts
    1k Views
    greglG
    mmm.. Ok - thanks Hek. I was doing similar by having multiple copies of the Arduino IDE - one with 1.3 libs and another with 1.4 but ive recently started using AtmelStudio with VisualMicro plugin. I wonder if i can change within there without restarting the IDE completely...
  • SMD on breadboard

    3
    1 Votes
    3 Posts
    4k Views
    marceltrapmanM
    You are very welcome of course. There are more suppliers but this one sells many many types, price is ok, quality is very good and shipment rocks :)
  • Newbie with urgent house building info need

    2
    0 Votes
    2 Posts
    1k Views
    daulagariD
    I think that unless you want to transfer a lot of power, Ethernet cables, Cat 5/6 are the best choice. I am wondering if this is the right forum though, MySensors is more about wireless communication.

13

Online

11.9k

Users

11.2k

Topics

113.3k

Posts