Skip to content

Hardware

Talk about fun sensor hardware, MCUs, PCBs and how to power your sensors here.
1.8k Topics 18.4k Posts
  • attiny85 mini programmeren

    3
    0 Votes
    3 Posts
    1k Views
    ?
    @bertus45 op win 7 werkt het nu. maar niet op de MAC
  • Where do you buy your Hardware?

    8
    0 Votes
    8 Posts
    4k Views
    DwaltD
    Chinese New Year is coming up (February 8?) and most vendors take 1-2 week vacations around this time and shipments can be delayed. Keep this in mind if you wish to order from Ali or eBay, do it soon or your order may wait until after the holiday.
  • Current Monitoring - How?

    arduino current sketch sensor
    8
    0 Votes
    8 Posts
    5k Views
    P
    Any updates on how this turned out?
  • Optimize ardiuno pro mini 3.3V to battery power

    9
    0 Votes
    9 Posts
    3k Views
    carlierdC
    I will probably also return to DIP version. My big fingers are not happy with SMD components. I am happy with the consumption of the pro mini it's very close to the SMD.
  • SSD1289 touch TFT screen?

    6
    0 Votes
    6 Posts
    4k Views
    mfalkviddM
    New update: It turns out that the screen that was called SSD1289 really isn't a SSD1289. It is a 16-bit ILI9341. I modified the UFTF library according to the instructions in https://forum.arduino.cc/index.php?topic=325106.0 and it works! I am able to run the screen using an Arduino Pro mini, utilizing all controllable pins (including the pins otherwise used for the serial port, so no debugging). My breadboard now has 70 wires:exclamation: Demo: https://www.youtube.com/watch?v=XRL6oWHUSMg&feature=youtu.be
  • Split thread?

    3
    0 Votes
    3 Posts
    1k Views
    sundberg84S
    Do you want me to sort the original thread out -> spitting them into OTA and Myscontroller thread?
  • RFM69HW 433MHz range

    2
    0 Votes
    2 Posts
    2k Views
    sundberg84S
    For my 433mhz i use this: http://www.ebay.com/itm/172002494385?_trksid=p2057872.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT Dont know if you have any connector for that, but found some interesting breakout boards for RFM69 https://www.tindie.com/products/modtronicsaustralia/rfm69hw-breakout-board-pcb-433mhz-long-range-20db-wireless-module-arduino-pic-and-arm-compatible/
  • A Lifx like bulb, based on ESP8266. What about those products for DIYers?

    6
    0 Votes
    6 Posts
    5k Views
    pliniosenioreP
    Cliff just found some other bulbs based on ESP8266, in this case are not intended to be reprogrammed because there are no RX,TX and GPIO0 exposed. Also in this case, the ESP8266 is on a dedicated PCB as addon. [image: 1452461030036-20160110_213315.jpg]
  • Increasing reliability of MySensors network hardware

    1
    0 Votes
    1 Posts
    893 Views
    No one has replied
  • How about nRF24LU1+

    3
    0 Votes
    3 Posts
    2k Views
    YveauxY
    @gloob said: it works with the MySensors serial gateway sketch MySensors is based on the Arduino Core, and there is no Arduino core (as far as I know) for the 8051 processor the nRF24LU1+ is based on...
  • Battery powered sensor - low voltage threshold

    16
    0 Votes
    16 Posts
    6k Views
    scalzS
    @m26872: on my side I had no trouble with nrf. maybe lucky. but you are right because I don't use common stepup, nor eval boards or I make it for test. But, there are lot of cool low noise stepup. I have not tested this, and I am very curious, I don't know if nrf/rfm range would be the same at 1.9v vs 3.3v ? btw, for range, I prefer to use rfm69 for my setup, so consumption is not the same! (my dream would be to use cc1310 but have no time to invest, I have not much time actually to play with my devices...) But I see what you mean, simplicity too, I totally agree ;)
  • CR123A battery voltage

    2
    0 Votes
    2 Posts
    2k Views
    m26872M
    Chemistry. I have no idea. Initial voltage increase is common in e.g. AAs if you switch load type and/or let the them rest for a while. I often put used batteries from my kids toys in my sensors.
  • Where can I source the ATSHA204A

    9
    0 Votes
    9 Posts
    4k Views
    ahmedadelhosniA
    @tbowmo Great. Thanks
  • Arduino Pro Mini 3.3v - solar power - How?

    13
    0 Votes
    13 Posts
    8k Views
    X
    Thank you! I'll look on there. Simon
  • Pro Micro Hookup and Code

    22
    0 Votes
    22 Posts
    19k Views
    Tom71T
    I got also problems to upload the scetch to an arduino micro. After uploading the micro does not connect on any COM-Port. Only if I reset the bootloader, I can write other sample scetches to the micro. So it seams, that the gateway code does not working well with an arduino micro.
  • Arduino & CC3000 Wifi & NRF24L01+ over SPI

    arduino spi
    8
    0 Votes
    8 Posts
    6k Views
    F
    @jesse said: I found the solution on this page: http://mathertel.blogspot.com/2013/04/using-spi-bus-with-ethernet-sd-card-and.html The key is setting the Chip Select (CS) line to be different for each module. For the CC3000... "#define ADAFRUIT_CC3000_CS 7" Pin 7 is being used exclusively to select the Wifi module. https://learn.adafruit.com/adafruit-cc3000-wifi/cc3000-breakout For the NRF24L01+... "RF24 radio(9,10);" Pin 9 is being used for Chip Enable (CE) and Pin 10 is Chip Select (CS). http://arduino-info.wikispaces.com/Nrf24L01-2.4GHz-HowTo http://maniacbug.github.io/RF24/classRF24.html The other SPI pins: CLK, MISO, MOSI, are shared by the two modules and get wired in parallel. Hi do you still have a Gateway code when using CC3000 and arduino Mega or UNO(if it fits)?
  • CC3000 and ethernet/MQTT gateway

    ethernet mqtt gateway cc3000
    2
    0 Votes
    2 Posts
    2k Views
    F
    @bomber Did you find a way to use CC3000 as gateway?
  • Improve DS18B20 resolution

    6
    0 Votes
    6 Posts
    6k Views
    m26872M
    Agree with @Yveaux. The only situations I can see the full resolution to be useful is when one examine the accuracy or calibrate its output (e.g. offset). Accuracy like 0.01 C would require some high class Pt100.
  • which hardware model must to be used for ethernet gateway ?

    5
    0 Votes
    5 Posts
    2k Views
    M
    ESP8266 is faster than W5100 ok thanks. but if I want work with ethernet only ?
  • Long range radio indoor

    3
    0 Votes
    3 Posts
    2k Views
    TD22057T
    The regular RFM69 has much better range than the NRF so you might not need the high power version at all. It does require you buy/build your own antenna though. I'm using the 915 MHz version and can cover my whole house, yard, and garage with a small helical antenna I bought on ebay (the NRF couldn't do that even with an external antenna). Just search for "XXX hz helical antenna) on ebay to see a lot of options.

16

Online

11.7k

Users

11.2k

Topics

113.2k

Posts