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 adelmon

  1. A

    The Real Time Kernel (With CD-ROM) sample codes

    Goto site -> https://micrium.com/rtos/ucosii/overview/ and click free evaluation!. This is the official site of uCOS. But be aware the source code is for evaluation purposes ONLY !. If you plan to use it in any product you need to purchase it. This is not a free software !
  2. A

    Gprs code for GSM/GPRS Modem

    your request is not clear !. Do you want to know the AT commands to make a GPRS data connection ? If this is the case please check thr application note of ublox , **broken link removed**
  3. A

    [SOLVED] can anyone understand this code

    The signal is measured from rising (1) to falling(0) edges according to code. So the code measures the time that signal is at logic 1 state. The line that forces the timer interrupt to stop is " PIE1.CCP1IE = 0; " in Calcular_Distancia2 function. (actually timer is not stopped. only the...
  4. A

    Interfacing SIM900d to 16f877

    You will use serial port. There is a hardware design manual for sim900d that describes how and what to do. You should read it. Just google the manual.
  5. A

    [SOLVED] can anyone understand this code

    As far as i understand the code is doing these -> 1. capture type of pin of cpu is set to rising edge initially! 2. when a rising edge occurs, the code in interrupt gets the timer value to tOld by the line in code "tOld = 256*CCPR1H + CCPR1L;" and also sets the type to falling edge. 3. when...
  6. A

    LEON G100 Modem to the FTP Server

    Hello, Please use the flow stated in **broken link removed** page 41. and 8.1.3 article. this should work. But make sure to read 8.1.4 too. Disconnecting the ftp can be tricky. The last line of +++ reply from modem is "+UUFTPCR: 7,1" and this states if file is stored correctly. Also the...
  7. A

    What is a RTOS in embedded system?

    Re: What is RTOS in embedded system n how it is build in the end product? Depends upon the final requirement of your application. but most of the time RTOS is not required in many of small applications. if all you want to do is read a finger print scanner and show an options window than...
  8. A

    I2C communication with STM32F100

    how do you use i2c ? by pin toggling in software? what is your clock frequency ? 20 microsecond pin rise time seems that you are using a very very slow clock frequency or a software emulation of i2c with delays maybe ?? according to...
  9. A

    Send AT command to mobile phone

    Have a look at the link below. It can be a starting point for you. **broken link removed**
  10. A

    Send AT command to mobile phone

    You need to be able to read/write to the comport(RS232) of a computer from VB6. There are lots of components and sample codes around the net. After you are able to use the serial port from VB6 all you have to do is to send the command string to the modem with a carriage return at the end. as...
  11. A

    Help using a GSM module and 82S8252 to connect to a TCP port

    open source gsm module Hi xirix, First of all SMS is not a guarenteed service. If it was HSCD i would not doubt it. But for SMS, i always have a question mark. Because SMS is not a guranteed, time strict GSM service. Even though you get SMS everytime your friend sends you one. In...
  12. A

    Help using a GSM module and 82S8252 to connect to a TCP port

    uip gsm hi Nuno, i can help you anytime. Just let me know. thanks for the drink offer. and if you ever come to Turkey, Istanbul i will pay you a drink too. Bye for now. Adelmon
  13. A

    Help using a GSM module and 82S8252 to connect to a TCP port

    using lwip ppp gsm Hi, It is very limited. Yes you are right!: real hard to make a TCP/IP/PPP stack for 8 kb ROM: But i still have a suggestion for you!: https://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=68HC908LJ24&nodeId=016246844976638634 There is an application note...
  14. A

    Help using a GSM module and 82S8252 to connect to a TCP port

    gsm at commands to connect internet Hi, the order is true. it is a good definition. But there are some small details i need to add, 1> in the initialization phase you need to send some special AT commands to modem. These commands are for initializion of pdp context! And/0r...
  15. A

    Help using a GSM module and 82S8252 to connect to a TCP port

    +g20 +at +ppp +*99***1# Hi, I can understand your limitations now. I checked the pdf. Sorry but it does not have a TCP/IP/stack. It is of course possible with a software solution. I did make such a product for my company!. I used an 16 bit mitsubishi microcontroller. And i used the...

Part and Inventory Search

Back
Top