arduino icon indicating copy to clipboard operation
arduino copied to clipboard

Arduino-compatible MCU firmware code for sensor-, telemetry-, and gateway-appliances.

Results 10 arduino issues
Sort by recently updated
recently updated
newest added

Hi @bee-mois, hier im Repository wurde quer durch die Bank die PlatformIO Konfiguration aktualisiert, auch bei Deiner Firmware, auf recht neue Versionen, vermutlich weil ich keine Informationen darüber finden konnte,...

## About The Arduino firmware for the Open Hive ESP32 appliance. ## Details In order to receive better maintenance, and to improve visibility, @ClemensGruber suggested to assimilate this program into...

## About The Arduino firmware for the Bee Observer (BOB) project. ## Details In order to receive better maintenance, and to improve visibility, @ClemensGruber suggested to assimilate this program into...

Hi @u-l-m-i, hier im Repository wurden querbeet die PlatformIO Konfigurationen aktualisiert. Bei Deinen Firmwares sieht es eigentlich recht gut aus, aber zwei Dinge sind noch übrig. - Platform SDK: `espressif8266@^2`...

_Original: https://github.com/hiveeyes/arduino/issues/58#issuecomment-1567364271_ ## Problem Updating the ESP8266 SDK on the Homie programs to `espressif8266@^3` with GH-67 failed at [^1]. ## Observations When updating to `espressif8266@^3` or higher, this happens: ```cpp...

_Original: https://github.com/hiveeyes/arduino/issues/58#issuecomment-1567357373_ ## Problem Updating the ESP8266 SDK on the `node-wifi-mqtt.ino` program to `espressif8266@^3` with GH-67 failed at [^1]. It is probably our fault, because we are using other outdated...

Hi there, the [`Adafruit_MQTT_Library`](https://github.com/adafruit/Adafruit_MQTT_Library) is available as version 2.4.2 already. However, some of the sketches here are still using version 1.0.3 on behalf of our fork [1]. We might consider...

Through [1], we found the ADS123X library [2] by @HamidSaffari to be the most canonical one these days. It builds upon the HX711 library [3] by @bodge and the ADS1232...

Hi there, the discussion at [1] might yield some improvements to make to the code base and documentation. With kind regards, Andreas. [1] https://community.hiveeyes.org/t/probleme-beim-power-down-des-hx711-unter-arduinocore-fur-esp32/2948

Hi there, we tried to roughly sketch out a _Firmware based on Terkin-Next (WIP)_, see also [1]. This might resonate with @marcelgasser. While working on #39, we found the code...