Schoumi
fb82a6f0b2
Add support and sample of use of BME280 temp/humidity/pressure sensor
5 months ago
Schoumi
b90795782a
Add support and sample of the tsl256x light sensor
5 months ago
Schoumi
f13349dfc5
Add support and sample example of use of the veml6070 uv sensor
5 months ago
Schoumi
52ed0f0ee7
SSD1306 support example
7 months 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
Joe Finney
a9a4e43ffa
microbit-samples: Minor UX improvements to invaders sample
7 years ago
Joe Finney
557f16ab8d
microbit-samples: Added simple Space Invaders sample
7 years ago
Joe Finney
73f82275d7
microbit-samples: Update to make HelloWorld the default sample
7 years ago
Joe Finney
8f9a0bcc83
microbit-samples: Added a suite of basic samples
...
Also introduced MicroBitSamples.h as a simple, cross IDE mechanism to choose
which sample to build.
7 years ago
James Devine
7a8e36db3f
microbit-samples: Added license information.
7 years ago
James Devine
9834132da7
microbit-samples: updated main.cpp to scroll "HELLO WORLD! :)"
7 years ago
James Devine
e8b37cb2fc
microbit-samples: Added an example using our new, componentised DAL.
7 years ago