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 seadolphine2000

  1. S

    How to test a PCI card??

    Hello, I have a PCI card and I would like to know whether or not it is working. Is there an external device I can connect my PCI to, and then using some software I can communicate with my PCI? Thanks
  2. S

    Series Flashing LEDs with push button

    You cannot change the flashing rate of the LEDs by just connecting the LEDs in series to the main. When you do so, the LEDs will turn ON/OFF 50 or 60 times every second - most probably, you will not see it flashing. The box you marked in red contains a controller that changes the flashing...
  3. S

    [ARM] UART output problem in hyper terminal

    Please, post your code.
  4. S

    [PIC] GSM communication not perform correctly

    It's the Hex notation of the CTRL+Z character which must be sent directly after typing your message. Refer to the AT+CMGS command documentation.
  5. S

    GPRS connection using mobile phone and AT Commands

    I know that this topic had been discussed many times before throughout this forum, so I will be very specific. Have anyone managed to establish a GPRS connection using just a mobile phone and AT Commands? I managed to do it with ADH8066 GSM module, but I'm asking specifically about using...
  6. S

    pic16f84A programming help !!!!!

    Check this tutorial for learning C language. https://www.cprogramming.com/tutorial/c/lesson6.html The single "&" sign before a variable indicates that you try to the "Address Of" the value in the memory, not the value stored in this variable. For example: Suppose we have an integer variable...
  7. S

    [SOLVED] GPS interface with LPC2148 please help .

    Of course you need to test the GPS outdoors.
  8. S

    [SOLVED] GPS interface with LPC2148 please help .

    OK, try the following steps: 1- What kind of GPS are you using? Some GPS modules may have UART signal levels different than their supply voltage. For instance, the GPS EM406A has a 5V supply however, the UART levels are 2.8V so, check the datasheet of your GPS for the UART levels. 2- Check your...
  9. S

    [SOLVED] GPS interface with LPC2148 please help .

    Connect the GPS to the computer directly through MAX232 and see if the GPS is actually working. You may have problems with the power supply of the GPS or you've swapped the TxD and RxD pins.
  10. S

    Problem in Converting Parallel data to serial data using USART of ATmega32 IC

    The UART peripheral in the ATMEGA32 will serialize the parallel data and send it over the UART pins. Check this for more info: Techno Cafe: UART
  11. S

    Which EEPROM is suitable for interfacing with PIC16F877A

    The PIC16F877A has I2C and SPI peripherals. So, you can use any I2C or SPI EEPROM Atmel Corporation - Serial EEPROM -
  12. S

    problem in intruder detecting system project

    Maybe you need to re-enable the interrupt from the configuration register. Or, as FvM said, polling the input pin will do the job especially when no other tasks are done by the controller.
  13. S

    Plot data from Microcontroller

    I think you can use Baud Rate from 19200 or higher. This will give double the speed of the running data.
  14. S

    Connecting more than 2^3 devices of AT24C02 EEPROM - how to??

    You can also use the compilers' built-in libraries to implement I2C protocol on GPIO pins as ckshivaram said. Compilers like MikroC has built-in libraries for I2C, SPI, UART... etc. Another solution is to multiplex the address lines, but this will require extra hardware.
  15. S

    GPRS module with microcontrolling interfacing

    Yes, you can. As long as the module has a UART interface, you can connect it to any controller.

Part and Inventory Search

Back
Top