ortegafernando
ortegafernando
Add support for ATTINY84 Add support for ATTINY85 new function powerDownMoreTime for more than 8 seconds declare a new function ISR_RUTINE WEAK to override in your sketch so you could...
Hi, I have read your great library, and I am using it in memory, not in EEPROM. But I found that INA.begin function does this: ``` #if defined(ESP32) || defined(ESP8266)...
Add a simple option (CSN = 0) to control RF24 with 4 pins of the ATTINY85. This way you could use ackPayload functionallity and, more important, less power, as: 1....
Hi, why value_bytes is 33? As it is used in an 2D array, RAM left is very poor. Could we use as 2 bytes and save values as INTs ?...
## Description: This option helps when we have a device that send by its own serial data every X seconds. ## Checklist: - [X] The pull request is done against...
## Description: Hi, I have done two new commands that are very usefull with SerialBridge. (both commands work with hardware or software serial bridge) If this PR is merged, I...
Hi, does anybody know is INA3221 is included in any firmware build? Thanks (https://github.com/tasmota/docs/blob/development/docs/BUILDS.md) or (https://github.com/tasmota/docs/blob/master/docs/BUILDS.md)
Hi, does anyone get experience in powering an esp8266 or esp32 from power pin (ldo from 12v to 3.3v of course) How do we know that rj45 is capable of...
Hi, I have a virtual server in Google Cloud (mosquitto, node-red, ...) I have open 3456 port. I have also get the cookie by EXTERNAL_IP_ADRESS:3456 and doing all stuff. Yesterday...
Hi, thanks a lot for this great project, but I can see where I could check which are the connections (where and how) that you have make to the boost...