arduino-libs-manchester icon indicating copy to clipboard operation
arduino-libs-manchester copied to clipboard

Results 27 arduino-libs-manchester issues
Sort by recently updated
recently updated
newest added

I have an ATTiny85 connected to an 315MHz transmitter and an Arduino Uno connected to an 315MHz receiver. I tried to send a number 511 (2^9 - 1, or 0b111111111...

Hi, I simply wanted to transmit a ON/OFF flag to an alarm, but it seems much more difficult than expected... I made the example code tests with Arduino UNO first....

Here is my bootloader config: > Clock: "1 Mhz (internal)" > LTO: "Disabled" > B.D.O Level: "B.D.O Disabled" > Timer 1 clock "CPU" > Save EPPROM: "EPPROM retained" Here's my...

Dear Team I want to use the Manchester Library with Arduino, but I found out that it Supports only IEEE802.3 convention. Is there any possibility to modify to make it...

I have receiver and transmitter. Transmitter is arduino. Receiver is esp-8266. I used your code example, and tried to connect the receiver and the transmitter. But they are not connected...

Hello, thank you for your code. It was very useful for some experiments with Conrad TX-01 temperature sensor although i had to make some changes) I found that the receive...

Hi, I'm using this library to transmit certain numbers from one arduino to another. It works perfectly with digital pin 2 and 3. I want to use other digital pin...

I need to use the library with the Attiny167 micro, I use the arduino core: [ATTinyCore](https://github.com/SpenceKonde/ATTinyCore) But it does not take the micro model, I wanted to insert the code...

I am at a loss here: my receiver logic is close to that of the examples: ``` #include #define ALERT 13 #define DATA_433 4 uint16_t packet; uint16_t last_packet; void setup()...

Hi My chip have 2kbaud speed (2000 Baud). How I can set this speed ? In example is only 1200 or 2400 (I use ESP 8266) Jarek