This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
digispark:tutorials:prowifi [2014/12/17 18:34] digistump |
digispark:tutorials:prowifi [2015/02/17 18:53] digistump |
||
|---|---|---|---|
| Line 34: | Line 34: | ||
| =====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 77: | Line 79: | ||
| [[https://s3.amazonaws.com/digispark/images/m/wifi11.JPG|{{https://s3.amazonaws.com/digispark/images/t/wifi11.JPG}}]] | [[https://s3.amazonaws.com/digispark/images/m/wifi11.JPG|{{https://s3.amazonaws.com/digispark/images/t/wifi11.JPG}}]] | ||
| + | =====WiFi Module Setup:===== | ||
| + | |||
| + | [[digispark:tutorials:wififirstsetup|First Time Use Setup]] | ||
| + | |||
| + | [[digispark:tutorials:wificlient|WiFi Client Use Setup]] | ||
| + | [[digispark:tutorials:wifiserver|WiFi Server Use Setup]] | ||
| =====Programming:===== | =====Programming:===== | ||
| Line 83: | Line 91: | ||
| Several Examples can be found under Files->Examples->Digispark_Examples-> in the newest Digistump IDE releases 1.5.8A and higher | Several Examples can be found under Files->Examples->Digispark_Examples-> in the newest Digistump IDE releases 1.5.8A and higher | ||
| + | **NOTE: You must follow the setup guides above for the Client or Server setup, before using the examples.** | ||