Skip to content

bxnbxrch/microbit-flasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Microbit Flasher

a small web app that runs in the browser and flashes a .hex firmware file onto a micro:bit over WebUSB. It uses the dapjs library, prompts the user to select a connected micro:bit, shows flash progress, and reports success or errors. It is built with React and Vite;

How to run

Prerequisites:

  • Node.js (v16+)
  • npm or yarn
  • A Chromium-based browser that supports WebUSB (Chrome) and a connected micro:bit

Install and run the dev server:

npm install
npm run dev

Open the URL reported by Vite in Chrome, allow WebUSB access, select the micro:bit, and flash the .hex file.

To build and preview a production bundle:

npm run build
npm run preview

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors