FelezJoo PI Programming

In this article, we will go over how to program an AVR chip for FelezJoo metal detector using a USBASP with a 10-pin cable.
A USBASP is a cheap device that allows for writing programs to AVR chips, such as an ATmega128 or ATmega328.
Therefore, we can write the Detector program to ATmega328p and have this program written into the flash memory of an AVR.
USBASPs are one of the least expensive options to programming AVRs; therefore, it’s one of the best options for doing so. USBASPs can be obtained for under $10 on many electronic retailer sites.
It is composed of an ATmega88 or ATmega8 and a few passive components that allow for writing data to an AVR chip’s flash memory.
Find the article her: USBasp Good Quality
Connecting it up to allow for it to program an AVR isn’t that difficult. We will now go over the wiring connections necessary for the USBASP to transfer data from a computer to an AVR chip.
One end connects into the computer. This allows for us to transfer the compiled program from the computer to the USBASP. The other end of the USBASP normally gets connected either to a 6-pin or a 10-pin cable, which can then get hooked up easily to a breadboard through header pins.
Both 6-pin and 10-pin cables are common, so knowing the pinout of these is essential to connecting them.
This translates into the real-world wiring diagram shown below. Regardless of whether the 6-pin cable or 10-pin cable is used, and it really doesn’t matter, there are 6 pins we are really wiring up and these are the MISO, SCK, RST, VTG, MOSI, and GND connections.
These are the only 6 essential connections that need to be made from the USBASP Programmer to the target AVR chip.
Using the popular ATmega328 chip as an example, we will show the wiring necessary to connect a USBASP to an Atmega328 chip to program it.
The schematic diagram for wiring the USBASP to the Atmega328 chip is shown below.
Basically, we just have to know which pins are the MOSI, MISO, SCK, RST, VCC, and GND pins, and connect them correspondingly from the USBASP to the target AVR chip.



Driver installation procedure
● Download the driver from : USBasp-win-driver-x86-x64-ia64-v1.2.4.zip and unzip it
● For those having issues with the zip file, please try the following rar file https://protostack.com.au/download/USBasp-win-driver-x86-x64-ia64-v1.2.4.rar
● Insert the USBASP into your USB port
See also:
- VINTIK-PI V2 metal detector
- simple metal detector with 2 NE555
- Generalities about DIY metal detector
- Tesoro Lobo metal detector
- Pulse PI-AR metal detector based on STM32f1
- Metal detector Qasar AVR microcontroller
- VLF Madera metal detector
- Tesoro Golden Sabre Light “TLSL”
- PI polonese AFRICA V4
- Tesoro Eldorado Metal detector
- Smart Hunter Metal Detector on a Smartphone
- Spirit PI wireless metal detector based Arduino
- Turn your iPhone into a metal detector
- Pulse Metal Detector on Arduino
- Metal detector PI Polonese
- Simple metal detector
- GOLDEN MASK 4 pro
- Coil DD for induction balance metal detectors
- Pinpointer G-NOME
- Pinpointer KB_V3_VCO
- Pinpointer MINIMAX-PP-II
- Pinpointer Based PIC12F675 Microcontroller
- Pinpointer FM-2 v2
- Pinpointer Velleman k7102
- SurfPI Pro metal detector
- FelezJoo Discrimination Fix
- KROT Download files
- Hammerhead PI metal detector
- Tracker PI-2 metal detector
- Terminator 3 metal detector
- Chance PI assembling
- Chance PI download files
- AVR Serial programmer 2
- Chance PI programming
- Chance PI PCBs
- Chance PI schematic
- Chance PI Partlist
- Chance PI metal detector
- Concentric coil for IDX Pro/TGSL
- Pirate PI download page
- VINTIK-PI V1 metal detector
- VINTIK-PI V2 download page
- VINTIK-PI V2 assembly
- VINTIK-PI V2 PCBs
- VINTIK-PI V2 partlist
- VINTIK-PI V2 schematic
- Pirate PI assembly
- Pirate PI Partlist
- Pirate PI PCBs
- Pirate PI Schematic
- Pirate PI metal detector
- IDX Pro Download files
- IDX Pro PCBs
- IDX Pro schematic
- PIM-2 Pulse download files
- PIM-2 Pulse assembly
- PIM-2 Pulse PCBs
- PIM-2 Pulse Partlist
- PIM-2 Pulse schematic
- PIM-2 Pulse Metal Detector
- KROT2 Menu Settings
- KROT2 Partlist Z80
- KROT2 Partlist Z79
- KROT2 Download files
- KROT2 PI PCB
- KROT2 PI Schematic
- Clone PI-AVR Menu
- Clone PI-AVR assembling
- Clone PI-AVR Programming
- Clone PI-AVR PCBs
- Clone PI-AVR Schematic
- Clone PI-AVR Parts List
- Clone PI-W files
- Clone PI-W Buttons function
- Clone PI-W Assembling
- PI-W Partlist
- PI-W PCB
- Batteries and Chargers
- FelezJoo PI Download files
- FelezJoo PI Ground Test
- FelezJoo PI Air Test
- FelezJoo PI Programming
- FelezJoo PI System settings
- FelezJoo PI assembly
- FelezJoo Partlist
- FelezJoo PCB
- FelezJoo Schematic
- IDX Pro PI Metal Detector
- KROT2 PI Metal Detector
- Clone PI-AVR Metal Detector
- Clone PI-W Metal Detector
- FelezJoo PI Metal Detector
- Pulse Induction Metal Detectors
Go into device manager and find the entry for the USBASP programmer. It should be displayed with a yellow alert icon next to it.
Right click on the device and select “Update Driver Software”
When prompted “How do you want to search for driver software”, select “Browse my computer for driver software”
Select the folder where you unzipped the driver files then click “Next”
At this point, windows will give you a nice red warning dialog with the message “Windows can’t verify the publisher of this driver software”.
Click “Install this driver software anyway” and the driver will install.
FelezJoo_Schematic
FelezJoo_PCBs
FelezJoo_Partlist
FelezJoo_PI assembly
FelezJoo_PI Programming
FelezJoo PI System settings
FelezJoo_PI Air Test
FelezJoo_PI Ground Test
FelezJoo_PI Download files
Programming procedure (Video) vith AVRDUDESS









