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,574
Sharing Presentation Slides: Physical Web using Micro:bit

Things used in this project

Hardware components

BBC micro:bit board
BBC micro:bit board
×1

Software apps and online services

Google goo.gl
MakeCode
Microsoft MakeCode

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

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

Comments

Add projectSign up / LoginAbout BBC micro:bit