Search found 1 match

by renatoa
Tue May 07, 2024 9:08 am
Forum: ESP32 Arduino
Topic: Custom one wire protocol decoding and forwarding
Replies: 1
Views: 634

Custom one wire protocol decoding and forwarding

I have a Chinese equipment that outputs a custom serial data stream, consisting in a 7ms packet preamble, followed by 7 bit data packet where 0s are 650us LOW pulses, 1s are 1500us, and the HIGHs are 750us. I managed decoding of this stream atm pretty OK using a blocking approach, i.e. pulsePin for ...