mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

#electronics

0 posts0 participants0 posts today

My latest blog post: Reverse Engineering a Broken Night Light - Part 1 - Tear Down

mikecoats.com/night-light-part

We bought our first Night Light when our daughter was born; within 3 years, it and its replacement had broken. Let's tear it down, reverse-engineer what's left, and build it back up with some extra 'smart' features.

mikecoats.comReverse Engineering a Broken Night Light - Part 1 - Tear Down
More from Mike Coats 🏴󠁧󠁢󠁳󠁣󠁴󠁿🇪🇺🌍♻️

I built a latency meter with an Arduino and a photo transistor to answer one question: Is click-to-photon latency higher on Wayland than on X11?

And the answer is: Yes, actually.

⏱️ 42 ms on X11, compositing off
⏱️ 56 ms on X11, compositing on
⏱️ 64 ms on Wayland
⏱️ 71 ms on Windows 10

Tested with Plasma 6.3.4 and Firefox 137. I will improve my methods and confirm these numbers. See replies for details.

We. Love. Modular. Ports.

Did you know that MacBooks have modular USB-C ports? All that Thunderbolt speed goes straight through a small press connector. Impressive!

Better yet, if you break a port, your expensive logic board's safe and sound.

Why doesn't every laptop do this?!

#repair #electronics #iFixit

I'm not fully happy with this one yet, but it works and I'm using it. I've been sitting on it for a while now and I need to just publish it because I'm not sure when I'm going to get to the V1.5 improvements I want to do.

Here's my take on a simple fume extractor that uses a couple of easily obtainable and off the shelf parts.

If you're sucking solder fumes and have a printer and about $15 for materials. Here you go: https://www.printables.com/model/1211096-solder-fume-extractor

Libre License, FreeCAD source files included.

@3dprinting

Replied in thread

I ordered some LED's, sockets, 2n2222 transistors and some 12V relays today.

What do you all think of this plan:

USB->UART (buy it)

UART->LOGIC output (build it: see falstad/video)

LOGIC->RELAY (buy it)

POWER- through relay (spare 12v from shucked HDD's)

Automotive/pinball LED T10 bulbs in sockets mounted to PCB or 3D printed structure. (buy it)

#electronics
#soldering
#microsoft
#MicrosoftTeams
#onair
#onairlight
#dietz
#chrome
#python
#ee
#circuit
#falstad
#LED
#arduino
#raspberrypi

Replied in thread

My python code sends data out of the serial port if Teams is On a call and sends nothing otherwise.

The circuit turns the LED red when it sees pulses and leaves it red for a second or so. As long as it gets serial data once a second or so the LED stays on. If anything goes wrong it goes off

Would you buy a serial to on/off GPIO output module like this?

Replied in thread

I have simmed and soldered and achieved blinky blinky!

Next step. It's not bright enough. Buying a logic level relay and some T10 LED bulbs. I'm going to try some things.

falstad.com/circuit/circuitjs.

I have an old #Dietz lantern that I was given by my cousin. I'm doing a project to add an on-air light to teams when in a call in Teams. This post is step one.

This has to work without IT permission, so I'm doing it from #chrome using the devtools interface. I'm kinda surprised #Microsoft hasn't tried to block this method.

My colleague also has an on air light, so I'll have two users right off the bat.

github.com/poleguy/sweep/blob/

GitHubsweep/teams_chrome_status.py at master · poleguy/sweepcatch all for usefull stuff. Contribute to poleguy/sweep development by creating an account on GitHub.

My latest blog post: VanSpoof - Prototype 1 - Hardware

mikecoats.com/van-spoof-protot

Let's look at building a prototype PCB for my VanSpoof project. I really want to get better at soldering SMD components, so I'm going to try to use as few through-hole parts as I can get away with.

mikecoats.comVanSpoof - Prototype 1 - HardwareLet's look at building a prototype PCB for my VanSpoof project. I really want to get better at soldering SMD components, so I'm going to try to use as few through-hole parts as I can get away with.
Continued thread

#Eth0 is a DIY high-tech geek conference, aiming toward sharing knowledge on technology and IT related fields including hardware, #electronics, 3D printers, networks, #programming, privacy, ethics and #hacking. By day participants hack away at projects & when the sun goes down it's time for beer, club-mate, games - party or chill out! There's always a ton of techy activities, a loaded-out bar and an abundance of #hackerspace activity. Maybe someone brings along lasers to complete the party!

My latest blog post: Reverse Engineering a VanMoof e-shifter – Part 2 – Decoding the Signals

mikecoats.com/vanmoof-eshifter

Now we've tapped in to the wiring of a VanMoof e-shifter, let's work out the baud rate and format of the data being transmitted and which format of messages are being exchanged between it and the bike.

mikecoats.comReverse Engineering a VanMoof e-shifter – Part 2 – Decoding the SignalsNow we've tapped in to the wiring of a VanMoof e-shifter, let's work out the baud rate and format of the data being transmitted and which format of messages are being exchanged between it and the bike.