Skip to content
  • 0 Votes
    1 Posts
    8 Views
    No one has replied
  • Support for CC1101 radios

    Hardware
    7
    3 Votes
    7 Posts
    303 Views
    TheoLT
    Thank you Buxtronix
  • Time to move to ESPHome?

    Hardware
    7
    0 Votes
    7 Posts
    228 Views
    OldSurferDudeO
    I have learned the hard way, many times, "If it's not broken, don't fix it". MySensors fills a niche, very low power, very low cost, sensors (albeit, DIY). The range is about the same as Bluetooth. The data is usually a boolean or an integer. So let us not say, abanddoned but at a development plateau. A mature technology that still has legs.
  • Piezzo siren/alarm

    Hardware
    29
    4
    0 Votes
    29 Posts
    3k Views
    ben999B
    Next step is to measure battery voltage on a daily basis. Current setup is as follow: Pro Mini 8MHz 3.3V (regulator removed) Single cell LiPo (4.2V) Solar panel (unknown specs) Solar charger/boost to 5.0V based on 4056 chip My reference for this part of the project is this post : @Anticimex said in 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 ;-) I would like to activate the voltage divider on demand, via a transistor (NDP6020P as per previous link) as to not draw voltage 24/7 on a permanent divider. I am also considering using AVR's internal 1.1V reference to measure the voltage. Simulation gives this: link to falstad [image: 1773915372193-circuit-20260319-1115.png] As one looks at the "live" simulation one can notice that the transistor leaks a bit... a few mV.. that's the bit that worries me. Is this a flaw from the calculation or does a transistor leak anyway ? Thanks a lot for your suggestions !
  • How to Start Electrical Substation Design?

    General Discussion
    2
    0 Votes
    2 Posts
    16 Views
    OldSurferDudeO
    This is really not a MySensors topic! Just by the way present you request indicates that you are way over your head. I have a degree in electrical engineering, the study of electrical energy generation, transmission, distribution, etc. and substation design would take me years of study to be competent. Any discussion about electrical energy delivery start with safety. Fuses and breakers, basically, but these have to be able to break 1000's of amps ... not a trivial task. The trick is to bring down the circuit without damaging other equipment on the circuit. Just detecting a fault is a doctoral candidate dissertation. Basic components: transformers, breakers, switches and a lot of instrumentation. Voltage levels are pretty much already defined because the equipment available is already set for those levels. Transformer basic rating is KVA, input and output voltage. There's a lot more to it ... a lot more. As far as books for beginners ... I can't imagine that there are any. There are probably books for people who have been in the industry for more than a few years.
  • MySensors Serial Gateway over a wireless serial cable

    My Project
    2
    1 Votes
    2 Posts
    116 Views
    TheoLT
    Awesome project!
  • My final Gateway version

    My Project
    5
    4
    1 Votes
    5 Posts
    341 Views
    TheoLT
    Added an update.
  • cppcheck old-style c cast

    Development
    5
    1 Votes
    5 Posts
    51 Views
    nagelcN
    Hi. I'm running cppcheck 2.18.3 Just grabbed the latest. The above were from MyCryptoGeneric.cpp. Perhaps some new checks were added since 2.1
  • Hello from Newbie

    General Discussion
    2
    2 Votes
    2 Posts
    23 Views
    TheoLT
    Welcome @aliansari. I hope MySensors gives you as much you as it has given many others.
  • INCLUSION TROUBLE

    Jeedom
    3
    0 Votes
    3 Posts
    180 Views
    OldSurferDudeO
    I have no experience with Jeedom, but I was curious. See if the comments here help you. (Je ne lis pas bien le français, alors j'utilise Google Traduction.)
  • 19 Votes
    48 Posts
    9k Views
    ben999B
    @OldSurferDude as long as we’re using nRFs this project is still relevant :D Great little tool to check for efficiency of modules I can even « aim » a pcb antenna to get the best result !
  • ic package and power consumption

    General Discussion
    6
    0 Votes
    6 Posts
    115 Views
    OldSurferDudeO
    Glad you clarified the scope of your project. Small scale solar projects are much easier. One of my projects is a "battery powered soil moisture sensor, battery recharged by a solar panel" I use a tp4056 board to charge the battery from a 1W solar panel My Arduino Nano wakes up every hour to sample the moisture report the current moisture level. Corrosion is problematic. My house battery project is really outside the scope of MySensors, I'll send that in a chat
  • Keeping MySensors relavant

    General Discussion
    2
    4 Votes
    2 Posts
    144 Views
    TheoLT
    For me personal, because MySensors has much more capabilities that most haven't used yet. So to me, I haven't found an alternative that comes close to MySensors. The only thing is. For the easy stuff you don't have to program at all when using esp with HA. But that goes over Wifi and to me that is a No-no.
  • Any European alternatives for PCB Manufacturing?

    Hardware
    5
    2 Votes
    5 Posts
    435 Views
    TheoLT
    @monte thank you for that one. Although almost 2.5 times the price it's cheaper than other European options.
  • Drive household SSR with SSR and Arduino

    Hardware
    7
    2
    0 Votes
    7 Posts
    354 Views
    ben999B
    Quick update: i wanted to hide and protect the Nano in a housing. Aliexpress supplies very nice enclosures that fits on Din rails. https://fr.aliexpress.com/item/1005005505247992.html They fit in electrical cabinets thanks to standard dimensions. [image: 1771086807073-a.png] [image: 1771086818359-b.png] One 3Dprinted part later (glued inside enclosure) and the Arduino is safely held in place! [image: 1771086835896-c.png] [image: 1771086853317-d.png] [image: 1771086860801-5.png] stl file of adapter : dinRailEnclosureMountForNano-revE.stl
  • Advice on how to start my IOT project

    General Discussion
    10
    0 Votes
    10 Posts
    4k Views
    nagelcN
    I'm not sure about Tart, but Grove is an interface for I2C that is used by Seeed studio. With the right connector, it should be easy to make a Grove compatible MySensors node. Adafruit has Stemma and Sparkfun has Qwiic. These are all similar ways to make I2C sensors more plug and play (at least from a hardware perspective).
  • Imitating a LoRaWAN(R) with ESP8266/ESP32 and MySensors

    Development
    5
    0 Votes
    5 Posts
    262 Views
    OldSurferDudeO
    @Eliza-Collins Thank you for a more knowledgeable explanation! When I wrote: said in Imitating a LoRaWAN(R) with ESP8266/ESP32 and MySensors: with a number of compromises You filled in some of my nebulus's with: @Eliza-Collins said in Imitating a LoRaWAN(R) with ESP8266/ESP32 and MySensors: ADR, security, scalability, and multi-gateway roaming are among the issues that LoRaWAN resolves. Thanks for pointing these out
  • 0 Votes
    6 Posts
    239 Views
    OldSurferDudeO
    Good project. Let us know how this works out for you!
  • Wio-E5 (STM32 and SX1262)

    My Project
    8
    1
    1 Votes
    8 Posts
    988 Views
    nagelcN
    Thanks @Sasquatch. I did some testing also. The values below seem to be the correct ones. I had similar -100 RSSI at all power settings when using the opposite settings. When I use these, I got reasonable RSSI's that changed approximately linearly with the power setting. I got at least 500m range with an E5-LE in a quick test. That's a 5x improvement and there were many obstacles and buildings in the path. I look forward to trying it somewhere where I have more line of sight. I made an update to my code on github. {STM32WLx::MODE_TX_LP, {HIGH, HIGH}}, // For the E5-LE {STM32WLx::MODE_TX_HP, {LOW, HIGH}}, // For the regular E5
  • HLK-PM01 breakout board

    General Discussion
    3
    0 Votes
    3 Posts
    173 Views
    hekH
    I turned off the affiliate setup on openhardware when CodeGarage took over the cost of hosting MySensors/OpenHardware.io along with turning off all google ads. The "Buy" functionality on openhardware.io involved alot of manual handling and support. It was not worth the effort. You can still make a donation to @sundberg84 when using his designs. I'm sure he appriciate it. [image: 1769085508704-99017911-478a-449e-8ec1-f55ee103f378-image.png]

12

Online

11.7k

Users

11.2k

Topics

113.2k

Posts