Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lupyuen/microbit-sigfox
Send microbit sensor data to Sigfox with Sigfox Wisol Breakout Board. Coded in MakeCode and JavaScript.
https://github.com/lupyuen/microbit-sigfox
iot microbit sigfox wisol
Last synced: 15 days ago
JSON representation
Send microbit sensor data to Sigfox with Sigfox Wisol Breakout Board. Coded in MakeCode and JavaScript.
- Host: GitHub
- URL: https://github.com/lupyuen/microbit-sigfox
- Owner: lupyuen
- Created: 2018-10-26T18:51:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-04T21:02:42.000Z (about 6 years ago)
- Last Synced: 2024-11-14T18:30:13.396Z (3 months ago)
- Topics: iot, microbit, sigfox, wisol
- Language: TypeScript
- Homepage:
- Size: 129 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# microbit-sigfox
Send microbit sensor data to Sigfox with Sigfox Wisol Breakout Board. Coded in MakeCode and JavaScript.Tested with the Sigfox Wisol Breakout Board by Upton Lai:
https://www.tindie.com/products/Upton/breakout-board-of-wisol-module-for-sigfox-network/
Check out the article:
https://medium.com/@ly.lee/connect-bbc-micro-bit-to-sigfox-4d1603d19350
## Sample Debug Console Log
```
net >> Wait for net
net >> Got net
>> ATS410=0[13]
<< OK
>> AT$I=10[13]
<< 003FA49D
<< wisol.getID 003FA49D
>> AT$I=11[13]
<< B99F7CE054591652
<< wisol.getPAC B99F7CE054591652
net >> Release net
tmp << Recv data 30
tmp: 30
lig << Recv data 255
lig: 255
acl << Recv data 988
acl: 988
tmp << Recv data 30
tmp: 30
agg >> Send 0000030025509880
net >> Wait for net
net >> Got net
>> AT$GI?[13]
<< 1,3
>> AT[13]
<< OK
>> AT$SF=0000030025509880[13]
<< OK
net >> Release net
lig << Recv data 0
lig: 0
acl << Recv data 988
acl: 988
net >> Process pending response
tmp << Recv data 30
tmp: 30
lig << Recv data 0
lig: 0
acl << Recv data 988
acl: 988
tmp << Recv data 30
tmp: 30
agg >> Send 0001030000009880
net >> Wait for net
net >> Got net
>> AT$GI?[13]
<< 1,0
>> AT$RC[13]
K<< O
>> AT$SF=0001030000009880[13]
<< OK
net >> Release net
lig << Recv data 0
lig: 0
acl << Recv data 979
acl: 979
net >> Process pending response
tmp << Recv data 30
tmp: 30
lig << Recv data 0
lig: 0
acl << Recv data 988
acl: 988
tmp << Recv data 30
tmp: 30
agg >> Send 0002030000009880
net >> Wait for net
net >> Got net
>> AT$GI?[13]
<< 1,3
>> AT[13]
<< OK
>> AT$SF=0002030000009880[13]
<< OK
net >> Release net
lig << Recv data 0
lig: 0
acl << Recv data 988
acl: 988
net >> Process pending response
tmp << Recv data 30
tmp: 30
lig << Recv data 0
lig: 0
acl << Recv data 998
acl: 998
tmp << Recv data 30
tmp: 30
agg >> Send 0003030000009980
net >> Wait for net
net >> Got net
>> AT$GI?[13]
<< 1,0
>> AT$RC[13]
<< OK
>> AT$SF=0003030000009980[13]
<< OK
net >> Release net
lig << Recv data 0
lig: 0
acl << Recv data 988
acl: 988
net >> Process pending response
tmp << Recv data 30
tmp: 30
lig << Recv data 0
lig: 0```