Search found 29 matches

by mohammed_aji
13 Jul 2015 18:05
Forum: Development Boards
Topic: Using PIC18F45k22 and PIC16F876A on EasyPIC7
Replies: 3
Views: 1565

Re: Using PIC18F45k22 and PIC16F876A on EasyPIC7

I know that only one can be programmed at a time. My problem is that, if both MCUs are on the both, programming 18F45K22 is successful both it will not work until i remove the 16F876A from the board. So also, programming 16F876A will always fail unless i remove the 18F45K22 from the board.
by mohammed_aji
06 Jul 2015 20:49
Forum: Development Boards
Topic: Using PIC18F45k22 and PIC16F876A on EasyPIC7
Replies: 3
Views: 1565

Using PIC18F45k22 and PIC16F876A on EasyPIC7

I installed PIC16F876A on my EasyPIC7. When either of the 45K22 or 876A is prigrammed it won't. But when i remove either one of them from the board it works. How can i configure my board so that both can be used without removing one?
by mohammed_aji
11 Oct 2014 12:51
Forum: mikroC PRO for PIC General
Topic: 4 x 20 LCD Wrap problem
Replies: 2
Views: 1143

Re: 4 x 20 LCD Wrap problem

@IstvanK, thanks i will give it a try
by mohammed_aji
11 Oct 2014 08:34
Forum: mikroC PRO for PIC General
Topic: 4 x 20 LCD Wrap problem
Replies: 2
Views: 1143

4 x 20 LCD Wrap problem

Is there a way to fix the problem of wrapping of text when exceed 20 characters in the 4 x 20 LCD?
by mohammed_aji
10 Oct 2014 03:20
Forum: mikroC PRO for PIC General
Topic: GSM CLICK OUTSIDE MIKROBUS CONNECTION PROBLEM
Replies: 1
Views: 961

GSM CLICK OUTSIDE MIKROBUS CONNECTION PROBLEM

Hi, I connected my GSM click on EasyPIC 7 I/O pins with the same connection as that of the Mikrobus socket 1 but it does not works. But when i put it back to the mikrobus socket it works. When i made the connections, what i observed is that, the RC6 LED which indicates TX is ON and the RC7 LED which...
by mohammed_aji
05 Oct 2014 15:56
Forum: mikroC PRO for PIC General
Topic: 16F877 ANSEL & ANSELH
Replies: 2
Views: 1615

Re: 16F877 ANSEL & ANSELH

Sorry guys, it was my mistake. i selected 877 instead of 887.
by mohammed_aji
05 Oct 2014 13:53
Forum: mikroC PRO for PIC General
Topic: PROPER LCD DISPLAY OF UART RECEIVED DATA
Replies: 1
Views: 1295

PROPER LCD DISPLAY OF UART RECEIVED DATA

How can one ensures that data is properly received from UART in order to display it correctly on LCD? Any tricks and workarounds would be appreciated.
by mohammed_aji
05 Oct 2014 13:48
Forum: mikroC PRO for PIC General
Topic: 16F877 ANSEL & ANSELH
Replies: 2
Views: 1615

16F877 ANSEL & ANSELH

Hi, why is it that MikroC does not recognizes ANSEL and ANSELH registers for 16F877 projects? I know that they are not available in 16F877A but definitely available in 16F877.
by mohammed_aji
16 Jul 2014 12:21
Forum: mikroC PRO for PIC General
Topic: Changing WIFI Ad-hoc sever sample interrupt to 2ms
Replies: 4
Views: 1479

Re: Changing WIFI Ad-hoc sever sample interrupt to 2ms

The problem is solved by just removing the 500 units incrementation and just let it at the 2ms interrupt. Now it is working normal. Thanks
by mohammed_aji
11 Jul 2014 18:27
Forum: mikroC PRO for PIC General
Topic: MULTIPLE INTERRUPTS IN 18F45K22
Replies: 1
Views: 1450

MULTIPLE INTERRUPTS IN 18F45K22

I learn that 18F MCU supports two interrupts with different priorities level. i.e void interrupt() and void interrupt_low(). I want to setup two timers (Timer0 and Timer1 or 2) in such a way that, Timer0 counts down every 1s and Timer1 or 2 counts down every 2ms using two seperate interrupts. I sear...
by mohammed_aji
11 Jul 2014 18:17
Forum: mikroC PRO for PIC General
Topic: Changing WIFI Ad-hoc sever sample interrupt to 2ms
Replies: 4
Views: 1479

Re: Changing WIFI Ad-hoc sever sample interrupt to 2ms

Below is the code. I setup 2ms interrupt using timer calculator and what i tried to do is that, whenever the variable wifiCnt increments 500 timers (i.e. 1s) the code within the interrupt executes, but to my surprise it does not work. //<LCD> // Setup for 2x16 LCD sbit LCD_RS at LATB4_bit; sbit LCD_...
by mohammed_aji
07 Jul 2014 13:41
Forum: mikroC PRO for PIC General
Topic: Changing WIFI Ad-hoc sever sample interrupt to 2ms
Replies: 4
Views: 1479

Changing WIFI Ad-hoc sever sample interrupt to 2ms

Hi, I want to adopt the wifi ad-hoc sever sample code in my project. I edited the code and is working fine. The problem i am having is that, in my project i use 2ms interrupt for some codes and the WIFI sample code uses 1s interrupt. I tried to changes the interrupt time to 2ms and use a counter tha...
by mohammed_aji
22 Jun 2014 16:32
Forum: Development Boards
Topic: bug in GSM 2 click
Replies: 15
Views: 10199

Re: bug in GSM 2 click

Following this thread made me curious. I have GSM Click v1 which i am yet to test. Is that case the same with it. That is, one has to power it with both 5V and 3.3v?

Secondly, what is the minimum pins connection for the gsm click when connecting to a different board?
by mohammed_aji
14 Apr 2014 00:29
Forum: mikroC PRO for PIC General
Topic: Operating WIFI CLICK in 5V Circuit
Replies: 6
Views: 2427

Re: Operating WIFI CLICK in 5V Circuit

Thanks John. I will go with your advice cos i have no option
by mohammed_aji
13 Apr 2014 03:14
Forum: mikroC PRO for PIC General
Topic: Sending Multiple Parameters via UART
Replies: 7
Views: 3291

Re: Sending Multiple Parameters via UART

Thanks guys, I have thought of the same concept but just couldn't know how to approach it. But with your explanations i am seen the picture clearly. I will try and let you know of my experience. Thanks once more.

Go to advanced search