Reddit:Electronics

Making a Smart Organizer. Update: Values are now displayed on the phone wirelessly.
![]() | submitted by /u/We-Make-Projects [link] [comments] |
Yesterday I posted pictures of an electronic load that I built and some users asked for schematic, here's the schematics of that project. tidied up and with some extra info added, please let me know if you spotted an error.
![]() | submitted by /u/J35U51510V3 [link] [comments] |
A new addition to the lab, 200W electronic load that doesn't introduce any noise to the DUT.
![]() | submitted by /u/J35U51510V3 [link] [comments] |
Does anybody else miss those Radios we had back in the day? I could not get it in the new iPhone12 (or any iPhone) so I decided to make my own Pocket Radio...
![]() | Wanna make your own? Project Schematics at usairemalamgeer/tiny-pocket-radio: A Tiny Pocket Radio :) · Flux [link] [comments] |
Can you name all that is wrong with these ICs? Supplied as new parts by an electronics wholesaler in Montreal last year.
![]() | submitted by /u/optoph [link] [comments] |
IMU-based head tracker
I built a DIY head tracker a little while back using IR LEDs, a PS3 eye camera and OpenTrack based on the Delan clip design. It's pretty cool, but the latency and jitter (or more latency if you filter out more of the jitter) due to the fairly slow 75Hz sampling rate make playing fast-paced games like Dirt a little sickening for me.
So I made my own IMU-based tracker. I may not have bothered, but I knew I could recycle a bunch of code from my stabilized scope project and save a lot of time. I'm not the first to have done this of course - there's the EDtracker and this home made arduino based one and I'm sure many others. But I have the advantage of newer tech with better performance since a few years have passed since those other projects.
I made a custom PCB with an STM32G431KBT6 micro controller, ICM20602 6 axis IMU, and MMC5983MA 3 axis magnetometer. These sensors are faster and have less noise than older generations and the controller is at least an order of magnitude more powerful than a typical Arduino. My firmware does not use any libraries besides the Cube system provided by ST - everything is written from scratch. The system samples the IMU at 1kHz and the mag at 500Hz. The Kalman filter updates the quaternion-based attitude estimate with every reading so that my data output is very smooth with low latency. The device is configured to be recognized by Windows as a USB HID game controller. The quaternion data is converted to 16 bit unsigned integer Euler angles and transmitted over USB at 1kHz. I've also written a Gauss-Newton based calibration routine for the sensors that makes sure they produce the best possible data (if you run the calibration procedure carefully).
When mapped to in-game controls, the latency is very low. About 2-3 frames* on a 120Hz monitor running a game at 250 fps. Which is the same as my mouse (Razer Deathadder Chroma). Unfortunately, when using this device as input to OpenTrack, there is significantly more delay, about 7-8 frames*. There are many games that support head tracking with OpenTrack that do not have their own in-game settings/controls for it so it can't typically be bypassed (plus, OpenTrack has a lot of great features for customizing input curves etc that games don't have). I don't know too much about the Windows side of USB or how OpenTrack is programmed, but from what I've been told by /u/Halfway_Dead, fullscreen exclusive applications process USB inputs with much less latency than typical Windows Desktop Window Manger applications. So I'm guessing the difference is something related to that and I'm not sure how to improve it. Please post if you have ideas about this.
So the final result is that my system is noticeably smoother than the camera-based system, but the latency improvement was not as much as I had hoped (only about 1 frame*) due to, most likely, some USB issue in Windows/OpenTrack. And of course, my system, like all other IMU-based systems, does not track translation, only rotation - so that's +1 for camera systems. For my next project, I might try to combine both to get the smoothness and low latency of the IMU with the translation abilities of the camera-based system (this is similar to how some VR headsets work). Plus, if I have a camera, I don't need a magnetometer which saves some headache. But that would require me to dig into the OpenTrack code and would be a bigger project for me than this one was since I've got so much to learn.
The entire project is available on github.
*meaning monitor refreshes, not physics frames
[link] [comments]
Inspired by the Miniware digital tweezers I decided to make my own as multimeter leads.
![]() | submitted by /u/Tfuhlf22 [link] [comments] |
Great to have friends in post soviet countries! Pal from Ukraine sent me these beauties... and some vodka. Soviet tubes ИН-18 (IN18), unused in mint condition. Made in CCCP. Gotta build some nixie now! :)
![]() | submitted by /u/ChopSticksPlease [link] [comments] |
[Learning C++] Decoding morse code with light dependent transistor and Arduino board
![]() | submitted by /u/longuyen2306 [link] [comments] |
TPA3110 Amplifier module. What does short-STBY do? And how to connect it?
FAIL STORY: tried to create a simple 'video card' to show a 1.2 seconds looped animation using only discrete logic chips. There was an attempt
![]() | submitted by /u/Nice_Neighborhood213 [link] [comments] |
All soldered out. Ribbons cables rule.
![]() | submitted by /u/Detz [link] [comments] |
Hacking a Pinball Machine into a Coffee Table | TinyFPGA BX/Teensy 4.1 | 7-Segment Score Decoding Progress!
![]() | I just solved one of the major design challenges. I can now remove the backbox that houses the score displays and circuit boards as I made progress over the last few weeks:
Demo and explanation video Here on my Instagram :) [link] [comments] |
Just use a 555 and be done with it!
![]() | submitted by /u/Linker3000 [link] [comments] |
Enermax Tomahawk ETK450AWT switching mode power supply (SMPS) ATX PSU Repair
![]() | submitted by /u/eigma [link] [comments] |
Our very first attempt to create a soil humidity sensor - PCB assembly
![]() | submitted by /u/the_3d6 [link] [comments] |
Got this 41 year old Soviet electronic calculator back up and running, just needed new caps!
I made a wireless energy transmitter circuit
![]() | submitted by /u/ElectromanMx [link] [comments] |
After quite a few hours of looking at the Atmega328p datasheet, I finally managed to get my FIRST minimal USART implementation working! The “Hello World” was a sight for sore eyes.
![]() | submitted by /u/smallestpanhandle97 [link] [comments] |
First prototype of a drum volume metering device. It was a race to get it working for my presentation deadline hence the super rough assembly!
![]() | submitted by /u/Ezra_vdj [link] [comments] |