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 salmanliaquat

  1. S

    Code for GPS interfacing with ARM7 lpc2148

    https://www.edaboard.com/threads/298229/
  2. S

    Multiplexing RS 232 signals and RS485 signals for BMS

    how are you converting your rs232 to rs485 currently?
  3. S

    [General] SIM900A GSM sleep mode and Idle mode

    You have got all the answers right. the command is AT+CSCLK (configure slow clock) not AT+CSCLS. Idle mode is simply the mode when your module is out of sleep mode(by force due to low DTR) while there is no data on serial port nor any other communication in progress.
  4. S

    How to make TCP/IP connection between SIM900 and Android Apllication

    https://www.edaboard.com/threads/147142/
  5. S

    Two GPS related questions

    Among the two antennas, one is for GPS and the other is for GSM. AGPS device downloads the orbital information of satellite from the servers (in your case probably SIMCOM's servers) using either gprs or wifi(in your case it will be gprs). So yes, you will have to connect both the antennas for...
  6. S

    The simple way to check SIM900A

    Connect the module to your computer using RS232, (USB to RS232 bridge cable can be used), and send the AT commands. the module will reply OK. At first start up the module is at auto-baud, so any baud rate should be fine. Or you can try some common baud rates like 9600, 19200, 57600 etc... Also...
  7. S

    [SOLVED] getting 3.4V DC from 24V DC supply

    And you can use a switching adjustable step-down regulator, if you don't want much of power loss.
  8. S

    [ARM] LPC2148 Reset Problem

    For what connectivity ? you have connected the P0.14 to which point in the schematic. Redraw the updated schematic and upload if you really want any help.
  9. S

    [ARM] LPC2148 Reset Problem

    At BOOTUP LPC2148 polls P0.14(PIN 41). If the pin is low (grounded) the controller enters in boot-loader mode and accepts programming commands on UART0. If the pin is high, the controller jumps to the program (if any valid program is present in flash). I cannot see any thing connected to P0.14...
  10. S

    Reading msg string from sim900 into PIC

    AT+CMGF command only sets the message format (text or PDU). You need to issue AT+CMGR = 1 command in order to read message string.
  11. S

    Using adc in pic18f452

    I recommend you to consult the datasheet. https://ww1.microchip.com/downloads/en/devicedoc/39564c.pdf
  12. S

    Starting ARM Core(For microcontroller-based applications)

    I would suggest Keil's MCB2388 development board: https://www.keil.com/mcb2300/mcb2388.asp It features ARM7TDMI based LPC2388 by NXP.
  13. S

    GPS NMEA data processing using C function

    https://www.edaboard.com/threads/298229/
  14. S

    [SOLVED] SIM908 GPS: how to extract the Longitude,Latitude

    Use strtok() function to parse and extract tokens based on "," https://www.cplusplus.com/reference/cstring/strtok/

Part and Inventory Search

Back
Top