microbit-dal | bit runtime provides an easy to use environment | Serialization library
kandi X-RAY | microbit-dal Summary
kandi X-RAY | microbit-dal Summary
The micro:bit runtime provides an easy to use environment for programming the BBC micro:bit in the C/C++ language, written by Lancaster University. It contains device drivers for all the hardware capabilities of the micro:bit, and also a suite of runtime mechanisms to make programming the micro:bit easier and more flexible. These range from control of the LED matrix display to peer-to-peer radio communication and secure Bluetooth Low Energy services. The micro:bit runtime is proudly built on the ARM mbed and Nordic nrf51 platforms. In addition to supporting development in C/C++, the runtime is also designed specifically to support higher level languages provided by our partners that target the micro:bit. It is currently used as a support library for all the languages on the BBC www.microbit.org website; including the Javascript Blocks Editor and Micropython.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of microbit-dal
microbit-dal Key Features
microbit-dal Examples and Code Snippets
Community Discussions
Trending Discussions on microbit-dal
QUESTION
Has anybody gotten the online Mbed C/C++ compiler to use config.json files with the BBC Micro:bit? If so, where in the file system did you place the config.json file?
When I use the Mbed online C/C++ compiler to build the example radio programs called microbit-simple-radio-rx and microbit-simple-radio-tx, I do not get any response from the Micro:bits after loading the hex files. However, when I use the off-line yotta command line to compile the same examples for the Micro:bit with the same config.json files and load the hex files, the examples do run correctly.
It looks to me like the config.json files are being ignored by the Mbed online compiler. The contents of this file turn off Bluetooth as the Micro:bit radio uses a custom stack which cannot run at the same time as Bluetooth. I can also turn off the Bluetooth library by adding this line to the MicroBit.h library:
...ANSWER
Answered 2017-Dec-01 at 01:01The Mbed online compiler uses mbed_app.json, instead of config.json
. You can do the same as you're trying to do now via:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install microbit-dal
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page