Remote streaming on bluetooth

It is always a bit of a pain having to have a lead attached to your seismic sensor. With the BBC:microbit you can pair two devices wirelessly and stream wireless acceleration data across the ether ! It obviously helps if you have a battery pack for your BBC:microbit , we got ours from kiktronic a battery pack lets you go wireless with datalogging The coding for adding wireless streaming is very simple on the website https://codethemicrobit.com/ mricobit data streaming code You can download my copy of this .hex code here Note you have to download the same .hex code to two microbits... one acts as a remote sensor, the second must be connected to your computer with a USB lead and acts as the radio receiver. see this vdeo for an example of it working Of course you don't have to use jAmaseis software to do the monitoring, you can use a simple terminal program like putty Remember baud rate should be set to 115200 This...