News by Wintermute_BBS@oldbytes.space
lade... random avatar Follow Folgen

Wintermute_BBS - Network

Posts Subscribe

So I spent this sunday afternoon doing some field research and soldering in order to be able to drive a #LEGO #train #motor via #ESP32forth...

https://oldbytes.space/@Wintermu...

So I spent this sunday afternoon doing some field research and soldering in order to be able to drive a via using a motor driver and a nifty Lo-Ion that holds a whooping 1300 mAh. I use this to power the (with a regulator) and the motor (via L293D).

And the best thing: the setup works, the code works and yes the motor runs.



24.8.2025 16:37So I spent this sunday afternoon doing some field research and soldering in order to be able to drive a #LEGO #train #motor via #ESP32forth...
https://oldbytes.space/@Wintermu...

Friday night, time for a true classic ...https://www.youtube.com/watch?v=kNGWAYGIT5Q#WintermuteBBSRadioShow #Music #AcidRock...

https://oldbytes.space/@Wintermu...

Friday night, time for a true classic ...

youtube.com/watch?v=kNGWAYGIT5Q





22.8.2025 18:53Friday night, time for a true classic ...https://www.youtube.com/watch?v=kNGWAYGIT5Q#WintermuteBBSRadioShow #Music #AcidRock...
https://oldbytes.space/@Wintermu...

The window pane thermometer 2.0 - now featuring the #M5Stack #Cardputer running my #ESP32forth code ... (moving pictures!)lots of fun here...

https://oldbytes.space/@Wintermu...

The window pane thermometer 2.0 - now featuring the running my code ... (moving pictures!)

lots of fun here ...

21.8.2025 11:26The window pane thermometer 2.0 - now featuring the #M5Stack #Cardputer running my #ESP32forth code ... (moving pictures!)lots of fun here...
https://oldbytes.space/@Wintermu...

I evenutally got myself a #M5Stack #Cardputer and installed the ESP32forth variant for it right away ...This little device is quite amazing!...

https://oldbytes.space/@Wintermu...

I evenutally got myself a and installed the ESP32forth variant for it right away ...

This little device is quite amazing! Now I can tinker with everywhere!!

.oO(my wife's gonna hate it!)

20.8.2025 12:32I evenutally got myself a #M5Stack #Cardputer and installed the ESP32forth variant for it right away ...This little device is quite amazing!...
https://oldbytes.space/@Wintermu...

I just found this blog post about how to make #music using #pwm on #lego #powerfunctions #motors. not that I want to, but there is quite...

https://oldbytes.space/@Wintermu...

I just found this blog post about how to make using on . not that I want to, but there is quite some technical information in there.

Gets me thinking about building a simple motor Forth library. To run on a microcontroller inside your to which you connect via wifi ... hmmm ... @f4grx what do you think?!

brickexperimentchannel.wordpre


17.8.2025 14:58I just found this blog post about how to make #music using #pwm on #lego #powerfunctions #motors. not that I want to, but there is quite...
https://oldbytes.space/@Wintermu...

In Germany there we have this saying that talking about music is like dancing to architecture.In a simillar way, I find it rather difficult...

https://oldbytes.space/@Wintermu...

In Germany there we have this saying that talking about music is like dancing to architecture.

In a simillar way, I find it rather difficult to describe to people why I prefer coding in a language which is usually considererd one or all of the following: old / outdated / dead / feeding-to-a-niche / hard-to-understand - but I will give it a last try:

One of the things I like about the Forth programming language - in this case - is that you can easily add hardware specific words from the Arduino library.

I was missing analogWrite, analogWriteFrequency and analogWriteResolution so I just added those.

But aside from that, using Forth on the ESP32 makes prototyping so much easier: you save yourself the endless cycle of "code, compile, upload, test, code..." since you can actually write your code interactively on the device (using either the Block Editor or the Visual Editor).

Being able to remotely connect to this development environment via either or just rounds it up for me.

Maybe it's because it brings me back to the times when I was coding BASIC on my bedsit, but maybe it really is because it is a very efficient way to code ... πŸ€·β€β™‚οΈ



17.8.2025 10:58In Germany there we have this saying that talking about music is like dancing to architecture.In a simillar way, I find it rather difficult...
https://oldbytes.space/@Wintermu...

If the name #BigAudioDynamite rings a bell with you, then this little masterpiece may be worthy of your...

https://oldbytes.space/@Wintermu...

If the name rings a bell with you, then this little masterpiece may be worthy of your attention:

youtube.com/watch?v=qi8Mkjg8wk






16.8.2025 09:39If the name #BigAudioDynamite rings a bell with you, then this little masterpiece may be worthy of your...
https://oldbytes.space/@Wintermu...

Still no friend of projects that organize themselves using #Slack and #Facebook ...

https://oldbytes.space/@Wintermu...

Still no friend of projects that organize themselves using and ...

15.8.2025 05:37Still no friend of projects that organize themselves using #Slack and #Facebook ...
https://oldbytes.space/@Wintermu...

🎢 Hot sun 🌞 beating downBurning my feet πŸ‘£ just walking aroundHot sun 🌞 making me sweat πŸ˜“ 'Gators 🐊 getting close,...

https://oldbytes.space/@Wintermu...

🎢 Hot sun 🌞 beating down
Burning my feet πŸ‘£ just walking around
Hot sun 🌞 making me sweat πŸ˜“
'Gators 🐊 getting close, hasn't 🚫 got me yet 🎢

12.8.2025 15:49🎢 Hot sun 🌞 beating downBurning my feet πŸ‘£ just walking aroundHot sun 🌞 making me sweat πŸ˜“ 'Gators 🐊 getting close,...
https://oldbytes.space/@Wintermu...

#UNIX on a #Commodore64 - does not need fancy hardware extensions!https://lng.sourceforge.net/

https://oldbytes.space/@Wintermu...

on a - does not need fancy hardware extensions!

lng.sourceforge.net/

12.8.2025 13:50#UNIX on a #Commodore64 - does not need fancy hardware extensions!https://lng.sourceforge.net/
https://oldbytes.space/@Wintermu...

Yay! πŸ₯³ I just made my #TTGO #VGA32 use the #esp32forth variant with #fabgl enabled (a.k.a. #ESP32forthStation ) *and* properly...

https://oldbytes.space/@Wintermu...

Yay! πŸ₯³

I just made my use the variant with enabled (a.k.a. ) *and* properly recognize the onboard !!

In the end the modification was quite simple, I had to tell the TTGO VGA32 the proper SPI pin configuration for the sd card via SPI.begin() and added that code to the SD.begin word definition.

By default, SD.begin would use the default SPI pin configuration which is not being used on the TTGO VGA32 (see TTGO VGA32 pinout).

EDIT: but it took me hours to realize that I used a video resolution which consumed too much memory, causing each attempt to do a "SD.begin" in ESP32forth to fail ... lowering the resolution to 640x200@60 did do the trick! 😎

Time to go to bed ... πŸ₯±


10.8.2025 01:28Yay! πŸ₯³ I just made my #TTGO #VGA32 use the #esp32forth variant with #fabgl enabled (a.k.a. #ESP32forthStation ) *and* properly...
https://oldbytes.space/@Wintermu...

One of the things that annoyed me when using #ESP32forth is that with recent versions of the #ArduinoIDE it is no longer possible to use...

https://oldbytes.space/@Wintermu...

One of the things that annoyed me when using is that with recent versions of the it is no longer possible to use plugins for uploading additional files to the partition of the ESP32.

There is a workaround solution for ESP32forth that allows a user to copy-paste code into the terminal, which is then stored on the filesystem - but that didn't convince me.

So I spent the last two days tinkering with mkspiffs and esptool.py and finally found a way to not only upload files to the SPIFFS partition but also dumping files *from* that partition back to your computer. All from the command line, no ArduinoIDE and plugins required - see here:

ufud.org/posts/2025-08-07-esp3



7.8.2025 12:26One of the things that annoyed me when using #ESP32forth is that with recent versions of the #ArduinoIDE it is no longer possible to use...
https://oldbytes.space/@Wintermu...

a question to the #arduinio crowd: is there any working way for the current 2.3.6 #arduinoide to upload files to a #spiffs filesystem?Yes, I...

https://oldbytes.space/@Wintermu...

a question to the crowd: is there any working way for the current 2.3.6 to upload files to a filesystem?

Yes, I know there is arduino-esp32fs-plugin but this *does not* work with the current 2.3.6 IDE. It only worked with 2.0.

6.8.2025 15:53a question to the #arduinio crowd: is there any working way for the current 2.3.6 #arduinoide to upload files to a #spiffs filesystem?Yes, I...
https://oldbytes.space/@Wintermu...

After two weeks of not doing anything technical but enjoying my vacation, I have been tinkering with my #ForthDeck again, adding another 64...

https://oldbytes.space/@Wintermu...

After two weeks of not doing anything technical but enjoying my vacation, I have been tinkering with my again, adding another 64 blocks (64K) of EEPROM based block storage to it, which I connected via the I2C bus.



5.8.2025 12:40After two weeks of not doing anything technical but enjoying my vacation, I have been tinkering with my #ForthDeck again, adding another 64...
https://oldbytes.space/@Wintermu...

It's #prideweek in #Amsterdam and many shops and businesses have these signs out on their shop front welcoming people of all #genders...

https://oldbytes.space/@Wintermu...

It's in and many shops and businesses have these signs out on their shop front welcoming people of all ...

1.8.2025 13:25It's #prideweek in #Amsterdam and many shops and businesses have these signs out on their shop front welcoming people of all #genders...
https://oldbytes.space/@Wintermu...

... early up today as we are leaving for a day trip to #Amsterdam ...

https://oldbytes.space/@Wintermu...

... early up today as we are leaving for a day trip to ...

1.8.2025 04:01... early up today as we are leaving for a day trip to #Amsterdam ...
https://oldbytes.space/@Wintermu...

Still fascinated by those #pidp11 kits but boy, those are pricey. Still, the thought of such a replica front panel decorating my living-room...

https://oldbytes.space/@Wintermu...

Still fascinated by those kits but boy, those are pricey. Still, the thought of such a replica front panel decorating my living-room shelf is very, very tempting.

26.7.2025 11:20Still fascinated by those #pidp11 kits but boy, those are pricey. Still, the thought of such a replica front panel decorating my living-room...
https://oldbytes.space/@Wintermu...

don't worry #zandvoort - we come by #rail πŸš‚ ...

https://oldbytes.space/@Wintermu...

don't worry - we come by πŸš‚ ...

25.7.2025 22:38don't worry #zandvoort - we come by #rail πŸš‚ ...
https://oldbytes.space/@Wintermu...

sshhh! 🀫 Tell you a secret: I love what they call #yachtrock these days ... #holdtheline...

https://oldbytes.space/@Wintermu...

sshhh! 🀫

Tell you a secret: I love what they call these days ...

youtube.com/watch?v=htgr3pvBr-



22.7.2025 22:39sshhh! 🀫 Tell you a secret: I love what they call #yachtrock these days ... #holdtheline...
https://oldbytes.space/@Wintermu...

Everybody now: "...if you like pina coladas ..."#pinacolada

https://oldbytes.space/@Wintermu...

Everybody now: "...if you like pina coladas ..."

22.7.2025 22:08Everybody now: "...if you like pina coladas ..."#pinacolada
https://oldbytes.space/@Wintermu...
Subscribe
To add news/posts to your profile here, you must add a link to a RSS-Feed to your webfinger. One example how you can do this is to join Fediverse City.
         
Webfan Website Badge
Nutzungsbedingungen   DatenschutzerklΓ€rung  Impressum
Webfan | @Web pages | Fediverse Members