September update 2017

Last month I wrote an update for August 2017 where I summarized the posts I wrote in July, and listed some possible posts that could be published in August. This is a similar post, but for September 2017. I’ll talk about my plans for the month.

August post summary

Last month I wrote four posts, not including the update post. Topics included modchip installation on another PlayStation 1, and a more detailed guide on how to install custom firmware onto a PS3 slim using a Teensy. I also wrote my first electronics posts covering a DIY bench power supply, and how to make PCB schematics. [Read More]

How to make a PCB, part 1: making the schematic for Particle Photon RFM69 board

Many of the projects I plan to cover in the future include designing and building custom PCBs. This is the first post in a series where I’ll be covering how to make a simple PCB, this post in particular covers the process of creating the schematic for the PCB. After this series is complete I’ll begin covering projects like my weather station, and a custom DDS function generator.

PCB design requirements

For this series I will be covering the process of making a PCB that connects a Particle Photon to an Adafruit RFM6HCW9 900MHz radio module.This is a very simple board which will give you a good introduction to PCB design. I will be using this same board as the indoor weather data receiver for my weather station project. [Read More]

SCPH-7501 PlayStation 1 MM3 modchip installation (PU-22 NTSC board)

In April I wrote a post on how to install a MM3 modchip into a PM-41 NTSC PSone console. This is a similar post, but covering anSCPH-7501 PlayStation 1 MM3 modchip installation. An MM3 modchip allows the PlayStation to boot directly to game backups burned to CDs.

MM3 modchips also allow you to run games from other regions. You can buy an MM3 chip for not a whole lot of money, they’re around $4-10. Cost primarily depending on how long you want to wait for your chip. Buying a chip from China is cheaper, but takes longer to arrive. I purchased my chip from a US seller on eBay preprogrammed and prewired for $8 shipped. [Read More]

DIY variable bench power supply with DPS5005 and LRS-150-48

I have used several power sources for my projects over the years. Things like wall warts, USB ports, ATX power supplies, and a laptop power supply plugged into a buck converter. These power sources are functional, but not ideal. This post covers the creation of a better bench power supply using a DPS5005 front end, and a LRS-150-48 power supply back end.

My bench power supply requirements

Here’s a list of things I was looking for in a power supply. I wanted something that was very flexible, so that it could be used for a wide variety of circuits. [Read More]

CECH-2001A PS3 slim custom firmware installation with Teensy

In March I wrote a post about installing custom firmware onto a CECHA01 PS3 fat, and a CECH-2101A PS3 slim. This post goes into more detail on the same custom firmware installation process with a CECH-2001A PS3 slim console.

What is custom firmware, what is it used for, and what are the installation requirements

This section is a brief overview of the custom firmware background information I wrote about in my last PS3 custom firmware post. Custom firmware allows the PS3 to run homebrew software. With custom firmware a PS3 can do many things, including:

  • Create and run game backups.
  • Run emulators for other consoles.
  • Monitor temperatures, and control fan speeds.

Custom firmware installation requires a system that is running firmware 3.55 or earlier. This is because the encryption system on version 3.55 was cracked, allowing custom firmware updates to be seen as official software updates on consoles. Sony patched this issue in the next firmware release, and nothing released since has been hacked. [Read More]