You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _drafts/2025-11-03-draft.md
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,13 +57,23 @@ text - [site](url).
57
57
58
58
The badge for the Hackaday Superconference this past weekend is a rather powerful device sporting an ESP32-S3 with 8 MB of PSRAM and 16 MB of flash, LCD screen, SX1262 LoRa module, LiPo battery/charging and a Solder Party custom keyboard. It runs MicroPython with `lvgl_micropython` running on the display for LVGL graphics - [Hackaday](https://hackaday.com/2025/10/23/announcing-the-2025-hackaday-superconference-communicator-badge/) and [GitHub](https://github.com/Hack-a-Day/2025-Communicator_Badge). Via [Adafruit Blog](https://blog.adafruit.com/2025/10/28/the-2025-hackaday-superconference-communicator-badge-runs-micropython/).
59
59
60
-
## Develop embedded firmware for Pico using Rust or Zephyr with pico-vscode
60
+
## The Arduino Uno Q
61
61
62
-
[](https://www.raspberrypi.com/news/develop-embedded-firmware-for-pico-using-rust-or-zephyr-with-pico-vscode/)
62
+
Folks have now had their hands on this new board which can run Python in Linux and MicroPython on its STM32 processor and are now reporting their findings. Here is a group of articles summarizing findings from prominent makers:
63
63
64
-
Raspberry Pi has upgraded the [Raspberry Pi Pico extension for Visual Studio Code](https://github.com/raspberrypi/pico-vscode) to support use of the Zephyr RTOS and the Rust programming language - [Raspberry Pi News](https://www.raspberrypi.com/news/develop-embedded-firmware-for-pico-using-rust-or-zephyr-with-pico-vscode/).
### Arduino Uno Q vs Raspberry Pi - Which One Should You Buy?
65
71
66
-
## Arduino Uno Q - 5 Tips You Need to Know
72
+
[](https://www.youtube.com/watch?v=9wspsEO1WeA)
73
+
74
+
The Arduino Uno Q is a single board computer and so is the Raspberry Pi. But which one should you buy? Which one is better for you? This video looks at the features, performance, and price of these boards to help you pick the best board for you - [YouTube](https://www.youtube.com/watch?v=9wspsEO1WeA).
75
+
76
+
### Arduino Uno Q - 5 Tips You Need to Know
67
77
68
78
[](url)
69
79
@@ -75,6 +85,12 @@ Kevin McAleer provides tips on how to set up and use the new Arduino Uno Q effec
75
85
76
86
The Python Software Foundation (PSF) has walked away from a $1.5 million US government grant and can blame the Trump administration's war on woke/DEI for effectively weakening some open source security - [The Register](https://www.theregister.com/2025/10/27/python_foundation_abandons_15m_nsf/) and [Python Software Foundation](https://pyfound.blogspot.com/2025/10/NSF-funding-statement.html).
77
87
88
+
## Develop Embedded Firmware for Pico Using Rust or Zephyr with `pico-vscode`
89
+
90
+
[](https://www.raspberrypi.com/news/develop-embedded-firmware-for-pico-using-rust-or-zephyr-with-pico-vscode/)
91
+
92
+
Raspberry Pi has upgraded the [Raspberry Pi Pico extension for Visual Studio Code](https://github.com/raspberrypi/pico-vscode) to support use of the Zephyr RTOS and the Rust programming language - [Raspberry Pi News](https://www.raspberrypi.com/news/develop-embedded-firmware-for-pico-using-rust-or-zephyr-with-pico-vscode/).
0 commit comments