Use your forum account to login.

LOGIN

TOP Contributors

  1. MikroElektronika Team (100 codes)
  2. Dany (44 codes)
  3. NART SCHINACKOW (34 codes)
  4. Alcides Ramos (33 codes)
  5. Agent Wolfz (14 codes)
  6. Andrew Hazelden (13 codes)
  7. Roman Black (11 codes)
  8. Alberto Trasimeni (11 codes)
  9. Roman Toropov (9 codes)
  10. Rajendra Bhatt (8 codes)

Most Downloaded

  1. Network Ethernet Library (11794 times)
  2. FAT32 Library (8639 times)
  3. Timer Calculator (6587 times)
  4. PID Library (5261 times)
  5. Network WiFi Library (5235 times)
  6. SMS home alarm system (4432 times)
  7. External Memory (4122 times)
  8. mikromedia for PIC18FJ - Examples (3575 times)
  9. microSD click - Example (3506 times)
  10. GPS click - Example (3272 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Project

PCB Agitator

Rating:

Author: Tom Nicolosi

Last Updated: 2012-06-26

Category: Other Codes

Downloaded: 345 times

Followed by: 1 user

It is an automatic tilt-table style etching tank that will keep the ferric chloride (or similar) moving across the PCB, thus minimizing the etching time. Everything is included in the package, schematics, PCB layout and full source code.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "PCB Agitator" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "PCB Agitator" changes.

Do you want to report abuse regarding "PCB Agitator".

  • Information
  • Comments (4)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroBasic PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

Uploaded RAR version.

This project uses a hobby servo to pivot a plastic tray up and down, swashing the ferric chloride back and forth to decrease home-made PCB etching time.

  • PIC16F88 with 8MHz internal oscillator.
  • Two timers are used, one to keep track of time, and the other to pulse out the servo signal.
  • PORTB change-on-interrupt
  • Count up and Countdown mode
  • A 16x2 LCD is used for menu display.
  • A rotary encoder is used for menu navigation.
  • A LED and a Buzzer is used for feedback
  • Settings are saved in EEPROM
  • ICSP
  • 9V - 18V AC or DC @ approx 500mA


PCB Agitator in Action

PCB Agitator in Action

Watch on YouTube

RELATED CODES

Bootloader_16E

Use for bootloader with 16F1XXX range of enhanced micros. Can use RS485 full or half duplex/ 422 / 232

[Learn More]

C# Base64 Encryption/Decryption Application

This is a program developed using visual c# 2010 express, it allows you to encrypt any given data string to Bas64 and decrypts any encrypted string to its original data. This is a good utility used when using "basic-realm" authentication in web pages which uses bas64 encryption

[Learn More]

Rotary Encolder

Um simples modo de decodificar um encolder rotatorio, utilizando interrupçao de RB0.

[Learn More]