Programming examples:
- Use of the 16bit 1MHz AD converter and statistics library.
- Test program for the BME280 sensor.
- CORE TIMER example of use with interrupt.
- Example of using the 16bit 4-channel DAC.
- A Dhrystone test! main - Dhrystone
- A test on the TFT display and the graphic primitives.
- Memory to memory transfers using DMA
- Example of use of the EEPROM available on the board.
- Measurement of execution times, in this case by measuring the Fibonacci sequence
- Create and use files on the SD using the FAT32.
- Diagnostic program for FPGA
- "Hello World" could not miss!
- TWI or if you prefer I2C, a very simple example.
- 9-axis inertial sensor test program.
- Graphic test with Mandelbrot!
- How fast is the parallel port? verify this ...
- We calculate 800 decimals of the number pi ... why?
- printf format string
- printf lite, a limited version for low memory consumption ...
- Example on how to use the Real Time Clock.
- scanf lite, a limited version with low memory consumption.
- View the properties of an Secure Digital
- Test the speed and reliability of an Secure Digital
- Touch screen calibration
- Generate interrupts with the eight 32-bit timers
- Serial, I receive and send ...
- Serial, I receive and send ... but under interrupt ...
- The Whetstone benchmark since 1972
- Make graphics with an LED panel that uses the WS2812
- Read the location of the touch from the XPT2046
- Interface an ultrasonic sensor HC-SR04
- Use of a ultrasonic sensor with the class otSonar
- Little player for animated GIF and video clip SEE THE VIDEO
- Simulation of nixie clock SEE THE VIDEO
- String list classes
- AD9833 DDS waveform generator tested with Sharkduino+ SEE THE VIDEO
- Standard camera (752x480) grab modes example code
- Standard camera, grab and save
- Digital lens, library for the controls of motorized zoom
- Lepton module by FLIR, simple test
- Command interpreter, implementation of a command line or remote control
- A simple GUI class, easy creation without a designer.
- Read a rotary incremental encoder with a specific library.
- Air quality measure with GP2Y1010AU0F.
- Gas sensor test with MICS6814
- Diagnostic program to test USB channel connection Executable and sources for Windows
- Display a number with NIXIE or 7 SEGMENT character set with otDisplay class
- Data plot on LCD with otPlot class
- MP3 Mini Player
- Opto isolated shield, simple test. SEE THE VIDEO
- PCA9505 40 bit I2C parallel port, init and test
- Microstep shield, SEE THE VIDEO
- DC brushed motor shield, SEE THE VIDEO
- Spectrometer shield, grab spectrals and display it on LCD
- Si4703 FM radio module
- VL53L0X Time-of-Flight (ToF) laser-ranging module
- Image Detection - It recognizes things and objects in an image
- NMEA protocol simulation test
- NMEA tested with GPS
- Using the otMatrix class, easy matrix calculation
- LCD library test, configured to work with parallel HD44780 compatible LCDs, and interfaced via PCF8574 I2C serial extender.
Little more complex programming example:
- SharkBot - Diagnostic program
- Mini spectrometer with C12880MA SEE THE VIDEO SCHEMATICS
- Infrared camera with Lepton module SEE THE VIDEO
- Precision five digits voltmeter with plot and statistics SEE THE VIDEO
- Sonar scanner with HC-SR04 and two servos SEE THE VIDEO
- Driver for our image grab and processing software SEE THE VIDEO
- Extended Kalman Filter applied to MPU-9250 SEE THE VIDEO
- FFT, grid frequency measurement ... with a wire in the air.
- A Text User Interface not blocking library to display large text on LCD 20x4 wit numeric fields, strings, etc. SEE THE VIDEO
- SEE THE VIDEO
- Neural network library test