Skip to content

Hardware

Talk about fun sensor hardware, MCUs, PCBs and how to power your sensors here.
1.8k Topics 18.4k Posts
  • Serial Gateway on Arduino Nano (clone)

    1
    0 Votes
    1 Posts
    993 Views
    No one has replied
  • Having 2 gateways

    3
    0 Votes
    3 Posts
    2k Views
    ferpandoF
    @tbowmo said: http://forum.mysensors.org/topic/1965/nodered-injected-between-domoticz-and-mysensors Thank you for the answer. I'll take a look at that.
  • Strange problem with relay board

    15
    0 Votes
    15 Posts
    9k Views
    ferpandoF
    I had the same problem a few months ago. The problem solved powering the arduino from a different power supply. You can read a bout it here Node freezing up No more problems since
  • Strange behaviour on RGB Led and Arduino Pro Mini 3.3V

    6
    0 Votes
    6 Posts
    4k Views
    X
    Thanks a lot @AWI for the suggestions and explaination, even if it's a little difficult for me to understand. I have to take some other for other LED strips. So I'll take IRLZ34N or BUZ71 instead my BUZ91A so they didn't get so much hot. :-) Simon
  • 1W Temperature Sensor 18s20 shows old values

    temperature
    2
    0 Votes
    2 Posts
    1k Views
    D
    Ok, finally I found the Problem. I changed the prescaler value of Timer0 becuase I needed a higher PWM Frequenciy. Unfortuneatly this also affects the millis() function that is used in gw.wait. It turns out taht with the changed TImer 0 Prescaler 1ms was not 1ms anymore but less. So the gw.wait(750) where only 750ms/64 which is not enough for DS18S20 conversion to take place.
  • Having issues with 2AAA battery project and AVRDUDE

    14
    0 Votes
    14 Posts
    5k Views
    R
    @LastSamurai said: Perhaps this helps. As far as I know and have read 1Mhz doesn't really change that much because you sleep most of the time anyways. Try to disable the BOD, that uses most of the power. I don't think the idea behind changing the clock to 1Mhz is to save energy, but to allow the mcu to run at lower voltages (allowing it to keep running when the batteries are already considered dead for other uses). The Atmega328 can run down to 1.8V but only if your clock speed is 4Mhz or lower. We change it to 1Mhz because its easier to do that in software, rather than solder a new crystal.
  • Flash Arduino pro mini and change fuses

    6
    0 Votes
    6 Posts
    6k Views
    L
    @m26872 said: I've low power hacked APM and bare bone 328p. As I think I've linked from here, at 1MHz (internal) 9600 baud was the maximum and each baud rate required their own bootloader version. To do it easy I just used precompiled Optiboot for this. Thanks you, thats a very interesting read! I will try some of that myself.
  • How does RF work?? Electro-sensible problems

    3
    0 Votes
    3 Posts
    1k Views
    W
    Depending on your sensor setup they should be "sleeping" to conserve battery (if using battery). The sensors will only send messages when ordered to do so in code. The controller might send out ack signals depending on your setup but it is mostly in receive mode. On a side note if you are worried about RF interference it goes down to what frequency and what channel you are on as well as your settings for power. Also any other emitting device in your house could interfere. If you are worried about health issues you shouldn't be. You get orders of magnitude more EMF radiation from the sun than you could get from these devices.
  • Relays and Touch-Panel

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • How to (correctly) use the pro mini with batteries

    6
    0 Votes
    6 Posts
    4k Views
    tbowmoT
    If you are going to let the node go into sleep between sensor readings (f.ex. Wakeup every 5 minutes or so) you don't need the troubles of switching to 1Mhz. When you sleep the atmega, you also turn off the oscillator for the MCU. So it doesn't use any power. In fact one could argue that it will result in a longer wake time if you are running at 1Mhz instead of 8Mhz, due to the slower execution speed. And so it could end up using the same amount of power, as when running on 8mhz. This is however untested/unverified, and just a theory that I have.. :)
  • Speech recognition

    16
    0 Votes
    16 Posts
    9k Views
    K
    @mvader - If you can get some cheap Android phones/tablets, you can use the VoxWav app on it and mount this devices in each room. The VoxWav app act as a wireless microphone and remote for VoxCommando http://voxcommando.com/mediawiki/index.php?title=VoxWav here is a nice demo video: www.youtube.com/watch?v=0RCZ7aGGaro I use this app also on a android smartwatch to control things which you can see here: www.youtube.com/watch?v=TMPstHDvnM8 I hope this give you an idea ;-)
  • Simulate pushbutton for 24vac relays

    5
    0 Votes
    5 Posts
    2k Views
    AndurilA
    I'm thinking about a similar project. One thing I'm struggling with is how to detect the current relay status. You will not notice when another push button is used, so your MySensors device in your controller will only switch between on and off without any meaning to the physical relay on/off. Maybe it is possible to use a mosfet with the 24v relay connected as gate to sense a switch-event triggered by any push button to update the status of your light. Just an idea at the moment, maybe someone with more knowledge on electronics can form a curcuit out of that.
  • Low power display

    5
    0 Votes
    5 Posts
    3k Views
    greglG
    Microview? https://www.sparkfun.com/products/12923
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    98 Views
    No one has replied
  • What kind of relay for in-wall application?

    4
    0 Votes
    4 Posts
    2k Views
    Cliff KarlssonC
    Ok, the heat issue was new to me regarding the ssr's. I already have one SSR-40DA and its quite big as it is without a heatsink. I think I wil go with the standar relays instead. But What kind of fuses should I get to make it as sefe as possible. A Thermal fuse Do I need some more fuse? if so a ebay/aliexpress link would be great.
  • Sensor board with booster and supervisor

    52
    2 Votes
    52 Posts
    29k Views
    scalzS
    @Cliff-Karlsson : maybe it would need to make a childboard and connect it to MYSXconnector 1.5 but sorry, I am not planning to make a HLK childboard for the moment.
  • MCP9700 Readings flucuate

    6
    0 Votes
    6 Posts
    3k Views
    D
    Problem solved. For those interested. The issue was the 3.3V Step up board. When the radio turns on there is a large power draw which causes the voltage on the 3.3V rail to drop. This caused the temperature reading fluctuations I was seeing. I added a large cap between the Vout / GND of the step up. Problem solved.
  • How can i detect 230V (pump active)?

    10
    0 Votes
    10 Posts
    7k Views
    A
    Hi, or use a small bulb instead neon...should also work. But a cap in parallel is always a good idea for this.
  • Looking For Good Plug Connectors

    2
    0 Votes
    2 Posts
    1k Views
    SparkmanS
    @NotYetRated Here's a thread with some great options: http://forum.mysensors.org/topic/1789/external-connector-options. Cheers Al
  • Microduino

    3
    0 Votes
    3 Posts
    1k Views
    M
    yeah those seem pretty pricey.. pro mini is pretty small.. so are the sensebender boards.. for much cheaper

17

Online

11.7k

Users

11.2k

Topics

113.2k

Posts