Ultrasonic Distance Measurement with @Adafruit Circuit Playground Express and @MSMakeCode

Moving Target Video

has a great write-up on Instructables on his ultrasonic project with an Adafruit Circuit Playground Express and Microsoft MakeCode:

The Adafruit Circuit Playground Express is a sensor-packed development board which supports four languages: block-based Makecode (similar to MIT’s Scratch), Makecode javascript, CircuitPython and C. The HC-SR04 is an inexpensive distance sensor based on a pair of ultrasonic transducers with a straightforward TTL interface. This is a simple example demonstrating distance measurement in Makecode inspired by the BBC micro:bit example.

See the full writeup on Instructables and we hope to have more on this coming soon.

CIRCUIT PLAYGROUND EXPRESS AND ULTRASONIC DISTANCE MEASUREMENT IN MAKECODE