Ron Dagdag
Published © GPL3+

Sharing Presentation Slides: Physical Web using Micro:bit

Share presentation materials like slides and websites to attendees by enabling a physical web beacon using BBC Micro:Bit.

BeginnerFull instructions provided30 minutes1,701
Sharing Presentation Slides: Physical Web using Micro:bit

Things used in this project

Story

Read more

Code

Physical Web

JavaScript
input.onButtonPressed(Button.A, () => {
 bluetooth.advertiseUrl(
 "https://goo.gl/NdzJSr",
 7,
 false
    )
 basic.showString("Check IN")
})

bluetooth.advertiseUrl(
"https://goo.gl/1d8Ur8",
7,
false
)
basic.showString("Presentation")

Credits

Ron Dagdag

Ron Dagdag

47 projects • 435 followers
Microsoft MVP award / Lead Software Engineer / Augmented Reality. Developer Passionate to learn about Robotics, VR, AR, ML, IOT

Comments