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 HO2a

  1. H

    Interfacing Bluetooth USB Dongle with Microcontroller

    So any one have a code for interfacing USB Bluetooth with microcontroller AVR or PIC as a host or not
  2. H

    Looking for IDE for SDCC PIC devices

    any one know IDE for SDCC PIC devices, and how to simulate the project and debug it??
  3. H

    SDCC MPLAB Integration

    sdcc with mplab How can i do that ???
  4. H

    Looking for a C compiler for LPC 2006B

    Re: ARM C compiler Cross development with GNU and Eclipse https://www.ronetix.at/software.html gcc with eclipse as an one package
  5. H

    GNU ARM GCC With Code::Blocks

    codeblocks arm http://www.frozeneskimo.com/electronics/arm-tutorials/setting-up-the-arm-gcc-toolchain-on-windows/ http://www.frozeneskimo.com/electronics/arm-tutorials/adapting-codeblocks-ide-for-arm-development/
  6. H

    Open Source Code Search Engine

    Open Source Code Search Engine **broken link removed**
  7. H

    Digital Satellite Receiver

    hi All i want ask: Is the digital satellite receiver have commands to control it functions by serial data port (Add - Sort - Delete Channels ) and so on
  8. H

    Issues with using sim300 gprs module for PPP connection

    gprs module sim300 Some mobile phone use proxy server and other don't use it, depend on GSM module, so your GSM company support any service. SIM300 don't use proxy setting, so search about settings without proxy for SIM300
  9. H

    Difference between SIM 100S and SIM 300S

    This file have the difference between SIM100 and SIM300
  10. H

    Problem with connecting to server with SIM300C

    at cdnsorip You forget two parameters : Username and Password The correct command is: AT+CSTT="portalnmms","username","password" and The correct command steps is: AT+CGATT=1 AT+CGDCONT=1,"IP","portalnmms" AT+CSTT="portalnmms","username","password" AT+CDNSORIP=0 AT+CIICR ( Results in "Ok" )...
  11. H

    are there professional engineering softwares in linux

    for free and open source tools : https://linux.softpedia.com and mooooooooooor just search
  12. H

    What is the difference between RTOS products?

    Salam What is the difference between RTOS product, another word - What is the best RTOS for 8051? - What is the best RTOS for PIC? and why?? Salam
  13. H

    Which microcontroller is best for moving my career ?

    Re: Microcontrollers Start with PIC microcontroller has a simple assembly commands, and all tools available on the manufacture www.microchip.com Thank You
  14. H

    Switch Mobile Phone on/off

    hi all any one know how can i Switch mobile phone on, by microcontroller without use keybad. can i shutdown by AT command but switched on how????:?:
  15. H

    GPS and GSM interrupt handling

    Hello If you want use interrupt,so do flags How??? When the interrupt from GPS occurred do: 1- Receive the NMEA Command and store it in RAM. 2- Set Flag bit. 3- Return. in main program: 1- chk the GPS flag bit. 2- if bit set : a- filter the data. b- store the data in your...

Part and Inventory Search

Back
Top