Skip to content

Hardware

Talk about fun sensor hardware, MCUs, PCBs and how to power your sensors here.
1.8k Topics 18.4k Posts
  • Eastrom SDM120 with RS485

    3
    0 Votes
    3 Posts
    4k Views
    rejoe2R
    @joaoabs If you want to go the "arduino-based" route: There seem to exist already a lot of projects reading this type of meter with a microcontroller e.g. an ESP8266. The code itself seems to be rather simple (assuming, the code provided eg here: https://github.com/reaper7/SDM_Energy_Meter/blob/master/examples/sdm_simple/sdm_simple.ino really works, but there seem to be some more working projects out there). So you may either combine this with normal mysensors-code and just use send commands instead of serial prints (at lower frequency). Could be you'll need a more powerfull mcu than the ATMega32, but most likely a STM32F103 will have enough resources to fullfill this task.
  • atmega328p small (SMD) alternative with more memory?

    37
    0 Votes
    37 Posts
    5k Views
    alexsh1A
    @tochinet I am just looking for something really small like some atmega328p boards, but more memory. Like this - http://mklec.com/project-kits/kd-circuits/328-board-ATMEGA328P-microcontroller-board or https://www.openhardware.io/view/76/Stamp-size-MySensor-node with (1) signing (2) encryption plus a few libs one can quickly run out of memory.
  • Can please someone check if my schema for RFM69 is right?

    8
    0 Votes
    8 Posts
    2k Views
    S
    @sundberg84 said in Can please someone check if my schema for RFM69 is right?: @sineverba - 1 rule of debugging, remove as much as possible. Can you try to use a 3.3v MCU directly with your breakout board? That way you can eliminate that the problem might be level shifting and work down the wiring to a minimum? sure golden rule. It works. Now it works. Directly on a 3v3 mini. Removed all level shifter. Now it works. Thank you for the support!
  • MCP1711: Ultra-Low Quiescent Current regulator

    18
    0 Votes
    18 Posts
    3k Views
    NeverDieN
    @nca78 I may end up with two LDO's on a board: XC6206 LDO to provide power while sleeping, to guarantee adequate voltage for a PIR, and a XC6210 LDO, which can deliver 700ma when enabled but which consumes a max of 100na when not enabled. Then I could, in theory, do an OTA firmware upload using LoRa and not run out of juice.
  • Mysensors Sensebender GW delivery from China?

    3
    0 Votes
    3 Posts
    875 Views
    S
    @alexsh1 Wow that's great... It gives me confidence that it will eventually show up. I did contact them and they gave me no real answer. Thanks again.
  • 0 Votes
    37 Posts
    10k Views
    gohanG
    @parachutesj that sound a reasonable approach
  • Temperature sensor sketch only sending battery info to mqtt

    sketch
    4
    0 Votes
    4 Posts
    1k Views
    rejoe2R
    You seem to send the temp messages under a different ChildID than it is presented: presentation takes "1", send uses "0". You have to allign that, e.g. by using send(msg.setSensor(i+CHILD_ID_TEMP).set(temperature,1)); But as long as there's just one DS18B20 doing that dynamically doesn't really make sense. Using the defined message structure (MyMessage msgTemp...) could make things more transparent. Also there's no sending command for voltage. So why do you expect the controller to receive also voltage?
  • Arduino MKR1000

    1
    0 Votes
    1 Posts
    554 Views
    No one has replied
  • Who needs parts to build a Sensebender Micro (or can solder for me)

    7
    0 Votes
    7 Posts
    1k Views
    marceltrapmanM
    @elcaron can you let me know how that stencil is after receiving it?
  • Hot air rework station

    15
    0 Votes
    15 Posts
    3k Views
    alexsh1A
    @dbemowsk Yes, it is hard to beat Weller, I agree. Please post your feedback.
  • Water meter: Itron Aquadis+ with pulse sensor

    46
    0 Votes
    46 Posts
    30k Views
    bisschopsrB
    @samuel-wieczorek Hi Samuel. I positioned the sensor over the 1 liter wheel. I did not used the TCRT5000 module, but made a custom built PCB. Howver the principle is the same (in fact the schematics is 100% the same as the TCRT module. If you go to https://www.openhardware.io/view/15/Itron-Aquadis-watermeter-sensor-V10 you can see pictures of the module. Some tips I can share with you: Shield the sensor and the rotating disk area from incoming light. This influences the sensor. Use a piece of plastic tube for example. In NL we have electrical wire tubes that can be used (the grey ones) Bring the sensor close to the disk. The reflection should do the rest. Setting up the TCRT is tricky as you have little room to manouver (considering reflection and the point where the schmit trigger swaps state) Be aware that when the disk stops with the edge near the sensor you get false readings. That is why I swapped to a software driven solution using SW hysteresis on the arduino. Hope this helps. If you can open it, I can share a DXF file with the sizes of the bottom plate I use. Let me know! Ralph
  • Please help! Arduino UNO + RFM69HW (TSM:INIT:TSP FAIL)

    23
    0 Votes
    23 Posts
    4k Views
    vladimirV
    @gohan Thanks for clarifying!
  • A power "platform" for Arduino Pro Mini's?

    3
    3
    4 Votes
    3 Posts
    1k Views
    NeverDieN
    I came up with some variations on the above ideas: [image: 1522716559096-power_platforms-resized.jpg] The three on the left are very close to the size of just 2x AAA batteries. One of the two on the right uses a JST-XH connector. The next iteration of the LoRa shield PCB will have that JST connector plugging in from the side so that it doesn't interfere with the FTDI connector as much. I think that for connecting to custom made PCB's, the JST connector doesn't actually make much sense, but it would make sense if plugging into a COT power pack.
  • Apparently incomplete RFM69HW modules received

    6
    2
    0 Votes
    6 Posts
    1k Views
    E
    @gohan Can't, as I said I don't know from which of multiple shipments it came. Only noticed when I used it.
  • arduino wifi gateway/nrf24 and esp-01

    4
    0 Votes
    4 Posts
    1k Views
    rustafariiR
    Whaaaaat that is awesome!!!!! i cant wait to give it a go! Thanks!
  • atmega328-au ordered instead of atmega328p-au

    2
    0 Votes
    2 Posts
    673 Views
    alexsh1A
    Lookes like the difference is no BODs settings and a bit higher consumption. However, I did not notice much difference on the breadboard. PS I'll have to order the proper ones.
  • Double channel lora Gateway (UP/DOWN)

    6
    0 Votes
    6 Posts
    2k Views
    alexsh1A
    @xander Yes, you are right - sorry about that. This is what happens when reading from the phone. :relaxed:
  • New 2.2.0 Signal report function

    14
    1 Votes
    14 Posts
    5k Views
    jumpingJ
    thanks, next time I will use the github search function :-) :+1:
  • Sound Level Sensor?

    1
    0 Votes
    1 Posts
    571 Views
    No one has replied
  • does someone use pcbs.io ?

    6
    0 Votes
    6 Posts
    2k Views
    F
    Hi, I have used Pcbs.io three times, first and second was good shipping time, both was 3 weeks from order to arrival. but now the third time I ordered 27/1 2018 and today 19/3 2018 I have still not received it. I got an email that my Pcbs were on the way at the 7/3 2018 but USPS have still not get them from Pcbs.io. So do not use Pcbs.io

22

Online

11.7k

Users

11.2k

Topics

113.2k

Posts