-
Notifications
You must be signed in to change notification settings - Fork 239
Troubleshooting
Giovanni Blu Mitolo edited this page Apr 3, 2018
·
51 revisions
Generally, if communication is absent, intermittent or slow, follow through this common list of possible quicks:
- If necessary use common ground for each device
- Check software pin configuration
- Check physical pin wiring connection
- Check device id configuration
- Other tasks are occupying all the available loop time
- Uncorrect packet length passed to
send
- Forgot to call
update()
orreceive()
? - Calling
update()
and having defined#define PJON_MAX_PACKETS 0
? - If using SoftwareBitBang add a 1-5MΩ pull-down resistor if not present
If you haven't identified the problem or you are a more advanced user, porting a new device or strategy see the strategy related troubleshooting page.
- 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