We are excited to receive this little fellow just now.
It’s a Pyboard D-series with WiFi and Bluetooth. This pyboard is a low-power microcontroller module that runs MicroPython. This particular model (SF3W) has a 216MHz CPU, 256k RAM, built-in high-speed USB PHY and integrated WiFi/Bluetooth capabilities.
The concept of D-series pyboards is to use as both a standalone board or an embedded component in final products. MicroPython runs bare metal on the pyboard, and essentially gives you a Python operating system. The built-in pyb and machine modules contain functions and classes to control the peripherals available on the board, such as UART, I2C, SPI, ADC and DAC.
Let’s put some code there!