Skip to content

A simple BLE-enabled DAL programme that scrolls error 927 (programme not compatible)

License

Notifications You must be signed in to change notification settings

microbit-foundation/incompatible-error-programme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Incompatible V1 Error Programme

A simple BLE-enabled DAL programme for micro:bit V1 that scrolls error code 927 on the display, which indicates the programme is not compatible with this board.

This programme is meant to be used with the Universal Hex Creator Tool as a micro:bit V1 hex file that can be used to create a Universal Hex file together with a V2 programme that cannot be made V1 compatible, so on V1 it will scroll this error code.

Dependencies

Local toolchain:

Or with Docker we only need the ghcr.io/carlosperate/microbit-toolchain image.

Build Instructions

Build with local toolchain:

yotta build

Build with docker:

docker run -v $(pwd):/home --rm ghcr.io/carlosperate/microbit-toolchain:v2.0.0 yotta build

Output file: build/bbc-microbit-classic-gcc/src/error-programme-combined.hex

About

A simple BLE-enabled DAL programme that scrolls error 927 (programme not compatible)

Resources

License

Stars

Watchers

Forks

Languages