Dave Anderson on Nostr: Like, display a hex digit on a 7-segment display for example. Back in the day: grab a ...
Like, display a hex digit on a 7-segment display for example.
Back in the day: grab a 7-segment decoder IC with 4 bits in, 7+1 drive lines out, done. Cheap, common, easy.
Today, if you're being normal: grab any old Cortex M0 micro and just bit-bang the display module directly. Maybe through a port expander or, if you're really fancy, a 7-segment driver IC that speaks I2C and runs like a dozen digits at once, with dot support and like 4 bonus GPIOs on the side because the package had free pins.
Published at
2024-04-22 06:27:39Event JSON
{
"id": "c3defb25579e522343f6d53d342156523a5bce325c13cd92a95dc75df4035783",
"pubkey": "dad113f50e47d6bffb79f9a69006ffd969c26e636e5aed2ae597b0407093175f",
"created_at": 1713767259,
"kind": 1,
"tags": [
[
"e",
"b2fd85d9357d002e5d862d097b03285d2330612aef94b23ca9e240c2c3a3eca4",
"",
"root"
],
[
"p",
"dad113f50e47d6bffb79f9a69006ffd969c26e636e5aed2ae597b0407093175f"
],
[
"proxy",
"https://hachyderm.io/users/danderson/statuses/112313451100464402",
"activitypub"
],
[
"L",
"pink.momostr"
],
[
"l",
"pink.momostr.activitypub:https://hachyderm.io/users/danderson/statuses/112313451100464402",
"pink.momostr"
]
],
"content": "Like, display a hex digit on a 7-segment display for example.\n\nBack in the day: grab a 7-segment decoder IC with 4 bits in, 7+1 drive lines out, done. Cheap, common, easy.\n\nToday, if you're being normal: grab any old Cortex M0 micro and just bit-bang the display module directly. Maybe through a port expander or, if you're really fancy, a 7-segment driver IC that speaks I2C and runs like a dozen digits at once, with dot support and like 4 bonus GPIOs on the side because the package had free pins.",
"sig": "66308c08476f5bf8042f1a360a365272d4ee3dd8525a4bb6bd105f38be87104066337fa1a319f0ba95912f2939c7081de3b02c0b9c1c2bcf3e87007c44988ec4"
}