Implement a secure ICS protocol targeting LoRa Node151 microcontroller for controlling irrigation.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
John-Mark Gurney 82c49b3ca0 a bit of work to try to detect blinking leds... 2 years ago
..
encdec8b10b rename so name is consistent... 2 years ago
sampledata a bit of work to try to detect blinking leds... 2 years ago
Makefile simple code that blinks the led.. 2 years ago
README.md add a working framework for doing 8b10b encoding/decoding.. 2 years ago
genseq.py add algorithm version of the lookup table. 2 years ago
main.c now that main has merged in, sysinit_run is a constructor.. 2 years ago
requirements.txt add a working framework for doing 8b10b encoding/decoding.. 2 years ago

README.md

Blink LED

This project is to blink a LED, and have a standard cell phone camera decode the data.

8b10b code

Adding:

(cd ..; git subtree add -P blinkled/encdec8b10b --squash https://github.com/olagrottvik/encdec8b10b.git master)

Updating:

(cd ..; git subtree pull -P blinkled/encdec8b10b --squash https://github.com/olagrottvik/encdec8b10b.git master)

Info

8b/10b encoding