-
- [ ] Hardware used : Window 7 64
- [ ] Provide the output of command ``status 0`` :
```
[06/09/18 17:18:19] Processing sonoff-minimal (platform: espressif8266; board: esp01_1m; framework: arduino)…
-
I've received the REV-C board, and these are the following revisions to be made:
* All coupling capacitors are connected to the voltage side of powering components instead of GND. They will all n…
-
# Description of problem
Leave a comment...
BEFORE SUBMITTING, PLEASE SEARCH FOR DUPLICATES IN
- https://github.com/platformio/platformio-atom-ide/issues
# Configuration
Atom: 1.29.0
PIO IDE…
-
Hello,
I have two ultrasonic sensors [US-100](https://www.bananarobotics.com/shop/US-100-Ultrasonic-Distance-Sensor-Module) and [JSN-SR04T ](https://www.amazon.com/CHENBO-Waterproof-Ultrasonic-Integr…
rajil updated
6 years ago
-
**Operating environment/Installation (Hass.io/Docker/pip/etc.):**
HassOS (Hass.io) on Raspberry Pi 3 B+
**ESP (ESP32/ESP8266, Board/Sonoff):**
ESP32 WROOM
https://fr.aliexpress.com/ite…
-
Hello Friends,
Do anybody have an Idea on, how to use Power and Energy meter sensors with Sonoff devices?
- With which Sonoff device?
- How to connect?
- How to configure?
-
Documentation for NodeMCU and it's modules is written very well and it's really helpful. However, for lua_modules there are only `README.md` files and sometimes examples for modules in separate `.lua`…
-
After configuring the ADS1115 node (using native I2C on rpi3) it constantly shows disconnected when I deploy my flow. I have an unofficial node that is not as configurable (node-red-contrib-ads1x15) a…
-
The time delay between i2c write and read operations is insufficient to cover the natural part to part variation of ADS1x15 devices. The consequence of this is that some parts return the previous read…
-
It takes two reads to get the current value using an ADS1115.
```python
>>> import board, busio
>>> from adafruit_ads1x15.single_ended import ADS1115
>>> i2c = busio.I2C(board.SCL, board.SDA)
>>>…