Search found 44 matches

by cocowest
10 Mar 2014 20:18
Forum: mikroC PRO for PIC General
Topic: bluetooth BLE113
Replies: 5
Views: 2654

Re: bluetooth BLE113

so, if i buy a BLE113, i connect it to a pic, and i can use one of this example code???
i don't think it's possible!!
scuse me but i think you don't give me a good help!!
by cocowest
06 Mar 2014 10:46
Forum: mikroC PRO for PIC General
Topic: bluetooth BLE113
Replies: 5
Views: 2654

Re: bluetooth BLE113

scuse me, but the code for the two product is the same??
thanks
by cocowest
27 Feb 2014 19:22
Forum: mikroC PRO for PIC General
Topic: bluetooth BLE113
Replies: 5
Views: 2654

bluetooth BLE113

Hi, i want to connect a ble113, bluegiga, to a pic 18f46k20 with uart...
Can you give me some code...for example!
I can t find nothing online... Thanks
by cocowest
14 Feb 2014 11:23
Forum: mikroC PRO for PIC General
Topic: ad7320
Replies: 1
Views: 1053

ad7320

hi, i want to read on a adt7320. I use the spi of the 18f46k20, with internal clock 64Mhz. this is my setting: trisc.b3=0; //SCLK out trisc.b4=1; //SDI out trisc.b5=0; //Sdo out cs_adt=1; SPI1_Init_Advanced(_SPI_MASTER_OSC_DIV64, _SPI_DATA_SAMPLE_MIDDLE, _SPI_CLK_IDLE_HIGH, _SPI_LOW_2_HIGH); //clock...
by cocowest
07 Dec 2013 16:09
Forum: mikroC PRO for PIC General
Topic: Help ENC28J60!!
Replies: 4
Views: 1749

Re: Help ENC28J60!!

i have this, and i know it!!
have you write some code different??
thanks
by cocowest
06 Dec 2013 14:00
Forum: mikroC PRO for PIC General
Topic: Help ENC28J60!!
Replies: 4
Views: 1749

Re: Help ENC28J60!!

thanks for your message, so i can't simulate the mikroc enc28j60 library! now, i download the new library for enc28j60 (1342598265_network_ethernet_mikroc_pic) on libstock, can i simulate it? another question, can you give me a link, or a project sample, for this new library? thanks a lot for your h...
by cocowest
05 Dec 2013 16:26
Forum: mikroC PRO for PIC General
Topic: Help ENC28J60!!
Replies: 4
Views: 1749

Help ENC28J60!!

hi, i want to write a litte web server with a pic 18F46K20 and a ENC28J60.
Now, my question is: I can simulate the code write in Micro C PRO on ISIS (Proteus)??

thanks a lot
by cocowest
03 Aug 2012 19:31
Forum: mikroC PRO for PIC General
Topic: Test ethernet!!
Replies: 6
Views: 2094

Re: Test ethernet!!

ok, now with this code i can ping the ENC, but no more!! i use a 18f46k20 with internal osc 8mhz // duplex config flags #define Spi_Ethernet_HALFDUPLEX 0x00 // half duplex #define Spi_Ethernet_FULLDUPLEX 0x01 // full duplex // mE ehternet NIC pinout sfr sbit SPI_Ethernet_Rst at RC0_bit; sfr sbit SPI...
by cocowest
03 Aug 2012 16:05
Forum: mikroC PRO for PIC General
Topic: Test ethernet!!
Replies: 6
Views: 2094

Re: Test ethernet!!

scuse me but i have 3.3v, i controlled all connection, i try to ping it, i alimentate it with the pickit2, i change the mac address...and the ip.... but...it's not function!! can you write me just a little code, just for the ping..or for a little web page? ps, i test the example code...but nada!! ju...
by cocowest
02 Aug 2012 19:33
Forum: mikroC PRO for PIC General
Topic: Test ethernet!!
Replies: 6
Views: 2094

Re: Test ethernet!!

ok, can you write a little example code to test my enc module: http://www.ebay.com/itm/NEW-ENC28J60-Ethernet-LAN-Network-Module-For-51-AVR-STM32-LPC-/140717532321?pt=BI_Electrical_Equipment_Tools&hash=item20c36b24a1#ht_1091wt_1163 i used a pic 18f46k20 and this is the code i write: #include "__EthEn...
by cocowest
02 Aug 2012 00:00
Forum: mikroC PRO for PIC General
Topic: Test ethernet!!
Replies: 6
Views: 2094

Test ethernet!!

Hi, i want to test one enc28j60 with a 18f46k20, but i Have only problem with this ethernet chip!! I try to simulate , on proteus, the example code of the Mikroe... But dont workshop. So, can You write me a Little code to Call the Pic in ethernet, and to turn on a led for example... Thanks a lot, pl...
by cocowest
08 Mar 2012 23:05
Forum: mikroC PRO for PIC General
Topic: problem with 18f4685!!
Replies: 2
Views: 1052

Re: problem with 18f4685!!

thanks...i solve it
by cocowest
08 Mar 2012 16:03
Forum: mikroC PRO for PIC General
Topic: problem with 18f4685!!
Replies: 2
Views: 1052

problem with 18f4685!!

hig, i want to measure on Portb.0 a pulse with the interrupt function...(i want to measure the "low" time bit). i write this code on the interrupt method: void interrupt() { intcon.b4=0; //disable interrupt on RB0 intcon.b7=0; tmr0h=0; tmr0l=0; trisb.rb0=1; lata=0; latd=0; t0con = 0b10000000; //time...
by cocowest
06 Mar 2012 19:58
Forum: mikroC PRO for PIC General
Topic: K.I.T.T. effect!!
Replies: 1
Views: 968

K.I.T.T. effect!!

hi, can you pubblicate an example of code to realizated a KITT animation with a PIC 16f917 (8mhz) and 17 led to the pic in mikroc pro??

thanks a lot and scuse me for the nice english!! 8) 8)
by cocowest
01 Sep 2011 03:05
Forum: mikroC PRO for PIC General
Topic: how can do PULSEIN???
Replies: 0
Views: 820

how can do PULSEIN???

Hi,i want to measured one or more pulse on the pin rb0 of my pic16f917 with internal clock 8mhz...i want to use the interrupt and the timer to measure the pulse.
these pulse are from 600us to 2400us (sony sirc)...

Can you send an example code?
Scuseme for my nice english and thanks

Go to advanced search