See how to display on 2 Hitachi HD44780 with PCF8574 using the I2C protocol.
Read the article
Here, we have a classic example of a PIC being reset by its watchdog timer.
The PIC used in the simulation – 16F866 – has a default watchdog countdown timer of about 2.3 seconds.
So, the count from 0 to 9 is interrupted before the end of the sequence and the program is restarted.
In the following article, we will see how to configure and use a watchdog on a PIC micro-controller.
Voici un laboratoire d’introduction à Xcode et swift que j’ai rédigé pour mes étudiants:
Using Proteus, this project demonstrates how to use the 18F4550 USART to receive and transmit characters and display them on a LCD.
The Proteus project and source code are available at the end of the article.
6 months ago, I have added to my data center a new HP DL380 G7 server.
A superb machine with 2x 6 cores CPU which gives 24 virtual cores, 32GB of DDR3 RAM and 6x SAS 10k 300gb disk .
Soon, I will move the Asterisk and pfSense vmware machines to this server, in addition to some experimental virtual machines : Windows 10, centos and OpenStack.
To be continued …
One of my favorite projects:
Reconstruction of the ‘Apollo Guidance Computer’.
John Pultorak did an extraordinary job.
———————————————————————-
Un de mes projets préférés:
Reconstitution du ‘Apollo Guidance Computer’.
John Pultorak a fait un travail extraordinaire.
———————————————————————-
Documents:
build_agc_1
build_agc_2
build_agc_3
build_agc_4
build_agc_5
build_agc_6
build_agc_7
build_agc_8
build_agc_9
Sample code that displays on a LCD using the xlcd XC8 library
Note: The internal clock is used with the default clock rate of 1 MHz.
———————————————————————————————–
Voici un exemple de code qui permet d’afficher sur un LCD en utilisant la librairie xlcd sous xc8
Note: L’horloge interne est utilisée avec la cadence par défaut (1 Mhz).
LCD | PIN | PIC | PIN |
---|---|---|---|
RW | 5 | RB6 | 39 |
RS | 4 | RB5 | 38 |
E | 6 | RB4 | 37 |
D4 | 11 | RB0 | 33 |
D5 | 12 | RB1 | 34 |
D6 | 13 | RB2 | 35 |
D7 | 14 | RB3 | 36 |
Référence LCD read more …
A little job of renovation and reorganization of the datacenter during the summer vacations.