Search found 390 matches

by Storic
21 Mar 2008 18:47
Forum: mikroC for dsPIC30/33 and PIC24 General
Topic: PWM (OC)
Replies: 0
Views: 1868

PWM (OC)

Hi, with the sample hardware from microchip on the PWM (OC) shows PWM (OC) pin to a 1K resistor with a .1uf cap to ground to get a average voltage out. is it possible to have the 1K resistor at 5V to PWM (OC) pin with the cap PWM (OC) pin to ground to get a average 0-5V output. I am using a 3.3V mic...
by Storic
13 Feb 2008 12:11
Forum: mikroC for dsPIC30/33 and PIC24 General
Topic: Bit toggle
Replies: 4
Views: 5653

Well done, :) this also helps makes a smaller code.
by Storic
08 Feb 2008 10:18
Forum: mikroC for dsPIC30/33 and PIC24 General
Topic: remappable periphicals
Replies: 7
Views: 4941

Not to through a spanner.
I am getting soon the 24FJ256GB106 micro, similar to the 24FJ64GA004 except 4 coms, has USB(GB) (64 pin version) and yes has re-mappable peripherals.
:? :wink:
by Storic
31 Jan 2008 22:00
Forum: Development Boards
Topic: New PIC24FJ devices (also PIC18FxxJ11 and dsPIC33)
Replies: 12
Views: 4406

Yes
I have seen this and :) to say this will help me in my current projects and future ones, as an other matter of interest, I heard from my supplier that I think by the end of this year, a SPI 100 mg Ethernet chip will become available. :D

:wink:
by Storic
12 Nov 2007 21:14
Forum: Website & Forums General Discussion
Topic: PIC 32 bit
Replies: 0
Views: 2690

PIC 32 bit

not sure where to put this note: however looks like microchip have or going to introduce a 32 bit micro http://www.microchip.com/stellent/idcpl ... ysFeatures
:? :shock: :?
by Storic
04 Nov 2007 01:09
Forum: mikroC General
Topic: Compiled code efficiency (C code bigger than Pascal code!)
Replies: 5
Views: 2853

I had similar results not just between mC and mP but also with other outside C compilers all produce different size using the flashing led example. I dont worry to much about this at the moment, If I dont have enough room in the micro I am using, I use a bigger one however if I doing production run ...
by Storic
11 Sep 2007 21:13
Forum: Development Boards Wishlist
Topic: CPU stamps for 24FJxxGAxx2 and xx4
Replies: 2
Views: 3826

I have to agree, please add
by Storic
23 Aug 2007 23:11
Forum: mikroC General
Topic: I really need your help!!!!!!!!!!!!!!!! [SOLVED]
Replies: 18
Views: 9366

it sounds like you may be receiving noise for somewhere? could be in the PCB setup or even from cables, If you have a floating pin, then I would expect random results. I have never used the LM35. the Pdf file reads in mV 1.5V = max temp of 150 deg C. 1.5V/5V = ratio of 0.3 1024(10 bit AD) * 0.3 = 30...
by Storic
21 Aug 2007 22:58
Forum: mikroC General
Topic: I really need your help!!!!!!!!!!!!!!!! [SOLVED]
Replies: 18
Views: 9366

ADCON1 = 0x82; tells me AN5, 6, 7 are digital inputs as per microchip pdf 39582b. page 182 You are trying to read analog levels on AN5 and AN6 which has been set to digital. As suggested Use ADCON1 = 0x81; or ADCON1 = 0x80; this will set to analog. :roll: Another thing you can try is to use the exam...
by Storic
19 Aug 2007 22:56
Forum: mikroC for dsPIC30/33 and PIC24 Wish List
Topic: remapping peripherals
Replies: 0
Views: 3493

remapping peripherals

with the 24F series, you have the ability to remap peripherals, (UART, SPI, I2C, PWM). would it be possible to have a function within mikroC_dsPIC to have these posible within the project wizard (another tab selection) or another part of the software where we can assign the peripheral to the selecte...
by Storic
16 Aug 2007 11:19
Forum: mikroC for dsPIC30/33 and PIC24 General
Topic: remappable periphicals
Replies: 7
Views: 4941

remappable periphicals

The micro I am considering 24FJ64GA004, I would like to remap the peripherals to a different port pin.

I am looking at assigning 2nd Uart port to the program port ICSP clock and data Pins.

Has any one tried this or simular

Andrew
by Storic
03 Jul 2007 23:45
Forum: Development Boards
Topic: PIC18F97J60 on BIGPIC4 development board
Replies: 11
Views: 7356

Yes I have been absent for some time due to other commitments. I have being surfing the web and trying to keep up to date with MC program. I have a project I am now working on that requires the 97J60 micro, using the micro SD card I am planing to write LAN with BACnet and/or modbus protocol for both...
by Storic
02 Jul 2007 14:15
Forum: Development Boards
Topic: PIC18F97J60 on BIGPIC4 development board
Replies: 11
Views: 7356

when I get my board, I would like it with the PIC18F97J60 (100 PIN MCU) :)
by Storic
26 May 2007 08:56
Forum: mikroC Wish List
Topic: MikroC and Linux
Replies: 60
Views: 71239

will this be a new licence mikroe (C, Pascal, ds, lv etc) under linux?

Go to advanced search