This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
digispark:tutorials:pronrf [2014/12/07 15:47] digistump |
digispark:tutorials:pronrf [2015/02/17 18:54] digistump |
||
|---|---|---|---|
| Line 32: | Line 32: | ||
| =====Assembly:===== | =====Assembly:===== | ||
| + | |||
| + | **NOTE:** Before you start: If you have a multimeter check for shorts between the GND pin hole and the other pin holes - if you find any please send us an email at support at digistump dot com and we will replace the board. | ||
| Check the contents of your kit and ensure you have all of the parts listed. | Check the contents of your kit and ensure you have all of the parts listed. | ||
| Line 50: | Line 52: | ||
| [[https://s3.amazonaws.com/digispark/images/m/nrf4.JPG|{{https://s3.amazonaws.com/digispark/images/t/nrf4.JPG}}]] | [[https://s3.amazonaws.com/digispark/images/m/nrf4.JPG|{{https://s3.amazonaws.com/digispark/images/t/nrf4.JPG}}]] | ||
| - | Insert the 2x3 female header as shown. Solder the leads on the bottom of the board. | + | Insert the 2x4 female header as shown. Solder the leads on the bottom of the board. |
| [[https://s3.amazonaws.com/digispark/images/m/nrf5.JPG|{{https://s3.amazonaws.com/digispark/images/t/nrf5.JPG}}]] | [[https://s3.amazonaws.com/digispark/images/m/nrf5.JPG|{{https://s3.amazonaws.com/digispark/images/t/nrf5.JPG}}]] | ||
| Line 72: | Line 74: | ||
| =====Programming:===== | =====Programming:===== | ||
| - | Use the [[https://github.com/maniacbug/RF24|RF24]] library to control the module. You can [[https://github.com/maniacbug/RF24/archive/master.zip|download the latest version here]]. Copy the contents of the zip to your libraries directory. | + | Use the [[https://github.com/maniacbug/RF24|RF24]] library to control the module. You can [[https://github.com/maniacbug/RF24/archive/master.zip|download the latest version here]]. Copy the contents of the zip to your libraries directory. Examples below. |
| + | |||
| + | A simple mesh networking tutorial, layer, and example can be found here: [[digispark:tutorials:nrfmesh|nRF Mesh Network Example]] | ||
| Sketches: | Sketches: | ||