Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| projects:electronics:mysensors [2014/11/25 20:34] – photonicsguy | projects:electronics:mysensors [2016/03/08 18:48] (current) – photonicsguy | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ~~NOTOC~~ |
| + | ====== | ||
| + | {{ : | ||
| + | After reading about the [[http:// | ||
| Status: | Status: | ||
| - | * Nov 2014: I received the boards, Yay!! | + | * Nov 25th: I've assembled two working boards. [[http:// |
| - | * Nov 2014: I'm waiting on the PCB's from [[http:// | + | * Nov 24th: I received the boards, Yay!! |
| + | * Nov 7th, 2014: I'm waiting on the PCB's from [[http:// | ||
| * Oct 2014: Designed the PCB, {{: | * Oct 2014: Designed the PCB, {{: | ||
| * Oct 2014: I have some component libraries available [[: | * Oct 2014: I have some component libraries available [[: | ||
| + | < | ||
| ===== Components and layout ===== | ===== Components and layout ===== | ||
| - | I'm using prebuilt modules for the Arduino mini pro and the NRF24L01+ module. | + | I'm using prebuilt modules for the Arduino mini pro and the NRF24L01+ module. |
| **Connections** | **Connections** | ||
| - | * 1 x i2c | + | * 1 x I2C |
| * 2 x 1-wire | * 2 x 1-wire | ||
| * 2 breakout connectors for most of the remaining IO pins | * 2 breakout connectors for most of the remaining IO pins | ||
| + | |||
| + | ^Qty^Device^Package^Parts^eBay search^ | ||
| + | |1|ARDUINO_MINI_PRO_5V|ARDUINO_MINI_PRO_5V|IC1|New Pro Mini atmega328 5V 16M Replace ATmega128 Arduino Compatible Nano| | ||
| + | |1|NRF24L01|NRF24L01|IC2|NRF24L01+ Module| | ||
| + | |1|MIC5219 3.3V|SOT23-5|U3|MIC5219-3.3| | ||
| + | |1| |MOLEX-1X2|JP1|0.100' | ||
| + | |2| |MOLEX-1X3|JP2 , | ||
| + | |3| |MOLEX-1X4|JP4, | ||
| + | |4|4k7|0805|R1, | ||
| + | |1|10k|0805|R6|0805 10k| | ||
| + | |omit||0805|R3| | | ||
| + | |1|470pf|0805|C1|0805 470pf| | ||
| + | |1|2.2uF|0805|C2|2.2uf 0805 tantalum| | ||
| Line 20: | Line 38: | ||
| {{: | {{: | ||
| {{: | {{: | ||
| + | |||
| + | ===== Future Design notes ===== | ||
| + | |||
| + | * Correct the silkscreen for the I2C connector | ||
| + | * Counterset the breakaway tabs slightly | ||
| + | * Verify pricing on components before ordering board - 0805 Tantalum caps are pricey | ||
| + | * Molex connectors slightly too close to arduino board | ||
| + | |||
| + | ===== Arduino code ===== | ||
| + | * Also, visit the [[http:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||