-
Updated
Mar 24, 2022 - C
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.
Here are 24,641 public repositories matching this topic...
The uncompensated temperature of the BMP180 is incorrectly converted to a 16-bit signed value, instead of a 32-bit signed value (long). Since the data is 16-bits wide and can therefore not be negative, the easy fix would be to do the following:
sip.js(1128): uncompensated = uint16(data[0], data[1]);
Please see page 15 of the manual of the BMP180 chip:
https://ae-bst.resource.bosch.com/media
~/go/src/go.googlesource.com/go/src/compress/flate $ tinygo test -c compress/flate && ./flate.test
~/go/src/go.googlesource.com/go/src/compress/flate $ go test -c && ./flate.test
PASS
-
Updated
Mar 20, 2022 - Go
-
Updated
Mar 17, 2022
-
Updated
Mar 24, 2022 - Python
-
Updated
Mar 24, 2022 - C++
Basic Infos
Hardware
WiFimanager Branch/Release: 2.0.5-beta
Hardware: ESP32
Description
WiFiManager::setHostname(char*)
should make a defensive copy of parameter value instead of storing the raw parameter value. Currently it is possible to e.g. pass a hostname
value that gets freed up before WiFi.setHostname()
etc., resulting in a corrupted hostname being set.
N
-
Updated
Oct 2, 2020 - JavaScript
Blynk library version: master branch at 144a90f3bdb66c3b6c03cce0335c1f1e304d91d6
IDE: VS Code + PlatformIO
IDE version: 1.52.1
Board type: ESP8266
Additional modules: Arduino ESP8266
Scenario, steps to reproduce
Blynk.run()
blocks if there is no internet connection on the network and connecting to a local server via SSL.
According to my investigation, `BlynkArduinoClientSecure::conn
-
Updated
Mar 19, 2022 - C
-
Updated
Feb 19, 2022 - C++
-
Updated
Mar 20, 2022 - C++
-
Updated
Mar 14, 2022 - C++
-
Updated
Feb 22, 2022 - Python
-
Updated
Mar 22, 2022 - Java
-
Updated
Feb 22, 2022 - C++
-
Updated
Mar 15, 2022 - C++
-
Updated
Mar 21, 2022 - C++
-
Updated
Mar 24, 2022 - C
Created by Massimo Banzi
Released 2003
- Organization
- arduino
- Website
- www.arduino.cc
- Wikipedia
- Wikipedia
Is your feature request related to a problem? Please describe.
No response
Are you looking for hardware support?
No response
Describe the feature you want
I use POWER_LOSS_RECOVERY (along with NOZZLE_PARK_FEATURE) to save the current job state on the SD card. That way, I can turn off my printer overnight and resume the next day, for obvious safety concerns.
I noticed this m