Search found 16 matches

by lpagano
05 Feb 2009 12:35
Forum: mikroC General
Topic: How to programm a PIC 10F200 using MikroC?
Replies: 2
Views: 2102

Ok Goran,

Thank you for your explanation.
by lpagano
05 Feb 2009 00:46
Forum: mikroC General
Topic: How to programm a PIC 10F200 using MikroC?
Replies: 2
Views: 2102

How to programm a PIC 10F200 using MikroC?

Hello,

I want to make a software in the PIC 10F200 using MikroC, but when I start a new Project there is just PICs 12F, 16F or 18F.

In the PICFLASH there is this option (10F200).

How can I program the 10F200 using MikroC?
by lpagano
02 Feb 2009 16:34
Forum: mikroC General
Topic: Wireless via Manchester or my own protocol???
Replies: 2
Views: 1477

Wireless via Manchester or my own protocol???

Hello, I'm doing a remote control and the first steps was making my own protocol with a startbit, 16 bits of the code plus a parity bit. I saw in this forum that some guys use Manchester code in remote controls, that looks like more reliable. So, to the experts: what is the best and reliable way to ...
by lpagano
31 Jan 2009 13:28
Forum: mikroC General
Topic: Measuaring pulse (IR)
Replies: 1
Views: 1323

Try the software and hardware shown in the address http://www.piclist.com/images/boards/irwidget/index.htm

Regards
by lpagano
17 Jan 2009 11:31
Forum: mikroC General
Topic: PIC crashing with DS1307
Replies: 11
Views: 5653

Not yet, but I'll try.

thanks!
by lpagano
17 Jan 2009 00:15
Forum: mikroC General
Topic: PIC crashing with DS1307
Replies: 11
Views: 5653

around, It is really very strange this behavior of DS1307. As the hardware was a prototype (all in modules) just to test the software I disassembled all and now I am making the PCB for it. But I did not tested with the address 0x07. I made the software just with examples I found on the internet beca...
by lpagano
16 Jan 2009 01:38
Forum: mikroC General
Topic: PIC crashing with DS1307
Replies: 11
Views: 5653

I finally solve my problem. In the code to initialize I2C I just removed the last lines, like day, month, year, etc. I left just seconds, minutes and hours, as follows: I2C_Init(100000); I2C_Start( ); I2C_Wr(0xD0); I2C_Wr(0); I2C_Wr(0x00); I2C_Wr(0x15); I2C_Wr(0x10); I2C_Stop( ); And it is working w...
by lpagano
18 Dec 2008 18:59
Forum: mikroC General
Topic: GPS to LCD code
Replies: 15
Views: 11831

Very nice contribution.

I needed some code like your to get GPS information in my PIC project.

Regards!
by lpagano
15 Dec 2008 21:26
Forum: mikroC General
Topic: PIC crashing with DS1307
Replies: 11
Views: 5653

PIC crashing with DS1307

Guys, I’m having some problems when I try to communicate my PIC 18F4520 with the DS1307 in a very simple clock. I configured normally the DS1307 as you can see below: I2C_Init(100000); I2C_Start( ); I2C_Wr(0xD0); I2C_Wr(0); I2C_Wr(0x00); I2C_Wr(0x15); I2C_Wr(0x10); I2C_Wr(0x00); I2C_Wr(0x00); I2C_Wr...
by lpagano
25 Nov 2008 10:49
Forum: mikroBasic General
Topic: PIC Timer Calculator - free - Betatesting
Replies: 42
Views: 41733

Kia,

Very good software!
This will help us a lot in the programming actions.

Regards.
by lpagano
05 Aug 2008 00:02
Forum: mikroC General
Topic: 16F877A installed but 12F508 detected
Replies: 8
Views: 3807

Hello MasterBlaster, In the project settings I have the following checked items on 16F877A: - DEBUG OFF; - CPD OFF; - LVP OFF; - BODEN OFF; - PWRTE OFF; - WDT OFF; - HS OSC. The Pic Flash window during writing shows the 16F877A to be written. The MikroC installed is v8.2 and PicFlash is v7.11. I am ...
by lpagano
03 Aug 2008 14:35
Forum: mikroC General
Topic: 16F877A installed but 12F508 detected
Replies: 8
Views: 3807

16F877A installed but 12F508 detected

Guys, I'm having this problem sometimes. I'm using 16F877A for a project in the EasyPIC5. When I programm it to make the tests, sometimes appears the following message when trying to programm: Device detected: 12F508 Device selected: 16F877A If I close MikroC and turn off the EasyPIC5, and reopen bo...
by lpagano
18 Jun 2008 00:09
Forum: mikroC General
Topic: Can i use two I2C device in 16F877A?
Replies: 2
Views: 2043

If you use I2C commands to the DS1307 (by hardware) and Soft_I2C to other device (by software).

Is it possible???
by lpagano
28 Apr 2008 02:18
Forum: Development Boards
Topic: "Vcc Voltage Error = 0" when using external power
Replies: 3
Views: 2057

Copy'nPaste, Today I used another power supply and the board worked fine. I could conclude that the problem was the power supply. This original power supply was made by myself, just to this use. It has a transformer, a bridge rectifier and a capacitor of 3300uF, not regulated and worked good for abo...
by lpagano
26 Apr 2008 23:19
Forum: Development Boards
Topic: "Vcc Voltage Error = 0" when using external power
Replies: 3
Views: 2057

"Vcc Voltage Error = 0" when using external power

Guys, I had used my EasyPIC5 normally with USB line providing +5VCC to get the 5 Volts in the board. One week ago installed an external power supply, according board specified voltages (between 8 and 16 volts AC or DC). My external power supply give me about 12 volts. So, today, when I tried to prog...

Go to advanced search