Difference between revisions of "CffDisplay"
(→Overview) |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Closed_Projects]] | ||
==Overview== | ==Overview== | ||
Line 5: | Line 6: | ||
===Double H bridge board=== | ===Double H bridge board=== | ||
− | *[ | + | * The [https://drive.google.com/file/d/0ByeP0iLaCXmBV25jTy00WDBhTGc/view?usp=docslist_api schematic] |
− | *[PCB] comes soon! | + | * The [[PCB]] comes soon! |
− | *[ | + | * The [[source code in C of the PIC16F627A]] comes later. |
− | *[ | + | * The [[pictures]] will probably never come ;-) |
===Raspberry Pi=== | ===Raspberry Pi=== | ||
− | *[schematic of the connections] | + | * The [[schematic of the connections]] |
− | *[ | + | * The [[source code in python]] |
− | *[ | + | * The [[pictures]] |
+ | |||
+ | |||
+ | |||
+ | >>> PLEASE LET ME KNOW YOUR THOUGHTS AND COMMENT(S) to joelhuser2@gmail.com |
Latest revision as of 14:58, 14 November 2019
Overview
The CFF display is a project where a system drives 2 old clock displays for hours and minutes, which are found @Fixme's lab. The displays are composed each by a dual coils step by step 12V motor (I = 170 mA). This means first to build 2 double H bridge optocoupled slaves boards. The slave's board is wanted to be a home made exercise, even if everything exist already on the electronic's market. I decided to drive these slave's boards with a Raspberry Pi B+ master board via USB. The master sends the desired position to the slaves (hours : 1 - 12, minutes : 1 - 59). The Raspi's date is often updated by NTP, the system's source code is writen in python. The signals for the motors are generated inside the slave's board by a PIC16F627A. The PIC16F627A has its own internal master clock of 4 Mhz. The source code inside the PIC is writen in C with the old Microchip MPLab IDE, compiled by the free CC5X compiler and flashed with the ICD2 in the PIC via ICSP.
Double H bridge board
- The schematic
- The PCB comes soon!
- The source code in C of the PIC16F627A comes later.
- The pictures will probably never come ;-)
Raspberry Pi
>>> PLEASE LET ME KNOW YOUR THOUGHTS AND COMMENT(S) to joelhuser2@gmail.com