-
Notifications
You must be signed in to change notification settings - Fork 239
Interfacing
Giovanni Blu Mitolo edited this page Nov 30, 2017
·
59 revisions
PJON is designed to be user friendly and simple to be fastly mastered also by entry level users. Visit the links below to get detailed info on a particular setup:
- ATtiny interfacing
- ESP8266 interfacing
- Raspberry Pi interfacing
- Deal with interference
- Troubleshooting
Device | AS | OS | SW | TS | ET | LU | GU |
---|---|---|---|---|---|---|---|
Arduino Duemilanove | π | π | π | π | π | π | π |
Arduino Nano | π | π | π | π | π | π | π |
Arduino Uno | π | π | π | π | π | π | π |
Arduino Leonardo | π | π | π | π | π | π | π |
Arduino Micro | π | π | π | π | π | π | π |
Arduino Mega | π | π | π | π | π | π | π |
Arduino Zero | π | π | π | π | π | π | π |
Arduino Due | π | π | π | π | π | π | π |
ATtiny84/84A | π | π | π | π | π | π | π |
ATtiny85 | π | π | π | π | π | π | π |
ESP8266 | π | π | π | π | π | π | π |
Teensy | π | π | π | π | π | π | π |
Raspberry Pi | π | π | π | π | π | π | π |
Windows X86 | π | π | π | π | π | π | π |
Linux | π | π | π | π | π | π | π |
π working properly - π still untested / not ported
- AS AnalogSampling
- OS OverSampling
- SW SoftwareBitBang
- TS ThroughSerial
- ET EthernetTCP
- LU LocalUDP
- GU GlobalUDP
If you have added a porting or this table is not coherent with your test results, please, report it!
Feel free to write me personally gioscarab@gmail.com
- Update PJON 12.x to 13.0
- Addressing
- Configuration
- Data reception
- Data transmission
- Error handling
- IO pins setup
- Routing
- ATtiny interfacing
- ESP8266 interfacing
- Nucleo interfacing
- Raspberry Pi interfacing
- WINX86 interfacing
- Troubleshooting