Schoumi
fb82a6f0b2
Add support and sample of use of BME280 temp/humidity/pressure sensor
7 months ago
Schoumi
b90795782a
Add support and sample of the tsl256x light sensor
7 months ago
Schoumi
f13349dfc5
Add support and sample example of use of the veml6070 uv sensor
7 months ago
Schoumi
52ed0f0ee7
SSD1306 support example
9 months ago
Joe Finney
bb8ecacec7
Merge pull request #21 from microbit-sam/add-oob
...
Add Out Of Box experience source code to samples
4 years ago
Sam Kent
acc41c736b
Update source/examples/out-of-box-experience/main.cpp
4 years ago
Sam Kent
8b2cef2608
Change pairing mode to "Just Works"
4 years ago
Sam Kent
8c60956a04
Add Out Of Box experience source
4 years ago
James Devine
9d319cec11
microbit-samples: added carriage return to button events sample.
...
Closes #9
6 years ago
Martin Woolley
67cf907341
Made event type more specific for listening to buttons
6 years ago
Martin Woolley
6d51454bc9
Examples for Eddystone URL and UID beacons
6 years ago
Martin Woolley
f7e55cd8a5
Exit onConnect() when disconnected per @stigbjorlykke observation
7 years ago
Devine
b573c615b1
microbit-samples: neatened up warning on event handlers.
7 years ago
Martin Woolley
5da9e35841
Added a couple of Bluetooth examples
7 years ago
Jonathan Austin
9bb313f8e4
Give better feedback to user about disbaling BLE
...
This little chunk of pre-processor logic could/should migrate into
microbit-dal in the long run.
7 years ago
Jonathan Austin
274da8ba5a
Add a simple 'Proximity Heart' example
...
You must build this program with BLE disabled, using config.json or
MicroBitConfig.h
If you flash this onto two micro:bits, when in range they will both
display full hearts. When out of range they will show empty hearts.
Buttons:
A: make heart full
B: beat heart (make a small heart, then revert to large0
A+B: stop broadcasting (break up with the other micro:bit!)
There's a 'group_name' variable that lets you choose which micro:bits
will respond to each other on proximity. At the moment, it is left
as an exercise for the user to make the buttons also only work per
group!
7 years ago
Joe Finney
24d01aa6f3
microbit-samples: Restructured repo for easier use
...
- each sample now has a separate folder, named main.cpp
- added .yotta_ignore to prevent them all being linked together
- updated docs accordingly
7 years ago