Search found 11 matches

by Bugz Bensce
17 Dec 2015 13:28
Forum: mikroBasic for dsPIC30/33 and PIC24 General
Topic: Software SPI
Replies: 0
Views: 4410

Software SPI

Software based (Bit-Bang) Serial Peripheral Interface.
by Bugz Bensce
17 Dec 2015 13:04
Forum: mikroBasic for dsPIC30/33 and PIC24 General
Topic: SED1565 serial Graphic LCD.
Replies: 1
Views: 6156

SED1565 serial Graphic LCD.

SED1565 serial Graphic LCD.
by Bugz Bensce
17 Dec 2015 12:58
Forum: mikroBasic for AVR General
Topic: KS0108 Based Graphic LCD code
Replies: 3
Views: 4655

Re: KS0108 Based Graphic LCD code

A revised version of the KS0108 Graphic LCD.
by Bugz Bensce
17 Dec 2015 12:07
Forum: mikroBasic for AVR General
Topic: KS0108 Based Graphic LCD code
Replies: 3
Views: 4655

Re: KS0108 Based Graphic LCD code

Thank you very much my pleasure. :wink:
by Bugz Bensce
27 Nov 2015 10:19
Forum: mikroC General
Topic: KS0107 KS0108 library
Replies: 10
Views: 8528

Re: KS0107 KS0108 library

I have a question regarding this piece of code: "glcd_write(alfab[ch1-32][e]);". Why did you subtract 32 from ch1?
by Bugz Bensce
26 Nov 2015 22:58
Forum: mikroBasic for AVR General
Topic: KS0108 Based Graphic LCD code
Replies: 3
Views: 4655

KS0108 Based Graphic LCD code

I have successfully done KS0108 based Graphic LCD code in MPLAB X with thee PIC 16F877 Microcontroller.
The code and simulation can be found below.
by Bugz Bensce
24 Nov 2015 14:22
Forum: mikroC PRO for ARM General
Topic: Port Expander
Replies: 17
Views: 9497

Re: Port Expander

A working Port Expander project using PIC 16F877A via SPI.
The project was done using MPLAB X and without any library functions.
The code and Simulation is in a zip folder called "B".
by Bugz Bensce
18 Nov 2015 20:48
Forum: mikroC General
Topic: PIC18F46K22 DAC mikroC PRO
Replies: 6
Views: 5573

Re: PIC18F46K22 DAC mikroC PRO

DAC via SPI using PIC 16F887.
Project done in Hi-tech C Compiler(MPLAB X).
Output is connected to a DC voltmeter, and input is controlled via two Push-Button switches.
You can find the project and Simulation below in a ZIP file.
by Bugz Bensce
18 Nov 2015 20:38
Forum: mikroBasic for dsPIC30/33 and PIC24 General
Topic: 25LC512 SPI Eeprom
Replies: 12
Views: 12034

Re: 25LC512 SPI Eeprom

I have Successfully implemented External EEPROM via SPI(Serial Peripheral Interface) with a PIC16F887. If you want the Project and Simulation(Proteus) you can download it below. All libraries are user defined and code is commented to explain coding decisions/implementations. The Micro controller wri...
by Bugz Bensce
10 Nov 2015 16:01
Forum: mikroC General
Topic: PIC 2 PIC Master/Slave Communication using I2C... Enjoy
Replies: 41
Views: 109767

Re: PIC 2 PIC Master/Slave Communication using I2C... Enjoy

Greetings, I have successfully done PIC-to-PIC I2C communication. The system has a Master and Slave. The Master continuously sends (Writes) a Binary code to be displayed by the Slave (Via Port D). In addition the Master can request a Read from the Slave via a Button press and display that data via P...
by Bugz Bensce
10 Nov 2015 07:05
Forum: mikroC General
Topic: PIC 2 PIC Master/Slave Communication using I2C... Enjoy
Replies: 41
Views: 109767

Re: PIC 2 PIC Master/Slave Communication using I2C... Enjoy

I did the Code in Hi-tech C (MPLAB X) and it's working perfectly. The Master continuously sends a code to the slave which is output via a 7- segment display at Port D. In addition, the Master can read Data from the slave via a button press and Display the Read via a 7-segment display of it's own on ...

Go to advanced search