Search found 1379 matches

by piort
25 Sep 2012 02:54
Forum: User Projects
Topic: 7 Segment Clock
Replies: 11
Views: 6590

Re: 7 Segment Clock

hi, if i understand your code, your time base is done in the ISR. Because the 4ms delay add in code you lost 10 minute a day... Just dont put TMR2 at 0 in the interrupt routine. Make it fire 4 ms faster by adding a new starting value.... The ME calculator can hlp to find out the proper value : http:...
by piort
08 Sep 2012 04:57
Forum: Visual GLCD General
Topic: flickering text button
Replies: 1
Views: 1970

flickering text button

I'm very surprise that you don't fix the 4x flickering in button when you keep the same button and only want to change text in it on the " on click" event... until that, your nice product are useless in commercial product ;-(
I really hope you will fix that annoying bug soon ;-)
by piort
08 Sep 2012 04:30
Forum: Development Boards Wishlist
Topic: new pic ready board
Replies: 4
Views: 4539

new pic ready board

Since now , you are on the ClickBoard intense development, maybe its time to make a pic ready board with click adapter on it ... like one for 28 pin chip and 2 for 40 pin chip ;-)
by piort
04 Sep 2012 01:46
Forum: Development Boards
Topic: Forum questions and OffForum answers
Replies: 9
Views: 2924

Re: Forum questions and OffForum answers

Janko :thumb up:
;-)
by piort
28 Aug 2012 21:11
Forum: Development Boards
Topic: UART problem with PIC 18f2685
Replies: 6
Views: 2258

Re: UART problem with PIC 18f2685

hi,
with 18f2685 to use port B for LCD you have to disabled "portB A/D" in "Edit Project" ....
HTH a bit ;-)
by piort
13 Aug 2012 20:44
Forum: Development Boards
Topic: Connecting EasyPic5 development board to flowCodePic
Replies: 1
Views: 1196

Re: Connecting EasyPic5 development board to flowCodePic

hi,
i dont know nothing about flowcode but in the mid time someone help you, any compiler generate hex file so you can use the PicFlash software that come with the board and program your chip with it.
hth a bit ;-)
by piort
04 Aug 2012 04:52
Forum: Development Boards
Topic: Breadboard To Finished Circuit
Replies: 3
Views: 1766

Re: Breadboard To Finished Circuit

send it to me in PM )
by piort
03 Aug 2012 12:20
Forum: Development Boards
Topic: Breadboard To Finished Circuit
Replies: 3
Views: 1766

Re: Breadboard To Finished Circuit

hi, in fact that depand of you... your knowedge, your ability and want you want learn ;-) Another consideration is the purpose of your project : personnal or commercial ... If is a personnal project (or event low volume commercial product) what i suggest to have many hour of fun is : - make the sche...
by piort
20 Jul 2012 03:45
Forum: Visual TFT General
Topic: Cannot save a custom Board
Replies: 4
Views: 2081

Re: Cannot save a custom Board

hi, in the name of your new board, do you use some french char like éàùê ? if yes , try without .... sometime english software dosent like french )))) another thing can be helpfull, in win 7 , change your keyboard for english or multilanguage ... that will remove possibility of misunderstanding of a...
by piort
13 Jul 2012 23:24
Forum: mikroPascal General
Topic: temp sensor
Replies: 64
Views: 42401

Re: temp sensor

hi gang, i decide to jump in this thread ;-) Another way to measure very high temperature is to use metal expansion constant. We know that white cast iron expand of 0.0000065 inch by Fahrenheit degree. So you take a piece of metal in expansion chamber, in contact with temperate spacer in contact wit...
by piort
01 Jul 2012 12:15
Forum: Development Boards
Topic: PIC16F88 RA6 - RA7
Replies: 3
Views: 2994

Re: PIC16F88 RA6 - RA7

hi, in the compiler -> project -> edit project , set osc to intoscio2 (internal osc, o/i on ra6 and ra7) in your code, the first line to be execute have to be : OSCCON := %01111000 ; (in MP... translate if you are using another compiler) from datasheet page 40 bit 7 Unimplemented: Read as ‘ 0 ’ bit ...
by piort
15 Jun 2012 03:45
Forum: mikroPascal PRO for PIC General
Topic: SPI Ethernet Library and Large Amounts of Data
Replies: 9
Views: 4033

Re: SPI Ethernet Library and Large Amounts of Data

for serviceability reasons I would like to have a removable PIC. The biggest one I could find is the 18F4685, which I'm already using. So, a PIC with more RAM is not an option. Dont be limited by only 40 pin socket.... just go with bigger pin count socket and have all the memory you want ;-) an qui...
by piort
07 Jun 2012 00:42
Forum: Development Boards
Topic: Is it possible to use interrupt as a debounce technique?
Replies: 4
Views: 2001

Re: Is it possible to use interrupt as a debounce technique?

hi, you dont need to use timer for that... the delay_ms function will do the job and ISR can bypass it for more important usage... in pseudo code.... if button.pin = 1 then // button is press delay_ms(5); // debouncing time if button.pin = 1 then // still press so is good // do action HTH a bit ;-)
by piort
21 May 2012 04:35
Forum: Development Boards
Topic: EasyPIC7 Crystal
Replies: 1
Views: 1055

Re: EasyPIC7 Crystal

hi, i have change it with many very low price (Chinese one) without any prob. just be sure to have good capacitor for it (normally .22uf).
HTH a bit ;-)

Go to advanced search