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 jit_singh_tara

  1. J

    [SOLVED] Sending data from pic microcontroller to web server using ethernet.....

    Thanks FVm , I tried to implement the application using arduino uno and Wiznet ethernet shield.It ran successfully. But my concern is to run the same using pic microcontroller and wiznet w5500 chip instead of arduino shield.Reason : 1. I dont want to depend on arduino uno or mega board or...
  2. J

    [SOLVED] Sending data from pic microcontroller to web server using ethernet.....

    Thx dear , Since I m not much familiar with Networking ,I will share my hardware setup detail with you.Can you please suggest what is the best approach. MCU ---> enc28j60 --> lan cable ----> router---->server---->data to be stored on mysql database table. My concern is by using which...
  3. J

    [SOLVED] Sending data from pic microcontroller to web server using ethernet.....

    Hello Friends , i have to design a system where i need to send data ( some voltages , status of some pins of mcu) via ethernet using ENC28J60 to a web hosting server's database table . DATA -> ETHERNET(ENC28J60) -> WEB HOSTING SERVER ->MYSQL DATABASE -> TABLE . The data needs to be saved on...
  4. J

    Gprs modem and AT+ HTTP GET REQUEST?

    Well friends , I had a work around for the issue . Earlier I was reading the entire table of the data base , so it was causing the delay as the table was filling up with more and more entries . Now i restricted the view to top 20 rows only so eventually the delay in response reduced.
  5. J

    Gprs modem and AT+ HTTP GET REQUEST?

    Hello Friends , I have a query . I need to send data from microcontroller to gsm modem which sends data to a web server. Now I m sending the following command: AT+HTTPPARA="URL","http://xyz.in/abc.php?v1=436&v2=001&v3=031&v4='LOW'&v5='FAIL'&v6='OK'&v7='HIGH'&v8='CLOSE'&v9='BIGT17662'"...
  6. J

    Multi. Microcontroller design

    Dear friend, May be you are not able to understand the problem. I m very clear about the issue and have received a reply also regarding the same. So please don't judge others if you are not able to understand the issue.
  7. J

    Multi. Microcontroller design

    Hi friends, I am working on an application where there are 2 pcb boards. Board 1 is doing a critical task so it can't be used for user defined settings via lcd and switches. Board 2 is having lcd and switches so we have to use it for saving the settings. But these settings have to be...
  8. J

    PIC24 cm reset error

    SO i am able to see which trap is happening using ISR in the debugging mode . Now do i have to run the program step by step to see on which statement it is happening and then change it . Please clarify that if i have managed to find out the trap cause say address trap using debugging mode.Now...
  9. J

    Microcontroller reset reason

    Ok i have managed to enable the ISR for the traps . But that is working in debug mode ......How can we make use of it to identify which code statement is making problem in case of address trap.
  10. J

    Microcontroller reset reason

    hi , Can you suggest how to write ISR for the common traps (stack overflow, address, math error, illegal instruction) . Need syntax for the same.
  11. J

    PIC24 cm reset error

    hi i wENT THROUGH RCON STATUS , and found that RCON.F15 is the real cause of the reset. Though i am getting RCON.F0 = 1,RCON.F1 = 1 also on POR. But since i WAS MAKING RCON = 0 after reading it on POR so it was not displaying these bits. In a nutshell reset occurs because of trap only ...
  12. J

    PIC24 cm reset error

    I am using mikroc pro compiler for dspic/pic24.So far i am reading RCON register on Power on reset.I have enabled RCON read on power on and show on LCD .so IT READS 32768 whenever mcu resets because of the trap conflict. I need trap handler routine for the same compiler so that i can use...
  13. J

    PIC24 cm reset error

    Hi friends , Getting TRAP CONFLICT ERROR on reading RCON .I want to know how to resolve this .PLease share trap service routine for oscillator fail, address trap , stack error trap , math error trap etc. Please share routine for mikroc pro compiler for dspic/pic24. - - - Updated - - -...
  14. J

    PIC24 cm reset error

    Dear Friends , I am trying to convert a code from PIC18 TO PIC24(PIC24FGA1024GA610).....i AM facing Configuration Word Mismatch reset issue when reading on POWER ON the " RCON " rEGISTER. I want to know what could be the reason . One more observation .: If i mask a certain code region...
  15. J

    Reading ade7758 registers for vrms, irms, active energy kwh?

    Re: Reading ade7758 registers for vrms , irms ,active energy kwh ? Well Now iam able to read registers properly...Apologise for the confusing details given earlier. Actuall my spi communication read on dout pin was not proper. Now I am reading AVRMS register : 24850d. (last 3 digits are...

Part and Inventory Search

Back
Top