-
Updated
Jun 1, 2020 - C++
Optimized fork of nRF24L01 for Arduino & Raspberry Pi/Linux Devices
The speed commands (s+ and s-) are reversed in this example. Just needs the 1.2 and 0.8 multipliers swapping around. Thanks for a great library.
Hello! In my current project, I use ESP32 and display with ILI9341. I would like to use your library, but - as a beginner - I have a lot of trouble with that. Is there somewhere documentation that describes the operation of all library functions? Eg: tft.drawString (.....) has four parameters, but what? What is the text datum? ...
Of course, I will laboriously find explanations in the examp
Enter description of issue here.
Sketch file goes here (if applicable)
Any details about pin wirings that may be relevant.
ESP8266 Weather Station library supporting OpenWeatherMap, Aeris and other sources
Payload for teensy like a rubber ducky but the syntax is different. this Human interfaes device ( HID attacks ). Penetration With Teensy . Brutal is a toolkit to quickly create various payload,powershell attack , virus attack and launch listener for a Human Interface Device ( Payload Teensy )
Describe the bug
When serial output is enabled each line is started with [0m (shown on arduino serial monitor)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A line on the serial monitor should not start with [0m
Screenshots
If appl
A curated list of awesome Arduino hardwares, libraries and softwares with update script
An Arduino library for ESP8266/ESP32 WLAN configuration at runtime with the Web interface
GUIslice drag & drop embedded GUI in C for touchscreen TFT on Arduino, Raspberry Pi, ARM, ESP8266 / ESP32 / M5stack using Adafruit-GFX / TFT_eSPI / UTFT / SDL
An Arduino library for using a single button for multiple purpose input.
Mesh Networking for RF24Network
Arduino Library for Maxim Integrated DS3232 and DS3231 Real-Time Clocks
I have 20 XBee-PRO S1 that I have burnt Digimesh 2.4 Firmware & all seems good. I will be controlling all 20 remote DIO0-2 pins from a commander xbee/arduino, + your lib.
Which Series|X|_Tx example should I be following?
I thought that Series1/S1 were synonyms, but Series2_Tx seems to be the one that works,... on S1 hardware.
QR code generation library in C, optimized for low-power devices, such as Arduino.
Adafruit PWM Servo Driver Library
Optimized Network Layer for nRF24L01(+) Radios on Arduino and Raspberry Pi
An Arduino library to ease the use of the ESP32 in IoT projects
Arduino library to debounce button switches, detect presses, releases, and long presses
Arduino library to control Mitsubishi Heat Pumps via connector cn105
Describe the bug
a freefont and ssd1306_print8 calls ssd1306_write8 which uses fixedfont-width to do line break :-(
size_t ssd1306_write8(uint8_t ch)
{
...
else if ( (ssd1306_cursorX > ssd1306_lcd.width - s_fixedFont.h.width) || (ch == '\n') )
Please complete the following information:
Library for modular scrolling LED matrix text displays
A simple web user interface library for ESP32 and ESP8266
Bluetooth LE Keyboard library for the ESP32 (Arduino IDE compatible)
Add a description, image, and links to the arduino-library topic page so that developers can more easily learn about it.
To associate your repository with the arduino-library topic, visit your repo's landing page and select "manage topics."
https://github.com/Links2004/arduinoWebSockets/blob/c038f100d68b8e5d0a96f25dd1609ff28592b02f/src/WebSocketsServer.h#L128
I need to override default handleHeader to support for POST/OPTIONS other methods since running a simple web server on top of WebSocket one.
I have requested in the past that virtual is added to handleNonWebsocketConnection but now realized same is needed for handleHeader,