The netduino.Helpers documentation is just my
blog right now :)
Samples
Check the \netduino.helpers\Samples folder for the samples.
Sample descriptions
\netduino.helpers\Samples\ASSM: is a simple class used to illustrate
dynamic assembly loading of little-endian PE files on the netduino.
\netduino.helpers\Samples\BeyondHelloWorld: is a large sample making use of:
\netduino.helpers\Samples\DS1307: tests all the
functions of the Maxim DS1307 real-time clock.
\netduino.helpers\Samples\AdaFruitSSD1306:
sample driving an AdaFruit SSD1306 monochrome OLED display
\netduino.helpers\Samples\AdaFruitST7735Test:
sample driving an AdaFruit ST7735 TFT display
\netduino.helpers\Samples\AdaFruit7565Test: sample driving an AdaFruit ST7565 Negative LCD display
\netduino.helpers\Samples\AdaFruitVC0706Test:
sample driving an AdaFruit VC0706 TTL serial camera
\netduino.helpers\Samples\SharpDistanceSensorTest: sample using the Sharp GP2Y0A21YK0F Distance Measuring Sensor. Not yet documented.
\netduino.helpers\Samples\ImagingSamples: show how to build multi-layered bitmap compositions. This project has not yet been documented with a blog post.
\netduino.helpers\Samples\HiTecServoTest: simple unit test for the HiTec servo driver moving the arm back and forth from 0 to 180 degrees. This project is documented here.
\netduino.helpers\Samples\Max72197221Test: unit tests exercising all the functions of the Maxim 7219 / 7221 LED driver.
This driver is documented here.
\netduino.helpers\Samples\RingToneTest: unit tests for the RTTL sound support. This driver has not yet been documented.
\netduino.helpers\Samples\PIPBoy3000: Geiger counter and Twitter client sample.
This project is documented here.
\netduino.helpers\Samples\JSONParserTest: JSON parser unit test samples. This project is documented as part of the
Klout Klock sample application. This project is documented here.
\netduino.helpers\Samples\KloutKlock: network-enabled clock using NTP time to display the date and time and
Klout web services to show the user's influence within Social Networks. Requires a Netduino Plus and an AdaFruit ST7735 TFT screen.
This project is documented here.
\netduino.helpers\Samples\WaterHeaterController: water heater controller designed to save energy. Makes use of the Serial Interface Builder, the Hitec HS6635HB servo and the DS1307 clock. This project is documented here.
Dependencies
Be sure to check out the
netduino Beta forum for the latest flash version required to support SD card I/Os.
All applications have been tested under firmware 4.1.1 Beta 1.
Tools
\netduino.helpers\Tools: .bmp conversion programs. Expect 1-bit or 24-bit depth horizontal bitmaps.