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 srjth.m1

  1. S

    biometric reader help for storing binary data

    am not that much familiar with i2c can you please explain about the continuous storing and if i need a particular template how can i retrieve back?
  2. S

    biometric reader help for storing binary data

    typedef struct tagCFeature { short Mx[45];/** horizontal array */ short My[45];/** vertical array */ short Ma[45];/** feature direction array */ short Mt[45];/** feature type array */ short Mn; /** feature num */...
  3. S

    Final year project problem

    I think you have to make a small .net software for this on pc so that you can interface your controller to that Each Rf id cards having its UID number so you can give that card to a particular bus then details you have to add in your software then next time when the card detects by the detector...
  4. S

    c5515 texas processor trouble

    Any one worked with texas c5515 processor and fdk demo for fingure print, in this i want to store fingure print data to a eeprom and want to retrive using i2c anybody can help?
  5. S

    interfacing PC and MCU using RS485

    You will get converter for that,to connect to pc,am also trying the same.the following links may help you https://en.wikipedia.org/wiki/Modbus www.modbus.org/‎
  6. S

    mikroc and proteus simulation problem

    try using "int cnt".....
  7. S

    Sample programs for PIC16f72

    Try this link i think it's very easy to understand they have explained all applications of pic controllers.. https://extremeelectronics.co.in/microchip-pic-tutorials/using-analog-to-digital-converter-%E2%80%93-pic-microcontroller-tutorial/
  8. S

    TMS320c5515 doubt with interrupt

    i want to set up a i2c master on this processor for fingure print module with interrupt on receive anybody knows the initial setup and configuring this processor for the in c.
  9. S

    Measure current from main supply...

    i didn't getting how you are giving directly to diode from supply,i don't think so you have to use some transformer or optocoupler to reduce the voltage.pls specify every components you used when you making a circuit diagram
  10. S

    Measure current from main supply...

    you can use some optocoupler's,that one is more safer i think,that makes the circuit very simple
  11. S

    How to make toggle switch using mikroc?

    #define MX_PIC //Defines for microcontroller #define P18F4520 #define MX_EE #define MX_EE_TYPE3 #define MX_EE_SIZE 256 #define MX_SPI #define MX_SPI_C #define MX_SPI_SDI 4 #define MX_SPI_SDO 5 #define MX_SPI_SCK 3 #define MX_UART #define MX_UART_C #define MX_UART_TX 6 #define MX_UART_RX 7...
  12. S

    [SOLVED] how to program pic18f4550 using pickit3

    Check your wire connected form programmer to target board also if you are connected it wrongly it won't work and make voltage to 5V
  13. S

    Rs 485 modbus in pic18F4520

    Can anybody help me to implement the Modbus protocol in my Mcu? i have read many things about the modbus but still i am confusing to implement the Registers and how to give them stack memory space ??
  14. S

    [SOLVED] how to program pic18f4550 using pickit3

    is it showing" PK3Err0045: You must connect to a target device to use PICkit3" like this? - - - Updated - - - post your connection diagram too.......
  15. S

    Pic 16f877a microcontroller

    try this.. http://www.winpicprog.co.uk/pic_tutorial.htm **broken link removed**

Part and Inventory Search

Back
Top