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 nikhilrajg

  1. N

    Setting sample rates for human audible recorded voice.

    Hello paul ! Thank You for reply. Are you talking about the internal oscillator frequency ? If yes from the datasheet.. Thanks Nikhil
  2. N

    Setting sample rates for human audible recorded voice.

    My PIC i.e., PIC24FJ128GA010 I can give analog input volts only within 2 to 3.6 volts. So as you said 1st I used an amplifier LM324 to amplify the voice. But It was exceeding the PIC's limits. So I removed the amplifier and mocified the circuit and for now the values are suitable for the PIC...
  3. N

    Setting sample rates for human audible recorded voice.

    Hello All, How to set sample rates in PIC24F microcontroller. ? I am using PIC24F128GA010 micro and want to sample the recorded voice so that the human can listen to it clearly. I can record the voice and I can even play it. After once I play it I just here some noise just as if we tune to...
  4. N

    [SOLVED] Use of AD1CSSL of ADC register ?

    Hello, As I am using ADC pin for receiving analog signals from external circuit..why should I scan the specified pin ?? Like in the TCp/Ip demo app of microchip stack V5.10 ,,they are scanning the Potentiometer pin as bellow.. AD1CSSL = 1<<5; Why is it so ? As per I understoiod this,, if I...
  5. N

    Function of UDP in tcp/ip stack :

    Hello Bigdog., Thank you very much for your help. :) Regards. Nikhil Raj.
  6. N

    Function of UDP in tcp/ip stack :

    Hello Bigdog, Thanks for your reply. I am using PIC24FJ128GA010 MCU with Explorer-16 Board. And I am using TCP stack version v5.10 and C30 compiler. And ZG2100 wi-fi module. Want to know how to send data packets using UDP to the remote router. Thank you. Nikhil Raj
  7. N

    Function of UDP in tcp/ip stack :

    Hello all, I want to send data packets using UDP.. But I am not sure about it. Can anyone help.. How exactly the code or the logic flows ? As I Could see there are many functions in UDP.c under stack source codes. which functions will be suitable for sending data packets ? Thank you. Nikhil Raj
  8. N

    uploading a file from the server MCU to the computer system :

    Hello, No I haven't used such external storage. I have got a robot where I am not storing anything and I have designed a microphone circuit and want to add to the robot to lively record the voice. So I am not going to store anywhere on the external memory. I want that recorded data to be stored...
  9. N

    uploading a file from the server MCU to the computer system :

    Thanks Bigdog for your reply.. Is'nt it possible using HTTP ? Anyways the data will be sent to the web page. Only the problem is to store that in a file. Thank you. Regards. Nikhil Raj.
  10. N

    uploading a file from the server MCU to the computer system :

    Hello, How to upload a file directly from the running microcontroller ? I mean I am going to connect my PIC24F to the router via Wi-Fi connectivity. So now I want to upload a full file through wi-fi directly from the MCU to the computer. At the end I should see the file in one of the folders...
  11. N

    how to Map ADC pins in PIC24FJ256GB106 ?

    Hello tahmid, Do you have any idea that how to make the analog pins active upon clicking a button on the web page ? I mean when the button is clicked the analog pin should take in the data .. Thank you. nikhil
  12. N

    how to Map ADC pins in PIC24FJ256GB106 ?

    hello Tahmid, Thank you. I understood this somewhat,, but its really confusing. I am getting confused with the register names and its bits. It is getting changed in every line in the stack code. But whatever I will go through the data sheet again and again to clear it. I have designed...
  13. N

    how to Map ADC pins in PIC24FJ256GB106 ?

    Hello Tahmid, Thank you for your reply. In the code I found these lines.. AD1CHS = 0; // Input to AN0 (potentiometer) AD1PCFGbits.PCFG4 = 0; // Disable digital input on AN4 (TC1047A temp sensor) AD1PCFGbits.PCFG5 = 0; // Disable digital input on AN5 (potentiometer) They have...
  14. N

    how to Map ADC pins in PIC24FJ256GB106 ?

    Hello everyone, Can anyone explain how the ADC pin of the PIC24FJ256GB106 can be mapped ? What registers and bits should be set to do this ? I saw the datasheet of this MCU and got confused. Is it the same way that we map other port pins ? I know that a port can be mapped by setting its...
  15. N

    microchip tcp stack potentiometer application :

    Sure sherazi, my id is "nikhilrajgg@gmail.com".. Thank you. Nikhil Raj.

Part and Inventory Search

Back
Top