Skip to content

Fixed incorrect waking up procedure #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KubaFYI
Copy link

@KubaFYI KubaFYI commented Sep 25, 2019

The procedure for waking up the LoRa chip from sleep was incorrect and not working. This was because section 1.4 of the LoRa radio datasheet seemed to be misinterpreted. Just sending 0x00 on UART does not qualify as a break condition. This 0x00 has to be at a baud rate lower than the default 57600 bps. This hotfix fixes that and removes the unnecessary additional sleep entry,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant