PIC related website

General discussion on mikroPascal PRO for PIC.
Post Reply
Author
Message
Dany
Posts: 3854
Joined: 18 Jun 2008 11:43
Location: Nieuwpoort, Belgium
Contact:

PIC related website

#1 Post by Dany » 02 Aug 2008 17:54

Hi,
I made a small PIC and MikroElektronika related website:
http://www.rosseeld.be/DRO/PIC/index.htm?

I intend to publish the units I make for MikroPascal, some complete projects, tips for beginners (I remember all too well how I did struggle a few months ago :oops: ) and some code snippets.

I am aware that, what I publish, can be "basic" for some people, but for others it can (I hope) be somewhat helpfull.

If there are comments or remarks please let me know.

Thanks in advance, and I hope you will enjoy the site. :?
Last edited by Dany on 10 Nov 2011 13:25, edited 26 times in total.
Kind regards, Dany.
Forget your perfect offering. There is a crack in everything, that's how the light gets in... (L. Cohen)
Remember when we were young? We shone like the sun. (David Gilmour)

janni
Posts: 5373
Joined: 18 Feb 2006 13:17
Contact:

#2 Post by janni » 02 Aug 2008 22:21

Very nice idea, Dany :) .

neske
Posts: 45
Joined: 04 Sep 2007 10:34

#3 Post by neske » 04 Aug 2008 10:04

Great! Very good for beginners (and not so beginners)! Thumbs up! 8)

chimimic
Posts: 178
Joined: 29 Sep 2007 14:35
Location: France
Contact:

#4 Post by chimimic » 08 Aug 2008 09:00

Yes, good idea. Thanks, Dany !

Dany
Posts: 3854
Joined: 18 Jun 2008 11:43
Location: Nieuwpoort, Belgium
Contact:

#5 Post by Dany » 11 Aug 2008 17:47

Hi, in the mean time the site has expanded a lot, especially with information for beginners. Perhaps worth wile to have a look again. :D
Kind regards, Dany.
Forget your perfect offering. There is a crack in everything, that's how the light gets in... (L. Cohen)
Remember when we were young? We shone like the sun. (David Gilmour)

krikitu
Posts: 66
Joined: 03 Aug 2008 15:40

#6 Post by krikitu » 11 Aug 2008 18:08

In the "Tools link" section, I think you should put a warning concerning "PIC Timer Calculator by Ronald Nisblé." as it has a bug in the prescaler assignment when using 16F family : http://www.mikroe.com/forum/viewtopic.php?p=81168#81168

I've contacted the author to warn him, but no response yet. Holiday time, may be :)


And thank you for this site : very useful !!! (at least for a beginner in PIC programming like me ;) )

Dany
Posts: 3854
Joined: 18 Jun 2008 11:43
Location: Nieuwpoort, Belgium
Contact:

#7 Post by Dany » 11 Aug 2008 19:48

krikitu wrote:In the "Tools link" section, I think you should put a warning concerning "PIC Timer Calculator by Ronald Nisblé." as it has a bug in the prescaler assignment when using 16F family : http://www.mikroe.com/forum/viewtopic.php?p=81168#81168
I've contacted the author to warn him, but no response yet. Holiday time, may be :)
Hi Krikitu, thanks for the warning, I will add it to the site. :D
Kind regards, Dany.
Forget your perfect offering. There is a crack in everything, that's how the light gets in... (L. Cohen)
Remember when we were young? We shone like the sun. (David Gilmour)

krikitu
Posts: 66
Joined: 03 Aug 2008 15:40

#8 Post by krikitu » 12 Aug 2008 07:34

You could also add that this bug affects only TMR0, not the others, as their init registers are not the same ;)

Dany
Posts: 3854
Joined: 18 Jun 2008 11:43
Location: Nieuwpoort, Belgium
Contact:

#9 Post by Dany » 12 Aug 2008 07:48

Done. Thanks! :D
Kind regards, Dany.
Forget your perfect offering. There is a crack in everything, that's how the light gets in... (L. Cohen)
Remember when we were young? We shone like the sun. (David Gilmour)

Dany
Posts: 3854
Joined: 18 Jun 2008 11:43
Location: Nieuwpoort, Belgium
Contact:

#10 Post by Dany » 13 Aug 2008 13:07

Hi,
Just added a very small article about some basic things: the usage of Leds, buttons and relays:
http://www.rosseeld.be/DRO/PIC/Buttons_leds_relays.htm
An article about how to use the "button" library routine is under construction.

Have fun! :D
Last edited by Dany on 27 Oct 2010 09:56, edited 1 time in total.
Kind regards, Dany.
Forget your perfect offering. There is a crack in everything, that's how the light gets in... (L. Cohen)
Remember when we were young? We shone like the sun. (David Gilmour)

Dany
Posts: 3854
Joined: 18 Jun 2008 11:43
Location: Nieuwpoort, Belgium
Contact:

#11 Post by Dany » 14 Aug 2008 08:18

Hi, the article about the "Button" routine is there now:
http://www.rosseeld.be/DRO/PIC/Button_behaviour.htm.
Have fun. :D
Last edited by Dany on 27 Oct 2010 09:56, edited 1 time in total.
Kind regards, Dany.
Forget your perfect offering. There is a crack in everything, that's how the light gets in... (L. Cohen)
Remember when we were young? We shone like the sun. (David Gilmour)

chimimic
Posts: 178
Joined: 29 Sep 2007 14:35
Location: France
Contact:

#12 Post by chimimic » 14 Aug 2008 12:24

Nicely described. Thanks, Dany.

Dany
Posts: 3854
Joined: 18 Jun 2008 11:43
Location: Nieuwpoort, Belgium
Contact:

#13 Post by Dany » 17 Aug 2008 09:53

Hi, this has been added to the site, section "units":

- UsartReceiver.ppas: Usart Receiver routine(s) with circular receive buffer, interrupt driven.
- NewI2c.pas: Replacement for I2c_Rd and I2c_Wr without interrupt blocking problems.

This unit has been replaced by new versions:
- RTC_PCF8583P.ppas: the "new" (see above) I2c routines are used now.

Enjoy :D
Last edited by Dany on 20 Aug 2008 13:46, edited 1 time in total.
Kind regards, Dany.
Forget your perfect offering. There is a crack in everything, that's how the light gets in... (L. Cohen)
Remember when we were young? We shone like the sun. (David Gilmour)

Dany
Posts: 3854
Joined: 18 Jun 2008 11:43
Location: Nieuwpoort, Belgium
Contact:

#14 Post by Dany » 20 Aug 2008 13:45

Hi,
I did add a small article about how to make a "timebase" (to trigger activities as time goes by) in a PIC program.
See http://www.rosseeld.be/DRO/PIC/index.htm?#Tips article "Creating a Timebase".
Have fun.
Last edited by Dany on 27 Oct 2010 09:57, edited 1 time in total.
Kind regards, Dany.
Forget your perfect offering. There is a crack in everything, that's how the light gets in... (L. Cohen)
Remember when we were young? We shone like the sun. (David Gilmour)

Dany
Posts: 3854
Joined: 18 Jun 2008 11:43
Location: Nieuwpoort, Belgium
Contact:

#15 Post by Dany » 27 Aug 2008 17:49

Hi, again a small article has been added: about the "storage" (representation in memory) of a mikroPascal "string" type of variable.
See http://users.edpnet.be/rosseel01/DRO/PI ... .htm?#Tips article "Strings in mikroPascal".
Have fun. :D
Last edited by Dany on 23 May 2009 15:37, edited 1 time in total.
Kind regards, Dany.
Forget your perfect offering. There is a crack in everything, that's how the light gets in... (L. Cohen)
Remember when we were young? We shone like the sun. (David Gilmour)

Post Reply

Return to “mikroPascal PRO for PIC General”