-
Currently ESP-NOW strategy is limited to sending `250 - overhead` bytes packets. Using Mespnow high-level APIs could lift this limitation and allow sending much larger payloads.
https://docs.espres…
-
Hi,
First of all thx for your amazing work !
I've the following error when trying to use the library with an Arduino MKR1000:
SoftwareBitBang.h:95:27: error: 'SWBB_BIT_WIDTH' was not declared in this …
-
I have the same problem as described here: https://github.com/home-assistant/core/issues/59388
When sending multiple messages at the same time from HA to MySensors nodes I frequently experience som…
-
```
What steps will reproduce the problem?
1. dev_appserver.rb .
2. appcfg.rb run -S irb -r config/environment
3. open http://localhost:8080/ and post comment, put new entity to datastore.
4. Query ne…
-
it seems SoftwareBitBang/Timing.h does not have any settings for atmega328 and F_CPU == 8000000L and thus does not compile. would copying the attiny85 values do the trick, and is there a guide for wh…
-
I cannot find any info about the status of compatibility with ARM and particularly ATSAMD (M0, M4). I was considering to use a trinket M0 instead of attiny85. Would that be possible?
-
Would it be possible to implement some methods that would allow communications to take place with the use of AT commands over serial, SPI, etc. etc. In modules such as the Reyax RYLR405, RYLR406, RYL…
-
```
Am working with guestbook app example. Am unable to find a solution. it
seems like there's a problem with the bundler. Am unable to troubleshoot
this problem. Here's the url for the example.
h…
-
Hi to all,
i have a small network composed of arduino as a slaves and one esp8266 as a master. Using TS over RS485. This setup is working great. But right now I would like to replace esp with rpi wit…
-
I have been able to make this library work (well, the Blink Transmit/Receive examples) on the ATtiny841 (core from https://github.com/SpenceKonde/arduino-tiny-841) by adding **AVR_ATtiny841** to the l…