32 skills found · Page 1 of 2
Hieromon / PageBuilderAn arduino library to create html string in the sketch for ESP8266/ESP32 WebServer.
gioblu / CapeString encryption for Arduino, limited microcontrollers and other embedded systems.
PowerBroker2 / SafeStringThis SafeString library is designed for beginners to be a safe, robust and debuggable replacement for string processing in Arduino. Note, this is NOT my work, I am simply hosting it for easy access. The original code belongs to Forward Computing and Control Pty. Ltd.
aharshac / StringSplitterAn Arduino library that adds string splitting functionality to character delimited C++ strings.
JAndrassy / StreamLibArduino library with Stream helper classes. BufferedPrint stream for efficient networking. ChunkedPrint for HTTP chunked encoding. ChunkedStreamReader for HTTP chunked decoding. CStringBulder builds a c-string with Print class methods. StringReadStream to wrap string as Stream. And printf() function with formatting string from F macro.
mikelduke / LedTableCode for my LedTable, an 8x12 rgb led string based table using WS2801 chips and controlled by and Arduino using a RPi for internet connectivity and higher level functionality.
croningp / Arduino CommandHandlerA simple command handler for arduino - handling command from serial, string, or char by char
mendozaphd / Mitsubishi MC ProtocolMitsubishi MC Protocol TCP String Library Base to Control Mitsubishi PLCs With Arduino Framework Tested on ESP8266 & ESP32 Boards
JonComo / Arduino Weight TrainerTrain a neural network and export weights as a string to copy into Arduino sketches
khoih-prog / AsyncWebServer Teensy41Async HTTP/WebSocket Server Library for Teensy 4.1 using QNEthernet. This library is one of the Async libraries to support T4.1, such as AsyncHTTPRequest_Generic, AsyncHTTPSRequest_Generic, AsyncMQTT_Generic, AsyncWebServer_Teensy41, AsyncUDP_Teensy41, AsyncDNSServer_Teensy41, etc. Now supporting using CString to save heap to send very large data
TikaFlow / UTF8ToGB2312An Arduino library that converts UTF-8 string to GB2312 string.
cheydrick / Canonical Arduino ReadThis is a demo of how to read a string from an Arduino serially with C in a Unix environment
Retrospected / M5stickc Ble Destruction DerbyArduino sketch to spam a string to any writable value of all BLE devices in the neighbourhood
NickChungVietNam / Transmit ClassTransmit any type of data (byte, float, double ,array, string..) for arduino
BenTommyE / Arduino GetStringPartByNrArduino function that return a stringpart from a string - determine by a number
porrey / I2cDemonstrates setting an Arduino Uno up as an I2C slave and reading a JSON string from RPi3, as the I2C master, using Windows 10 IoT Core and c#.
syalujjwal / Arduino StringTokenizer LibraryA very simple arduino library to use java like string-tokenizer functions to split a string with delimiters.
piotrku91 / ParamPartArduino Serial String Data Splitter - Data parser for communication between devices
wierzba3 / Barbell TrackerArduino code for a device that measures the velocity of retractable string, to be used for measuing velocity of a barbell.
UncannyBingo / TLC5941TLC5941 is a high-level object-oriented Arduino library for driving large numbers of LEDs using the Texas Instruments TLC5941, TLC5940, and TLC59401 LED drivers. The library is broken into four main classes: The Controller class, which handles all the hardware related stuff, the TLC5941 class, which acts a proxy for each actual TLC5941 (and will be extended to cover TLC5940's shortly), the Light class, which acts as a proxy for each actual string of LEDs attached to the TLC5941's, and some examples of classes for creating special effects---a randomly flickering fire, a Larson (Cylon/KITT) scanner, and simulated traffic lights.