Update 2023-02-14-draft.md
This commit is contained in:
parent
897e290b22
commit
bd44dccb04
1 changed files with 10 additions and 0 deletions
|
|
@ -31,6 +31,16 @@ Welcome to the latest Python on Microcontrollers newsletter! - *Ed.*
|
|||
|
||||
We're on [Discord](https://discord.gg/HYqvREz), [Twitter](https://twitter.com/search?q=circuitpython&src=typed_query&f=live), and for past newsletters - [view them all here](https://www.adafruitdaily.com/category/circuitpython/). If you're reading this on the web, [subscribe here](https://www.adafruitdaily.com/). Here's the news this week:
|
||||
|
||||
## The Raspberry Pi Pico Software Developer Kit Version 1.5.0 Released
|
||||
|
||||
[](https://github.com/raspberrypi/pico-sdk/releases/tag/1.5.0)
|
||||
|
||||
The official C++ Raspberry Pi Pico Software Developer Kit Version 1.5.0 has been released. While there are many, many fixes and enhancements, the standout is Bluetooth support for the Raspberry Pi Pico W - [GitHub](https://github.com/raspberrypi/pico-sdk/releases/tag/1.5.0).
|
||||
|
||||
Per [Tom's Hardware](https://www.tomshardware.com/news/raspberry-pi-pico-w-sdk-adds-bluetooth), "With Bluetooth support, the Pico W can be used to create a wireless mouse, wireless keyboard or other peripheral (Bluetooth audio does not appear to be supported). So you can just imagine creating your own DIY mouse jiggler, but operating over Bluetooth instead of USB."
|
||||
|
||||
The CircuitPython development team states this will allow CircuitPython to also support Pico W Bluetooth but no estimate when this may happen. At the moment, MicroPython also does not support Bluetooth for the Pico W but it is also likely in the future.
|
||||
|
||||
## Tulip is a Complete Computer Running MicroPython
|
||||
|
||||
[](https://github.com/bwhitman/tulipcc)
|
||||
|
|
|
|||
Loading…
Reference in a new issue