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 amit_dhanawade

  1. A

    [ARM] MPU6050 Interfacing to LPC2138

    Hello, I want to interfacing MPU6050 I2C gyroscope sensor to lpc2138. I am able to read sensor powered on, but as soon as I move senor a little it hangs up. I don't want to use interrupt so I have disabled it... Please let me know if I am missing some thing, I searched a lot for...
  2. A

    sending sms via GSM modem interfaced with PIC16F877

    Hello, As "aftab_s81" said you need to send the above command serially, but before that you must check your modem is in work. For that connect it to COMP Port of your PC and follow the commands below set COMP Ports baud rate as that of your modem... 1. write ATZ followed by Enter Modem...
  3. A

    CC2500 Interfacing with Controller

    This is my second time to loose, interfacing CC2500 to PIC16F877A I am able to read and write registers of CC2500 i.e. SPI of controller is working fine... I am unable to set configuration of cc2500, I have also refereed to SmartRF of TI, but even though I set registers according to SmartRF it...
  4. A

    please help me on CC2500 Interfacing with PIC controller

    Thank you for replying, I am using Hi-Tech C compiler for programming, I am stuck with a new problem. I am able to read & write SFR of CC2500 Module, now I have set my packet length to 3 and when i write 3 bytes into TXFIFO and then tries to read TXBYTES register it shows 128 and neither I...
  5. A

    please help me on CC2500 Interfacing with PIC controller

    I searched a lot but I dint found any useful site or document related to CC2500 interfacing with PIC controller. Is there anybody who have ever tried to interface CC2500 to PIC controller, kindly help me in interfacing.
  6. A

    Hand tracking in matlb

    hello, I am working on Hand Tracking in MATLAB, I am supposed to use Kalman filter for the tracking, so far I am able to connect web cam with Matlab. I have also code for ball tracking using kalman filter but it does not work for hand... problem is how can I extract feature of...
  7. A

    how to read all channel of adc of PIC controller using ccs c compiler

    hardware seems to be ok, i had this cross talk problem in simulation also.... ill try adding the suggested line and let you know. thank you!
  8. A

    how to read all channel of adc of PIC controller using ccs c compiler

    but there is delay of 1 sec so even if it overwrites will not matter.... cross talk means when i try to change temperature by heating it the value of level input changes and if level changed temperature changes even if sensor is untouched...
  9. A

    how to read all channel of adc of PIC controller using ccs c compiler

    this is my code #include <18F458.h> #device ADC=10 #fuses HS,NOPROTECT,NOLVP,NOWDT #use delay(clock=20000000) void main() { int16 buffer[8],temp_res,pressure_res,level_res; setup_adc( ADC_CLOCK_INTERNAL ); setup_adc_ports(AN0_AN1_AN2_AN3_AN4); lcd_init()...
  10. A

    how to read all channel of adc of PIC controller using ccs c compiler

    hello, can't we use all adc channel of pic in one program using ccs c compiler, when i wrote a code to read one channel it works fine, but when read other channel cross talk like thing happens i don't why..... does anybody faced same problem and solved..
  11. A

    i am not able to read SMS from SIM300 modem

    hello, I want to read received message in the modem. sending SMS is working well, but reading the received mess is where i have a problem. i initialized modem using ATZ ATE0 // disable echo AT+CMGF=1 AT+CMGR=1 /// these are the command which i have sent (there is no issue in communication...
  12. A

    Gesture control robot using matlab + camera

    hello, I am stuck with a problem statement, don't know how to start with... I want to control Robotic vehicle using gesture, which is to be sensed by camera and processed in matlab using any of the algorithm till now I am able to acquire image and display it so that it...
  13. A

    rc5 decoding using pic16f877

    hi do any one have c code for pic16f877 to decode rc5 protocol :?: thanks!!!!
  14. A

    one value versus another value graph on 128x64 graphic lcd

    hi can anyone tell algo or a c code to draw graph on 128x64 graphic lcd iv tried a lot...:cry:
  15. A

    Help me with C routines that draws 30x30 bitmap for a microcontroller

    Re: graphic lcd hi everybody i want to draw time versus temperature graph on 128x64 lcd i have interfaced it, but not possible to draw graph is there any library to draw graph plz reply thanksssss!!!:| 8O 8O 8O

Part and Inventory Search

Back
Top