Search found 62 matches

by esarearthur
28 Oct 2015 15:42
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Convert ADC at 1.1MSPS
Replies: 1
Views: 1472

Convert ADC at 1.1MSPS

Hello,

I am using DSPIC33FJ32MC202 and will be glad if someone can help convert ADC at 1.1MSPS

Thank you
by esarearthur
11 Oct 2015 21:18
Forum: Visual GLCD General
Topic: Error when generating code
Replies: 3
Views: 3064

Error when generating code

Error when generating code
by esarearthur
11 Oct 2015 21:12
Forum: Visual GLCD General
Topic: Bug
Replies: 3
Views: 2868

Bug

Bug ...
by esarearthur
11 Oct 2015 19:57
Forum: Visual GLCD General
Topic: I cant select T6962C driver
Replies: 1
Views: 2354

I cant select T6962C driver

When I try to select T6963C driver it goes to select SPI version instead

Please help
by esarearthur
16 Jul 2015 10:06
Forum: mikroC PRO for PIC General
Topic: plz help
Replies: 3
Views: 1459

Re: plz help

What microcontroller are you using?

BR
by esarearthur
16 Jul 2015 10:05
Forum: mikroC PRO for PIC General
Topic: UART max characters length
Replies: 10
Views: 3389

Re: UART max characters length

const uint8_t output[16]; const uint8_t _data = "Write X"; void writeRAM(const uint8_t *str){ while(*str) UART1_Write(*str++); } void writeX(uint8_t *resp){ writeRAM(_data); while(!UART1_Data_Ready()); UART1_Read_Text(output, resp, 10); } with this function you can call writeX("OK");
by esarearthur
16 Jul 2015 09:48
Forum: mikroC PRO for PIC General
Topic: PIC resetting continuously
Replies: 7
Views: 2611

Re: PIC resetting continuously

Do you have interrupt routine in your code,

if there is please check there might be some BOF in your code.
First I will like you to relook at arrays you have declared and variable types.

BR
by esarearthur
16 Jul 2015 09:45
Forum: mikroC PRO for PIC General
Topic: straight forward UART problem (UART1_Data_Ready) doesn't wor
Replies: 6
Views: 2586

Re: straight forward UART problem (UART1_Data_Ready) doesn't

I solved the problem, now its communicating perfectly... Hi could you share how did you manage to fix the problem with UART1_Data_Ready() never happening? I have same problem at the moment. Thanks, Tomek. Edit: Solved the problem! - It's a silly thing, set ANSD7_bit and TRISD7_bit (in my case) to 0...
by esarearthur
15 Jul 2015 07:37
Forum: mikroC PRO for PIC General
Topic: EEProm read/write on PicChip Pic24FV32KA301
Replies: 6
Views: 2581

Re: EEProm read/write on PicChip Pic24FV32KA301

mikroC libraries are great, but if you have issue I will recommend you code it yourself.

BR
by esarearthur
15 Jul 2015 07:28
Forum: mikroC PRO for PIC General
Topic: LCD Display Problem
Replies: 8
Views: 3044

Re: LCD Display Problem

Can you please send a screenshot of the compilation output log window.


Thanks
by esarearthur
15 Jul 2015 07:25
Forum: mikroC PRO for PIC General
Topic: SPI Write Issue?
Replies: 11
Views: 3735

Re: SPI Write Issue?

What device are you reading and writing to.
by esarearthur
14 Jun 2015 17:35
Forum: mikroC PRO for PIC General
Topic: running C code comiled with mikroC on Proteus8.2
Replies: 3
Views: 1868

Re: running C code comiled with mikroC on Proteus8.2

This will help you get the COFF you need

Image

All the best
by esarearthur
12 Jun 2015 06:04
Forum: mikroC PRO for PIC General
Topic: RFID Click, wrong ID detected
Replies: 8
Views: 3098

Re: RFID Click, wrong ID detected

Can we have a look at your functions for read and write commands

BR
by esarearthur
12 Jun 2015 05:49
Forum: mikroC PRO for PIC General
Topic: level logic for Ethernet ENC28J60
Replies: 8
Views: 3591

Re: level logic for Ethernet ENC28J60

You can use this circuit, it uses transistors and you can easily replace them with any other NPN.

You can also use the first schematic for the CS, RST

Image

Go to advanced search