-
Notifications
You must be signed in to change notification settings - Fork 11
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
Investigate cascoda driver issues with contiki upstream #14
Comments
https://github.com/mtusnio/contiki/tree/upstream_merge - upstream merged into 3.0-mikro-e with a fix for the clock, ca8210-conf.h will need the following change:
If you build the following example - https://github.com/mtusnio/LetMeCreateIoT/tree/master/examples/udp_client - with the upstream_merge branch the clicker will not send data (try tcpdump -i lowpan0), however it will periodically send ROUTER_SOLICITATION packets. Check ca8210 driver to enable debug to see the payload dump. |
RPL is now enabled by default. RPL is currently not working no udp connection from clicker to ci40. Disabling it enables NA which re-establish the previous behaviour before the merge with upstream. In the Makefile of each project, RPL can be disabled by adding the line:
|
AS a result of #11, its observed that there are some issues with cascoda driver working with contiki-master (upstream version)
The text was updated successfully, but these errors were encountered: