Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by ahmad2005

  1. A

    Not able to transfer a character from an array to an another array

    Not able to transfer character from a array to an another array Look at my code. at this line "UART1_Write_Text(UP_STATUS);" I was supposed to get all 6 characters of variable UP_STATUS but it only gives three. probably, codes r not appropriately written for array variables UP_STATUS[3] to...
  2. A

    How can I extract data and load into variables from a string.

    I'm a getting string line from a serial output. Now I wanna extract this string and load the substrings into the different variables. How can I do this? For example, I have a string line something like "=>Data1=10&Data2=20&Data3=30". Now I wanted to load these data values into three variable...
  3. A

    What dose it mean by IoT based works

    Yes, A device with a GPRS module can be called an IoT product. But in general sense, IoT means wifi enabled device. As wifi modules like esp8266 are cheaper than GPRS module, So these are now widely used for IoT product. Using a wifi module you can make a web server, the device can be connected...
  4. A

    [SOLVED] [moved] facing problems to implement a timer interrupt in P33FJ12GP202

    This is how I solved the problem. You can watch the solving process here: The problem was in Interrupt Service Routine function. In the if-statement, I wrote "T1IF == 1" but it should have written with its full abbreviation like "IFS0bits.T1IF == 1". Rest of the things were almost okay...
  5. A

    [SOLVED] [moved] facing problems to implement a timer interrupt in P33FJ12GP202

    Re: facing problems to implement a timer interrupt in P33FJ12GP202 I expected PIN A1 of PORTA would be toggled by each timer interrupt. I'm going to upload my project here. - - - Updated - - - Moderator, can you please move this post from Power Electronics section to Microcontroller section...
  6. A

    [SOLVED] [moved] facing problems to implement a timer interrupt in P33FJ12GP202

    I have tried several ways to implement a timer interrupt in P33FJ12GP202 using mikroC pro for dsPIC. Unfortunately, non of the configurations has been worked. Can someone let me know, where did I make mistake. 1st one: This one was implemented by reading application notes //void...
  7. A

    UART Write problem. is it bug of Mikro C ? or what is the problem ?

    I get the solution. here is the link. https://www.mikroe.com/forum/viewtopic.php?f=88&t=51613
  8. A

    UART Write problem. is it bug of Mikro C ? or what is the problem ?

    now i edited the post. check my post
  9. A

    UART Write problem. is it bug of Mikro C ? or what is the problem ?

    I uploaded my full work. any one can check. see the picture Here is the code// char *uart_rd,output,aux; char data1[12]; int data_size; int i,x; /* // LCD module connections sbit LCD_RS at RB4_bit; sbit LCD_EN at RB5_bit; sbit LCD_D4 at RA0_bit; sbit LCD_D5 at RA1_bit; sbit LCD_D6 at...
  10. A

    SIM900 GPRS webserver GET method problem.

    atd*152# OK +CUSD: 0,"Your account balance is TK. 12.65.Your account will expire on 29/12/2012.",64 at+cgdcont=? at +CGDCONT: (1-3),"IP",,,(0),(0) OK AT+CGDCONT=1,"IP","wap" OK atd*99***1# CONNECT NO CARRIER AT+CIPstart="TCP","maruf.eee-lab.com","80" OK...
  11. A

    Alphabets are not displayed correctly on dot matrix display. !!!

    What is the problem of this coding ? why Alphabets are not displayed correctly ? char i, error, byte_read; // Auxiliary variables int cnt; unsigned short Alphabets[40]={ //0xFF, 0x01, 0xEE, 0xEE, 0xEE, 0x01, 0xFF, 0xFF, //A //0xFF, 0x00, 0x76...

Part and Inventory Search

Back
Top