Getting data from a BBC:microbit
Since the BBC:microbit has an accelerometer chip on it it seems only natural to turn it into the heart of an educational seismometer. microbit accelerometer data recorded by jAmaseis datalogging software So what steps need to be done 1) install the mbed serial driver to connect your microbit to your (windows) computer using a USB lead 2) write some code to output acceleration data to the serial line on the microbit 3) make sure you have suitable microbit device file for jamaseis 4) connect it all together In detail 1) install the mbed serial driver for windows see https://developer.mbed.org/handbook/Windows-serial-configuration This will create a virtual serial COM port on your computer... you can check this by looking at Computer...properties...device manager (windows7) On my computer the microbit appears as COM23 2) write some code to output acceleration data to the serial line.. you can do this in a browser on the mic...
Comments
Post a Comment