Bare metal micro:bit: Difference between revisions

From Bare Metal micro:bit
Jump to navigation Jump to search
No edit summary
No edit summary
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:Bare Metal {{microbit}}}}__NOTOC__
{{DISPLAYTITLE:Bare Metal {{microbit}}}}__NOTOC__
[[Image:cover.png|400px|thumb|right|Front cover]]
[[Image:cover.png|400px|thumb|right|Front cover]]
===Twenty experiments in low-level programming===
===Twenty-one experiments in low-level programming===
{{Smallcaps|This book describes}} a series of experiments in programming the BBC {{microbit}} at a low level.
This is the website for my book, "Bare metal {{microbit}}", containing [[#online resources|online recources]] to support the book, including updated instructions for setting up the hardware and software you will need, and a page that gathers together documentation on all aspects of the {{microbit}} hardware.


Chapters will appear one-by-one in coming weeks, starting with some experiments with programming the {{microbit}} in machine code.  If you want to follow along as the book grows, you should get a {{microbit}} and either a Raspberry Pi or a Linux laptop, and begin with the appendices about [[Appendix A: Hardware setup|hardware]] and [[Appendix B: Software setup|software]] setup.  The hardware setup instructions include some modifications to the {{microbit}} that will come in handy later, but you don't have to do them before beginning with the first experiment.
* An [[outline]] of the book as it will appear.


Feedback is very welcome, and you can send me e-mail at [mailto:spivoxity@gmail.com <nowiki>spivoxity@gmail.com</nowiki>], or raise issues on the github page if you prefer: https://github.com/Spivoxity/baremetal-v1.
''I am now in discussions with publishers about how to take the project forward, including what will continue to appear on the website.  The code for the experiments will remain available on GitHub and continue to be updated.  If you would like to look at sample chapters or try out the experiments, please get in touch with me and I will give you access. -- Mike''


==Part 1: Machine code programming==
[mailto:mike@cs.ox.ac.uk mike<nowiki>@</nowiki>cs.ox.ac.uk]
The first third of the book is about programming at the machine level: instructions, how they are implemented by a computer, and how they can be combined to carry put familiar programming tasks.


==Part 2: Input/output devices==
==About the book==
This part of the book is about programming I/O devices: how input and output happens by reading and writing device registers, and how we can use interrupts to make the computer respond to events.
{{:Blurb}}


==Part 3: Embedded operating system==
==Online material==
The last third of the book introduces {{microbian}}, a tiny embedded operating system based on message passing, and uses it to organise programs that contain multiple processes interleaved with each other.
* [[Appendix A: Hardware setup]].
* [[Appendix B: Software setup]].
* [[The microbit page|The {{microbit}} page]].




----
----
{{CopyrightLine}}
{{CopyrightLine}}

Revision as of 08:59, 2 July 2021

Front cover

Twenty-one experiments in low-level programming

This is the website for my book, "Bare metal micro:bit", containing online recources to support the book, including updated instructions for setting up the hardware and software you will need, and a page that gathers together documentation on all aspects of the micro:bit hardware.

  • An outline of the book as it will appear.

I am now in discussions with publishers about how to take the project forward, including what will continue to appear on the website. The code for the experiments will remain available on GitHub and continue to be updated. If you would like to look at sample chapters or try out the experiments, please get in touch with me and I will give you access. – Mike

mike@cs.ox.ac.uk

About the book

Blurb

Online material



Copyright © 2019–21 J. M. Spivey. All rights reserved.