Difference between revisions of "User:Omegix/Notes/Synapse"

From Makers Local 256
Jump to: navigation, search
(adding node address info)
(adding link for board support docs)
 
(2 intermediate revisions by one user not shown)
Line 3: Line 3:
 
* Reference dev.synapse-wireless.com for setup of dev tools
 
* Reference dev.synapse-wireless.com for setup of dev tools
 
* The address of the node is the last 6 of the second line (the whole two lines is the 802.15.4 MAC address).
 
* The address of the node is the last 6 of the second line (the whole two lines is the 802.15.4 MAC address).
 +
* Proto Board PDFs to obtain pinouts: https://developer.synapse-wireless.com/downloads/prototyping/index.html#proto-boards
 +
 +
! Troubleshooting
 +
* Error:  Could not determine target's core and module
 +
** The support package is not installed for the node's core. 
 +
** snap node [target] info <-- this will let you see the node's core info
 +
** sudo pip install -i https://update.synapse-wireless.com/pypi snapbuild snap-firmware-2.4.19
 +
*** Where the numbers at the end are the core release information.

Latest revision as of 22:14, 29 September 2017

! Troubleshooting

  • Error: Could not determine target's core and module
    • The support package is not installed for the node's core.
    • snap node [target] info <-- this will let you see the node's core info
    • sudo pip install -i https://update.synapse-wireless.com/pypi snapbuild snap-firmware-2.4.19
      • Where the numbers at the end are the core release information.