This library is available from 86Duino Coding 106 and is an 86Duino porting of Mike McCauley’s VirtualWire library. It provides features to send short messages, without addressing, retransmit or acknowledgment, a bit like UDP over wireless, using ASK (amplitude shift keying), and supports a number of inexpensive radio transmitters and receivers, such as the 433.92MHz […]
This library is available from 86Duino Coding 106 and is an 86Duino porting of the Arduino TLC5940 library for the Texas Instruments TLC5940 16-channel LED Driver, which supports 12-bit PWM duty cycle control, 6-bit current limit control, and a daisy chainable serial interface; it is handy for expanding the number of PWM outputs available. One […]
This library is available from 86Duino Coding 106 and is an 86Duino porting of the unofficial Arduino 12864 Graphics LCD library. One can refer to Arduino’s tutorial page for the usage of this library. How to connect LCD12864 Module with 86Duino The connecting method between 86Duino and Arduino is difference. Before using this library, first […]
This library is available from 86Duino Coding 106 and is an 86Duino porting of the unofficial Arduino GLCD library. One can refer to Arduino’s tutorial page for the usage of this library. How to connect GLCD KS0108 Module with 86Duino The connecting method between 86Duino and Arduino is difference. Before using this library, first refer […]
This library is available from 86Duino Coding 106 and is the 86Duino porting of Adafruit’s Motor library for Arduino to support the Adafruit Motor Shield. One can refer to Adafruit’s tutorial pages for the usage of this library on the Adafruit Motor Shield. DEMO VIDEO Libraries Reference Home The text of the 86Duino reference is […]
The following is a list of existing Arduino third-party libraries that we have verified on 86Duino. These libraries are not built-in, but they can be downloaded, then installed and compiled in the 86Duino Coding IDE (version ≥ Coding 500), and run on 86Duino without problem. (Note: this list will continuously be extended in the future.) […]
Adafruit CC3000 WiFi shield communicates with MCU board by SPI interface. It has two function pins: communicate and control. The communicate function pins are MOSI、MISO、CLK and can be connected to SPIDO、SPIDI、SPICLK on 86Duino SPI port; The control function pins are IRQ、CS、VBAT_EN and can be connected to 86Duino digital pin 42、43、44(default). In addition, Adafruit CC3000 WiFi […]
Spider L3 module communicates with MCU board by SPI interface. It has two function pins: communicate and control. The communicate function pins are MOSI、MISO、CLK and can be connected to 86Duino SPIDO、SPIDI、SPICLK on SPI port; The control function pins are IRQ、CS、EN and can be connected to 86Duino digital pin 42、43、44(default). In addition, Spider L3 module also […]
This library is available from 86Duino Coding 105 and is the 86Duino porting of Adafruit’s CC3000 library for Arduino to support the Adafruit CC3000 WiFi Shield. One can refer to Adafruit’s tutorial pages for the usage of this library. How to connect Adafruit CC3000 WiFi Shield with 86Duino The connecting method between 86Duino and Arduino […]
Description Function to get the rotating direction of optical encoders or the moving direction of rotary Note: this function is available after the “Coding 105” and just works under Pulse/DIR, CW/CCW and A/B Pulse mode. Syntax Enc0.directionRead() Enc1.directionRead() Enc2.directionRead() Enc3.directionRead() Parameters None Returns 1:the value of counter is increasing. -1:the value of counter is decreasing. […]