Here is the specific logo for my PCB.
Keep in touch !
Buzz
The ultimate blog dedicated to hardware et software homebrews e-mail : florent.bedoiseau (at) free.fr
Here is the final IRDA Joy interface.
V2.1 Updates
* Changed a few components to use 3V power supply
* Added a power switch and a status led
* Fixed a random behavior
* Removed 20ms tempo between each byte frame
* Allow USART (debug) or IRDA mode
The attached IRDAJOY-V2.1-hw.7z file contains schematics.
The attached IRDAJOY-V2.1-sw.7z contains source and hex files to program the PIC. All other details are in the README.txt file.
To use this interface with your PSP, you need specific PSP firmware and software. Go to the following link: [http://zx81.zx81.free.fr/serendipity_fr/index.php|http://zx81.zx81.free.fr/serendipity_fr/index.php|fr]
Have fun !
Buzz
SW PackageThis simple board can be used to do some prototyping, to develop and debug applications based on 16F84/16F628 PIC.
It contains all the necessary components such as crystal, capacitors, I/O, serial interface. So, there is no need to wire everything each time you want to practice PIC programming ! You can quickly test your piece of code.
NOTE:
This board cannot program the PIC. You should use a dedicated external programmer !
Caracteristics
The attached file contains all the necessary information to make you own prototyping board.
Have fun !
Buzz
Package
The purpose of this project was to use a nice and cheap LCD display originally used in a Nokia cellphone.
This project is a small thermometer used to display 2 temperatures (in & out) every 2 seconds.
Le montage présenté ici est un petit thermomètre autonome, permettant d'une part d'afficher toutes les secondes deux températures (intérieure et extérieure) et d'autre part, de visualiser sur deux courbes distinctes, les 72 dernières températures, prises toutes les 5 minutes.
Principales caractéristiques:
Le package en pièce jointe contient le PCB (format Eagle 5.0), le typon 600dpi, les sources et projet MPlab pour le Pic.
Buzz
Grant Searle is the owner of this great project.
All the details are here: http://searle.wales
Characteritics
The author has made it in wrapping only. I have decided to design and to make the PCB for it.
The attached file contains all the needed files to build your own.
Have fun !
Buzz
PackageThis application is used to generate random mazes.
The attached package contains the source code. The implementation uses my own graphical library (Gfx).
Enjoy!
Buzz
This C++ application is used to demonstrate how to quicly identify a cell in an hexagonal mesh.
The algorithm is only based on line equations which describe the hexagonal mesh. It is fast and simple.
The attached package contains the source code for two different graphical implementations. The first one is made with the Gtk library and the other with my own small library (Gfx).
The "Schemas" directory contains few quick draws to illustrate how it is done.
Enjoy !
Buzz
Version: 25/04/2024 This application, recently installed in my NISSAN Patrol, can display: Speed, Cap, Altitude, Time and Date. It is based ...