Giter Site home page Giter Site logo

microbit-sigfox's Introduction

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

microbit-sigfox's People

Contributors

lupyuen avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

microbit-sigfox's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.