nickytonline, to random
@nickytonline@toot.cafe avatar

Looking forward to hanging with @andypiper this coming Wednesday on https://nickyt.live!

We're going to discuss making, IoT messaging (MQTT), MicroPython and Mastodon!

Looking forward to having some fun with hardware!

Reminder: https://buff.ly/3NoNWpV

#mqtt #MicroPython

scruss, to random
@scruss@xoxo.zone avatar

All Watched Over by Machines of Loving Grace, "read" by a SYN6988 TTS chip driven by MicroPython:

https://soundcloud.com/user8899915/all-watched-over-by-machines-of-loving-grace

#TTS #SpeechSynthesis #MicroPython

kevsmac, to random
@kevsmac@mastodon.social avatar

I've written up the Picotamachibi virtual pet project here:

https://www.kevsrobots.com/blog/picotamachibi.html

It runs on a @raspberry_pi Pico and is written in #MicroPython.

Enjoy!

#STEM

cta, to random
@cta@social.ordinal.garden avatar

I have been teaching for a while...happy with it. Spending the summer looking at the environment...seems fine? Not totally sure why I would switch away from MP, CP seems only marginally more convenient. Perhaps you who are reading this feel strongly one way or the other? If this is the case I am interested to hear your thoughts!

andypiper, to random
@andypiper@macaw.social avatar

It's a @makeroni day! Currently messing with Wemos D1 mini, C3 mini, and #MicroPython. Also, Tinkercad.

andypiper, (edited ) to random
@andypiper@macaw.social avatar

Exciting to see Bluetooth support land for #PicoW via both C and #MicroPython - will have to play with this when I get back to my studio next week. https://www.raspberrypi.com/news/new-functionality-bluetooth-for-pico-w/

andypiper, to random
@andypiper@macaw.social avatar

This Walter module is going to support #MicroPython - have you heard of this one, @matt_trentini ? https://www.quickspot.io/

itnewsbot, to random
@itnewsbot@schleuss.online avatar

Software Driving Hardware - We were talking about [Christopher Barnatt]’s very insightful analysis of what the... - https://hackaday.com/2023/06/03/software-driving-hardware/ #microcontrollers #hackadaycolumns #micropython #newsletter #rants

laurensvalk, to random
@laurensvalk@fosstodon.org avatar

I always go for small, stand-alone commits. But sometimes you have to break everything at once.

pybonacci, to random
@pybonacci@mastodon.social avatar

I've reviewed the #pyscript + #pyodide examples and the simple 'hello world' downloads 15Mb and takes seconds.

Anyone has any news about pyscript + #micropython? I read the tests/blog posts several months ago but nothing new since then.

Don't get me wrong, Pyodide and the #scipy stack in the browser is amazing but something lighter (micropython) to create simple webs not depending on pyodide would also be awesome.

Pyodide is working hard to reduce the size but still.

What do you think?

concretedog, to random
@concretedog@mastodon.social avatar

A question! What is implied by a comment in #Micropython that simply reads " # ..." ? is it a known thing that I don't know? (Of which there are plenty!)

laurensvalk, to random
@laurensvalk@fosstodon.org avatar

Maybe it's fun to share some day to day developments... Today I'm working on making our #Pybricks sensor API async-compatible at minimal cost.

Every byte counts, so I've arrived at something that costs just 4 extra bytes for each async method! Still learning new #MicroPython development tricks every day.

For those in the know... I'm basically modifying the commonly used MP_DEFINE_CONST_FUN... macros/types to "decorate" a C function to behave asynchronously.

@matt_trentini @jimmo

blogmywiki, to programming
@blogmywiki@mastodon.social avatar

Just updated my big list of more advanced / crazy BBC micro:bit projects. Make a binary adder! Print surreal stories on a thermal printer! Do the kettle run in less than 10 parsecs! Write a 7 segment LED display driver in MAKE CODE BLOCKS! Get kids making their own programming language for younger kids! Play NIM to win! And many more.
It's all here, fill your :bits!
http://www.suppertime.co.uk/blogmywiki/microbit/
#microbit #Python #microPython #MakeCode

andypiper, to random
@andypiper@macaw.social avatar

A long time coming, but ESP NOW support has been merged in #MicroPython! nice

andypiper, to random
@andypiper@macaw.social avatar

Getting ready for the monthly #MicroPython meetup to kick off. Lurking in Zoom waiting to see the latest goodies 🙂

andypiper, to random
@andypiper@macaw.social avatar

The #MicroPython meetup is happening in Melbourne in a bit, so I’m going to get some sleep here in the UK, and start my day with some tech knowledge in the morning 🐍

laurensvalk, to random
@laurensvalk@fosstodon.org avatar

Time for some #retrocomputing to celebrate 25 years of #LEGO #MINDSTORMS! Anyone remember the RCX from 1998?

Coded with #Pybricks #MicroPython!

rasterweb, to random
@rasterweb@mastodon.social avatar

In the old days of microcontrollers (when I just used Arduino boards) I could search for code and find it.

Now using RP2040 boards I need to search for code but it might be in MicroPython, or CircuitPython, or C or "Arduino" code, as it were...

And bah! I like more choices but sometimes that means things take a lot more time to figure out or find.

axwax,

@rasterweb

Yes, it can be a bit frustrating at times, especially if you find out thing a) best works in #CircuitPython, thing b) in #Micropython, but thing c) only works in C/C++ (and of course you've already started writing your code in either a) or b) )...

seperis, to random

#micropython question: so I'm having a problem importing from the Kitronik file

So I have the following files on the pico
PicoAutonomousRobotics.py - 1 class
picozero - may classes

I got the webserver up using the instructons from RaspberryPI for Pico. On the webpage are buttons ot turn on and off the pico LED. That all works.

I imported KitronikPicoRobotBuggy from the robotics file as it has four LEDs and a buzzer, But it keeps giving me an error when I assign to variable.

andypiper, to random
@andypiper@macaw.social avatar

Great post on using PyCharm with by my friend @codepope -> https://codepope.dev/post/2023/05/micropythonpycharm/

andypiper, to random
@andypiper@macaw.social avatar

Updated the Pimoroni (are they on Mastodon yet?) Pico Enviro+ #MicroPython sample to use nicer vector/Hershey fonts, and to also emit the readings via #MQTT terrible "hacky-didn't-have-time-for-better-but-it-works" code https://github.com/andypiper/picow-enviroplus

andypiper, to random
@andypiper@macaw.social avatar

Excellent evening at Oxford Python (thanks GitHub for hosting!). The work on CPython performance down to examining the way stack can be optimised and all of the other thought going on makes me grateful for smart folks who just enable me to enjoy writing code in Python! Wasp OS looks interesting for #MicroPython on wearables. 👀

andypiper, to random
@andypiper@macaw.social avatar

Happy 10th birthday to #MicroPython @micropython - one of my favourite things to hack on gadgets with! ❤️ check out the fun timeline the project just published to mark the occasion https://micropython.org/resources/MicroPython10YearsPoster.pdf

scruss, to random
@scruss@xoxo.zone avatar

MicroPython v1.20.0 on 2023-04-26; Raspberry Pi Pico W with RP2040

Yup: 300 days after the release of the Raspberry Pi Pico W, it gets its first official MicroPython release.

Firmware image here:
https://micropython.org/download/rp2-pico-w/

#MicroPython #RaspberryPiPico #RP2040

andypiper, to random
@andypiper@macaw.social avatar
  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • provamag3
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • anitta
  • Leos
  • tester
  • JUstTest
  • All magazines