mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,5 Tsd.
aktive Profile

#uart

0 Beiträge0 Beteiligte0 Beiträge heute

#Computerclub2

#CC2tv #403 Vom `print()` zum #Bit

So spricht dein #Mikrocontroller
Wir zeigen, wie ein einziger #MicroPython-Befehl – `print("Hallo Welt")` – Schicht für Schicht bis zum elektrischen Signal am TX-Pin zerlegt wird. Wir starten in der Hochsprache, werfen einen Blick auf den erzeugten #Bytecode und zeigen, wie die MicroPython-VM ihn in C-Routinen übersetzt. Von dort gelangt der String über den #UART-Treiber als #ARM- #Maschinencode auf den RP2040-Prozessor

cc2.tv/daten/20250705100000.ph

It lives!

The #rc2014 version of my FT245 based USB interface works exactly as intended with SCM, Basic and the 6850 version of CP/M

No more faffing with USB-Serial dongles and #UART settings for me, terminal software simply doesn’t care about baud rates and the like with this board,

Dear #homelab bubble,

as is normal I have a dozen different SBCs (Raspi1, Raspi2, Raspi4,...) as well as some other thin clients running in my home lab. As none of them is connected to a monitor, each of them has some kind of serial-to-USB cable attached (to a serial output or to the Raspi GPIO pins).

Of course, I am lazy, and moving the laptop I am working on and attaching the right cable is too much effort. So I thought about finding another solution. Not sure if there is one and if I can afford it. So I would be glad if there is any input or ideas or hints or experiences or recommendations. Thanks in advance!

#serialconsole#uart#raspi

Anyone know enough about the ATmega328 to know if the UART can cope with something else disabling interrupts for ~2mS...?

That sounds like quite a lot to me.

This is for handling MIDI, so I think at 31250 that would be enough for up to two complete 3-byte messages to have gone past...

Am about to pile into the datasheet, but the UART was always a bit of "mystery magic that just worked" for me...

#MakerHelp#ATMega328#MIDI

Nach #Weihnachten habe ich MacroPads (kleine USB-Tastaturen mit Drehknopf und Taster) kennen gelernt. Das was ich in die Finger bekommen (und aufgeschraubt) habe, hat einen Chip #CH552. Ich dachte es ist ein spezieller Tastaturchip wie der #CH340 ein USB-#UART Chip ist. Weit gefehlt, das ist ein #8051 kompatibler Chip mit USB, und der wird vom SDCC unterstützt!

ähnliches Macropad: github.com/wagiminator/CH552-M

SDCC Projekt: github.com/atc1441/CH55xOneCli

GitHubGitHub - wagiminator/CH552-MacroPad-plus: Programmable MacroPad with Rotary Encoder and NeoPixelsProgrammable MacroPad with Rotary Encoder and NeoPixels - wagiminator/CH552-MacroPad-plus
Fortgeführter Thread
Every time I do some project "for fun" (= not for work) I try to learn something new, in that way i can say the time needed is not wasted.
So, this time I decided to try #wirewrapping . This is a very simple circuit, with no board, so it's a very very simple case, but I tried and I liked it!

Here a photo while connecting the #esp8266 (already flashed with #zimodem and configured to connect to my wifi) with the #UART to #RS232 adapter.