Skip to content

Hardware

Talk about fun sensor hardware, MCUs, PCBs and how to power your sensors here.
1.8k Topics 18.4k Posts
  • My Ethernet Gateway Board (W5500)

    21
    7 Votes
    21 Posts
    21k Views
    G
    Hi i have the W5500 with pins and board this one and Arduino Uno R3 anything i need to change? i guess i don't need that 3.3 converter right? i did the change of \Ethernet\src flashed the board now i will connect the NRF24 just like you did ? same pins? anything else I should change?
  • Suppprt PIC MCU

    microcontroller mcu pic
    4
    0 Votes
    4 Posts
    1k Views
    R
    Thanks for the answers. For sure it is possible to buy an ATmega and even a full-featured debugger would be acceptable compared to the effort of porting. But still, I am very biased towards the PIC without logical or economical arguments. I did not yet work with the mysensors libraries and only browsed quickly through the github repo. Maybe someone can give me a few hints to estimate the effort deeper than just claiming it as "much workload"? What I see so far is: make the C++ code compile (translate to C with clang/llvm and compile with the XC8 compiler) create a new HAL (in hal/architecture) which seems not too much effort for making it initially working Questions: Do I see it right, that there is a linux-port available? -> I would expect much more effort to port from AVR to linux than to port it to a different MCU What about the licensing? It looks like the code is GPLv2, but in the CLA it seem that contributors need to give away their rights on the contributions and that mysensors can even redistribute the code under another license - which seems completely against the principles of the GPL. Can someone explain that in more detail?
  • Erratic battery reading when powering via RAW pin

    16
    0 Votes
    16 Posts
    2k Views
    G
    @affordabletech Have been busy soldering today. Used pro mini with regulator and LED removed + HC-SR501 with regulator and diode removed. 18650 cell for power. The NRF24 radio us one of the bad ones from with poor range. On TX it used about 4mA but only 42uA while sleeping. Battery reporting is working well. [image: eFZHxWvb.jpg]
  • An Esp8266 Nextion Scene controller??

    38
    2 Votes
    38 Posts
    22k Views
    L
    I stumbled across this thread while searching for something related and thought I'd resurrect it to mention my HASwitchPlate project, which utilizes an ESP8266 as a MQTT-to-Nextion gateway to act as a wall-mounted scene controller. The project includes code for the ESP8266, Nextion, and home automation platforms including Home Assistant and OpenHAB. A PCB has been developed to allow running from AC power, and 3D-printable models are provided to mount the project into a single-gang work box common in North America. The end result is a scene controller you can build yourself with all the necessary components (software, electronics, and physical enclosure) ready to download.
  • GPS Tracker with Arduino

    2
    0 Votes
    2 Posts
    778 Views
    dbemowskD
    What about something like this: https://www.cooking-hacks.com/projects/arduino-realtime-gps-gprs-vehicle-tracking
  • Motion Sensor (PIR) and Boost Converter

    6
    0 Votes
    6 Posts
    1k Views
    ?
    Thanks guys, I have one of those modules I will test it out. I have been playing with a combination of 0.1uF and 10uF. It has been performing decently so far. Let's see.
  • Power Consumption of MySensors vs. WiFi

    3
    0 Votes
    3 Posts
    755 Views
    AlaskaDIYA
    @mfalkvidd Thank you, I will check out the battery page.
  • WIFI Gateway using ESP8266 error during compile

    5
    0 Votes
    5 Posts
    997 Views
    J
    @mfalkvidd You mean I should try 2.4.1? I will do that today or so and report back. Thanks.
  • Sensebender GW update: unknown device

    2
    0 Votes
    2 Posts
    512 Views
    R
    Any ideas?
  • 5V boost converter smoked on first use

    8
    0 Votes
    8 Posts
    1k Views
    G
    @bjacobse Thanks. In the end i removed the solder that was shorting out the capacitor and it now outputs 5V. Not sure how safe it is after the overheat As an experiment I cut the track to take the LED out the circuit. This reduced the current from 2mA down to a few uA.
  • Roller Shutter

    87
    5 Votes
    87 Posts
    60k Views
    G
    I really don't know, I can't help you much. My sugestion would be to back down to a simpler sketch like blink, use the standard arduino ide and try everything. Just then move to more complex projects like roller shutter.
  • Mysensors libraries for Altium PCB design

    1
    0 Votes
    1 Posts
    551 Views
    No one has replied
  • Node sends data only once when battery powered

    4
    0 Votes
    4 Posts
    820 Views
    B
    Sorry. Forget it. It was just some misunderstanding in the mycontroller UI. I just saw that my sensors were in state "NEW" in mycontroller. I had to put it into state "REGISTERED". Don't ask me, why I thought that it worked via USB — I now think, that it never really worked, maybe i read the wrong line and saw another sensor in the list.
  • Atmega328 internal temperature sensor (yes it exists!)

    12
    4
    6 Votes
    12 Posts
    5k Views
    dirkcD
    @mfalkvidd said in Atmega328 internal temperature sensor (yes it exists!): hwCPUTemperature() sorry, stupid question maybe, but with my 328p based sensors hwCPUTemperature() is not automatically callable using just #include <MySensors.h> --> neither with 2.2.0 nor with 2.3.0 Do I have to include /hal/architecture/AVR/MyHwAVR.h ? Cannot compile it, what path should I use in the #include statement? :white_frowning_face:
  • WiFi Gateway on raspberry

    9
    0 Votes
    9 Posts
    1k Views
    mfalkviddM
    @badisensors see the earlier answers here.
  • need help with MD-PS002 pressure sensor md ps002

    1
    0 Votes
    1 Posts
    474 Views
    No one has replied
  • First NRF Project (Ebyte nRF52832) device seems to hang after programming

    9
    1 Votes
    9 Posts
    2k Views
    SpannersS
    @neverdie It's a new J-link but I did update it to the latest version when I unboxed it. Like you say - I must be close, but something is definitely wrong. For my next test I'll try connecting wires directly to a naked NRF module. I do have some NRF Prototype modules and some different modules other than the Ebytes. At least if they all give me the same result I know the problem has got to be at the PC/Programmer end. I do also have an ST-Link V2 which I may as well have a try with.
  • 0 Votes
    2 Posts
    1k Views
    nagelcN
    I'm not familiar with the Adafruit bootloader. Going to have to take a look at that. For use with MySensors, you don't use a softdevice. Take a look at this thread if you haven't already: https://forum.mysensors.org/topic/9266/guide-nrf5-nrf51-nrf52-for-beginners
  • Microbit Radio on Arduino

    2
    0 Votes
    2 Posts
    885 Views
    alowhumA
    I don't understand. Using the Micro:bit with MySensors is something I got working in 3 minutes with the normal NRF5 capabilities built into MySensors?
  • my first nrf5 ... NRF51/NRF52 which is better for MySensors ?

    31
    0 Votes
    31 Posts
    6k Views
    rozpruwaczR
    so I got my nrf52840 dongle :) I was able to run mysensors node and serial gateway using MyBoardNRF5 nrf52832 board. So far so good :) I was also able to upload the sketch using usb dfu, it required minor changes to the linker script although. But from the first tests it appears that the range of the nrf52840 dongle i less than the nrf51822 board I was using before :(

13

Online

11.7k

Users

11.2k

Topics

113.2k

Posts