arduino-libs-manchester
arduino-libs-manchester copied to clipboard
Commit 6d001778e43a4c5373cdbaec8e4eceea6c0f04bb breaks this library for attiny85, at328p and atmega32u4, and probably all non ESP boards. I get the following errors ``` .piolibdeps/Manchester/Manchester.cpp: In member function 'void Manchester::setupTransmit(uint8_t, uint8_t)': .piolibdeps/Manchester/Manchester.cpp:92:49:...
Hello, What should change to work in arduino due?. Thanks
Hi I have a Manchester bus that I would like to tap in on at 38.4kbaud. I have an Arduino Mega ADK. Will that be fast enough to manage? If...
Fixed by my changes. Don't really know how to use github though, so email/msg me for details if it isn't showing up. Essentially changed both to 8 bit as intended...
Hello, I try to use the ATtiny84 with Manchester library as a receiver, and it did not work, I try to solve the problem. Finaly I succeed, I belive that...
I am using Arduino Genuino Uno Board for transmitter and receiver with 430Mhz transmitter receiver pair. I am using the exmaple code given with the library. To tranmit and receive...
I am using this library and found it great at first sight, but i am getting into trouble when i have more than one transmitter. Sending data with different sender...
Hi, what is the max payload length you can send each time?
MAN_9600 Work nicely. but above are not work?
I need to use it between an embedded linux transmitter and an Arduinio receiver. Does exists a porting for linux? Regards, Antonio