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 318) and run on 86Duino without problem. (Note: this list will continuously be extended in the future.)
- RTC_86 – a fork of Adafruit’s RTC library to access DS1307 RTC modules on 86Duino
- Messenger – facilitate the parsing of ASCII messages
- SimpleMessageSystem – send ASCII messages between Arduino and PC
- Generic_Storage_86 – a fork of Andrew Kroll’s generic storage library to support FAT16/32 filesystems
- 推特 – a library to tweet on Twitter via the Ethernet library
- Webduino – an Arduino-based web server library
- HttpClient – a library to easily interact with web servers
- Xively_arduino – connect to Xively for IoT (Internet of Things) application
- ThingSpeak_86 – a fork of the ThingSpeak Communication Library to store sensor data in the cloud
- IFTTTMaker_86 – a fork of the arduino-ifttt-maker library for raising events on the maker service on IFTTT
- aREST – support the aREST framework to build powerful RESTful applications
- PubSubClient – a library that provides a client to support MQTT
- ModbusTCP – a library to support the Modbus/TCP protocol via Ethernet or WiFi networks
- FirmataPlus – a fork of the FirmataPlus library of S2A to connect Scratch with 86Duino
- Protothreads – a lightweight stackless threads library
- CanFestival86 – CANopen Library
函式庫參考主頁面
The text of the 86Duino reference is a modification of the Arduino reference and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.