
Arduino
Arduino is an open source hardware and software company and maker community. Arduino started in the early 2000s. Popular with electronic makers, Arduino offers a lot of flexibility through an open source system.
-
- Sign up for GitHub or sign in to edit this page
- Created by Massimo Banzi
- Released 2003
Here are 13,295 public repositories matching this topic...
Optimized firmware for RepRap 3D printers based on the Arduino platform.
-
Updated
Oct 16, 2019 - 10 commits
- C
How to be low-level programmer
-
Updated
Oct 15, 2019 - 163 commits
Packaging
📟 JSON library for Arduino and embedded C++. Simple and efficient.
-
Updated
Oct 15, 2019 - 1 commits
- C++
JavaScript framework for robotics, drones, and the Internet of Things (IoT)
-
Updated
Oct 10, 2019 - 1 commits
- JavaScript
Since params are dynamic memory now, prevent overflow by checking memory before setting.
Bug Report
I don't know if this is a bug or I just don't have the upload stuff set up correctly
Current behavior
arduino-cli upload -p /dev/ttyACM0 --fqbn STM32:stm32:Nucleo_64 myfirst.ino
I am confused about how the upload command is supposed to work with my board. I am using an s
Blynk is an Internet of Things Platform aimed to simplify building mobile and web applications for the Internet of Things. Easily connect 400+ hardware models like Arduino, ESP8266, ESP32, Raspberry Pi and similar MCUs and drag-n-drop IOT mobile apps for iOS and Android in 5 minutes
-
Updated
Oct 14, 2019 - 4 commits
- Java
Optimized fork of nRF24L01 for Arduino & Raspberry Pi/Linux Devices
-
Updated
Oct 13, 2019 - 700 commits
- C++
:musical_note: :rainbow: Real-time LED strip music visualization using Python and the ESP8266 or Raspberry Pi
-
Updated
Oct 16, 2019 - 179 commits
- Python
PJON is a valid tool to quickly and comprehensibly build a network of devices for free without the need of a cloud service or a centralized platform you don’t fully control.
-
Updated
Oct 15, 2019 - 2 commits
- C++
It seems that this was changed from
bool globalInputHandler(const HomieNode& node, const String& property, const HomieRange& range, const String& value)
to:
bool globalInputHandler(const HomieNode& node, const HomieRange& range, const String& property, const String& value)
...took me a while of digging to find out... maybe to update the V3 documentation:
https://homieiot.github.io/homie-esp
We should have a section where we link to more advanced examples. And add some more examples covering all the functions of this library.
Do you have any explanation or reference for this formula?
https://github.com/mysensors/MySensors/blob/f4fd69eb131cd5df5572bc9018d3aa2245020123/examples/DustSensorDSM/DustSensorDSM.ino#L136
e.g. the demo implementations in this sub-directory
https://github.com/particle-iot/device-os/tree/v1.3.0-alpha.1/user/tests/app/ble
or some code snippets in the docs and tutorials still use #include "application.h"
.
Although Particle.h
(formerly Spark.h
) should have replaced application.h
(as per #249) we keep finding internal/official code using application.h
while we try to get t
Upload, save and run keystroke injection payloads with an ESP8266 + ATMEGA32U4
-
Updated
Oct 16, 2019 - 78 commits
- C
Learn about arduino
- Organization
- arduino
- Website
- www.arduino.cc
- Wikipedia
- Wikipedia
There is an optional
board
param than may be passed in the constructor opts for all device classes. Simply put, it allows the user to specify which board they want to use in projects that have multiple boards. It is currently not documented anywhere and should probably be added to all the classes.