Tom Ball

Results 64 issues of Tom Ball

- [ ] https://www.adafruit.com/product/2384 [vibration sensor] - [ ] https://www.adafruit.com/product/393 [temperature, humidity] - [x] https://www.adafruit.com/product/169 [micro servo] - [ ] https://www.adafruit.com/product/189 [motion sensor] - [ ] https://www.adafruit.com/product/375 [reed switch] -...

The edge browser has changed how to disconnect USB. Instructions from MakeCode show this: ![image](https://user-images.githubusercontent.com/10767146/118300547-e8471a00-b496-11eb-8967-70272c00e28b.png) But the reality is now this: ![image](https://user-images.githubusercontent.com/10767146/118300665-0d3b8d00-b497-11eb-99a1-3cfec61fce01.png) How do I disconnect USB now?

- see https://makecode.microbit.org/_fY9cVRgEp1VD and the compiler error on download - the variable rocketJourney in animations.ts (let clause) is not used anywhere in the code. - if you comment out this...

bug
compiler

A partner created an extension in the web app (using github) using micro:bit editor before we updated. After the update, this extension doesn't load (silently fails) and the console has...

bug
extensions

Sometimes when I am using the game simulator with the keyboard (specifically, the arrow keys) and doing a lot of quick keystrokes (say for moving a character), one (or sometimes...

bug
simulator
p2

@kenmcmil - I've archived both the above repos. -- Tom

Here's start of a very simple sample with input (sensor) and output (traffic light). ``` console.log("starting...") const temp = new ds.Temperature() const light = new ds.TrafficLight() temp.temperature.subscribe(async t => {...

question

Working from a newly created project, I try to connect to my feather board and get the following error. But the DeviceScript server does start, so the second time I...

bug