Search found 595 matches

by parkview
Fri Oct 20, 2023 1:16 pm
Forum: Projects
Topic: Adjustable USB Power and Measurement Board
Replies: 7
Views: 3525

Re: Adjustable USB Power and Measurement Board

Visited the Penang Science Cluster Makerspace recently and was fortunate to be able to spend three weeks working there on a few projects, one being my USB Power Profiler PCB but mostly working on the software side. Had lots of fun with the latest v0.8 version of the board: 2023-09-10_09-34-50_sml.1....
by parkview
Fri Oct 20, 2023 12:04 pm
Forum: Projects
Topic: Power Bank Keep-Alive Load
Replies: 0
Views: 830

Power Bank Keep-Alive Load

It can be infuriating when trying to use a Power Bank battery pack to run small things that don't use much power. I have four phone charger power banks and they all need 40-50mA of load to keep them running, otherwise they turn off. The turn off times range from 5, 30 and 40 seconds. The 5 second on...
by parkview
Wed Aug 16, 2023 9:29 am
Forum: Projects
Topic: Universal e-Paper Name Badge
Replies: 8
Views: 5226

Re: Universal e-Paper Name Badge

Yay, the board almost worked straight off the hot-plate. But there was a hidden short between the USB-Micro USB- pin and shield. It took a few attempts with the soldering iron turned up to 410 degrees and lots of flux to clear that one. NameBadge_v0.11_PCB.jpg As I mentioned in the last post, I chan...
by parkview
Sun Jul 30, 2023 12:18 pm
Forum: Projects
Topic: Universal e-Paper Name Badge
Replies: 8
Views: 5226

Re: Universal e-Paper Name Badge

PCB version 0.10. All the sensors on the board turned out ok. I somehow fixed the SK6812 footprint - but then I must have reverted (CTL+Z) it back to the old footprint and I didn't notice. Ouch! I have coded up the LIS2 3Dof accelerometer so that the display text will be the correct way up to match ...
by parkview
Fri Jul 14, 2023 3:19 pm
Forum: Projects
Topic: Simon Says - Soldering Practice PCB
Replies: 0
Views: 1604

Simon Says - Soldering Practice PCB

Yes, yet another SW Maker soldering practice PCB. This one is based around the 'Simon Says' game, in which you attempt to press a sequence of buttons following the computers pattern. It's a mixture of thru-hole and 0805 SMD parts and can be powered via a 3V CR2032 battery, or a USB Micro cable. This...
by parkview
Thu Jul 13, 2023 12:27 pm
Forum: Projects
Topic: USB-C Variable Boost Power Supply
Replies: 0
Views: 1597

USB-C Variable Boost Power Supply

I am working on a project that requires strips of 12V white LEDs. This all has to run from a phone charger battery pack. The initial strip I tried using had 60 white LEDs on it. Turns out it needs 1A at 12V to run the strip of white LEDs. But this requires 4+A at 5V to be fed into a XL6019 based Boo...
by parkview
Thu Jul 13, 2023 12:09 pm
Forum: Projects
Topic: ESP32-C3 Dual Brushed Motor Controller
Replies: 0
Views: 1632

ESP32-C3 Dual Brushed Motor Controller

I needed a small compact single motor controller board that could control a small 5V motor backward and forwards, so I quickly designed up this PCB, based around a DRV8830 i2C motor driver IC: Single-motor-driver_v0.5-sml.jpg There is a magnetic buzzer, OLED display connector, 4 RGB (bling) LEDs and...
by parkview
Wed Jun 28, 2023 9:26 pm
Forum: Projects
Topic: Basic ESP32-C3 RGB LED Controller
Replies: 2
Views: 2063

Re: Basic ESP32-C3 RGB LED Controller

Ok, the mag sensor didn't make it onto the next design version, but I did add a voltage divider that measures the voltage on the RGB LED string. If the MOSFET sending power to the LED string is switched off, then I should read 0 volts on the RGB LED string, but low and behold, I still measure a redu...
by parkview
Wed Jun 28, 2023 5:42 pm
Forum: Projects
Topic: Universal e-Paper Name Badge
Replies: 8
Views: 5226

Re: Universal e-Paper Name Badge

For this version, I ditched the ESP32-Pico MCU, and used the ESP32-S3-Mini. This comes with a built in UART, so it saves me having to add on a CP2102 UART and the cost of it. While it's easier to mount correctly, it's still a bit tricky, in that the pads are all hidden underneath, so the fix for an ...
by parkview
Wed Jun 28, 2023 5:12 pm
Forum: Projects
Topic: Universal e-Paper Name Badge
Replies: 8
Views: 5226

Re: Universal e-Paper Name Badge

Well, this project has been a long journey and been a lot of fun. The Purple v0.8, was tricky to get going properly due to the hand assembled ESP32-Pico MCU. It worked for a few months, then I took it along to the 2022 Bunbury Science Fair and it got zapped by one of the thousands of people that tou...
by parkview
Wed Jun 28, 2023 5:06 pm
Forum: Projects
Topic: MOSFET Sampler PCB
Replies: 1
Views: 1088

Re: MOSFET Sampler PCB

Another lovely component sample board:
MOSFET_Footprints_v0.5.jpg
MOSFET_Footprints_v0.5.jpg (89.19 KiB) Viewed 933 times

The DFN1006 and SOT-883 are very small and fiddly to get into place. I think the SIT-883 has a large pad size, so maybe better to use than a DFN1006?
by parkview
Wed Jun 28, 2023 5:03 pm
Forum: Projects
Topic: USB Power Breakout PCB
Replies: 1
Views: 1120

Re: USB Power Breakout PCB

JLCPCB where kind and sent me six of these small PCB's. It didn't take long to assemble two of them and they all work fine. I think if I did another version, I would place the GND pin in the middle, so the pin out would be: 5V - GND - 3.3V That way I could just solder two pins if I only needed one s...
by parkview
Sat May 13, 2023 4:59 pm
Forum: Projects
Topic: USB Power Breakout PCB
Replies: 1
Views: 1120

USB Power Breakout PCB

The other day I wanted to do a quick breadboard circuit test and I needed to get 5V and 3.3V onto the circuit. I have a nice RPi based Hat that could be used to inject power to the breadboard, but it's a monster and I thought all I need is a simple small PCB. So I spent a few hours to make my own on...
by parkview
Fri May 12, 2023 1:09 pm
Forum: Projects
Topic: MOSFET Sampler PCB
Replies: 1
Views: 1088

MOSFET Sampler PCB

Over time, my boards have become more dense, as I learn more and try to make things smaller. I started with SOT-23 sized generic MOSFETs and over time have purchased smaller and smaller MOSFETs, with last year getting down to DFN1006 (1mm x 0.6mm) sized components. I place them on the solder pasted ...
by parkview
Tue Feb 21, 2023 10:57 am
Forum: Projects
Topic: PDM Microphone Breakout
Replies: 0
Views: 2276

PDM Microphone Breakout

I was always a bit mystified about PDM MEMS microphones. I had a chance to use one that talks over the i2S bus when I helped design up the version 0.4 of the Open Source Smart Glasses PCB URL: https://github.com/TeamOpenSmartGlasses/OpenSourceSmartGlasses/tree/main/electronics_and_firmware/OSSG_v0p4...
by parkview
Sun Feb 05, 2023 11:46 am
Forum: Projects
Topic: MT6701 Hall Based Angle Position Encoder Sensor
Replies: 0
Views: 2069

MT6701 Hall Based Angle Position Encoder Sensor

This is a tiny breakout board for the MT6701 360 degree magnetic rotation field sensor IC. It has a small JST-SH connector for the power and i2C pins. This seems to work really well, and will be used in an up coming project. Unfortunately, it seems the tap function (senses a sudden increase if magne...
by parkview
Sun Feb 05, 2023 11:33 am
Forum: Projects
Topic: QMC5883 Digital Compas Breakout PCB
Replies: 0
Views: 2007

QMC5883 Digital Compas Breakout PCB

It didn't take long to whip this PCB up. Just a breakout for the cheapish QMC5883 digital compass IC. I was very happy with the consistent compass heading readings I got from it, so I am now putting the IC into some of my other projects: QMC5883L_sml.jpg I can use either a 1mm pin JST-SH SMD connect...
by parkview
Sun Feb 05, 2023 11:19 am
Forum: Projects
Topic: Sound Engineering PCB
Replies: 5
Views: 2778

Re: Sound Engineering PCB

I am really happy with this version of the PCB. This was (at the time), the first JLCPCB US$2 for 5 PCBs special on 6 layer PCB, with ENIG (gold) finish and via's filled with epoxy and plated, so it has a very smooth finish. I love it - well done JLCPCB! SE_v0.8-front_sml.jpg And here it is with all...
by parkview
Sun Feb 05, 2023 10:58 am
Forum: Projects
Topic: Adjustable USB Power and Measurement Board
Replies: 7
Views: 3525

Re: Adjustable USB Power and Measurement Board

Well this version of thew board turned out to be quite usable. There are still two errors with the design: 1. kind of small, but I have two voltage dividers, one to measure the input voltage and the other to measure the output voltage. They are switched, so as not to load down the USB line, or at le...
by parkview
Sun Feb 05, 2023 10:15 am
Forum: Projects
Topic: Basic ESP32-C3 RGB LED Controller
Replies: 2
Views: 2063

Re: Basic ESP32-C3 RGB LED Controller

This version of the RGB (WS2812) LED Controller even smaller, just 35mm x 26mm. It has the same ambient light simple photo transistor sensor as the 2-Port board, but the RGB power output is switched via a MOSFET. This means I can isolate the boards power from the RGB light strip and run the strip vi...