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 kandhu26

  1. kandhu26

    protection from backEMF

    Free wheeling diode is the simple solution for backEMF..
  2. kandhu26

    Help in MODBUS TCP using LWIP in FreeRTOS

    I want to use MODBUS TCP in UC3A1256[AVR32] using FREE RTOS.. Is there any sample code available for that, if it is available and also how to port with FREE RTOS.. I have worked with TCP/IP with LWIP in AVR32 [UC3A1256] using FREE RTOS. Is there any way to implement MODBUS TCP in LWIP using...
  3. kandhu26

    Need help with programming AVR ATMEGA32

    Try this too for AVR 8 bit programmer... [AVRISP mkii] Atmel Store / Atmel AVRISP mkII In-System Programmer
  4. kandhu26

    8051MIcrocontroller programming

    Its better to use timer to produce delay... Run timer for 50 micosec and keep one variable then increment that variable in ISR 19 times, Then set one flag....
  5. kandhu26

    urgent: Interfacing SD Card to Atmega16

    Check this.. Design with Microcontrollers: SD/SDHC Card Interfacing with ATmega8 /32 (FAT32 implementation)
  6. kandhu26

    can i connect LEDs directly to the 80c51 output port??

    As for as LEDs are concerned two things you have to notice it... 1) Minimum Biasing Voltage RED colour LED [R] -> 1V GREEN colour LED [G] -> 1.2V YELLOW colour LED [Y] -> 1.5V 2) Current Rating For Normal LED [Translucent] -> 10mA...
  7. kandhu26

    Facing Problem in Programming ATMEGA168

    Two boards i was facing the same problem... I was setting my fuse as internal Rc oscillator [8MHz] then unfortunately i changed into External crystal oscillator [8MHz]... Actually my board doesn't have external crystal for controller... Then i connected external crystal afterwards controller got...
  8. kandhu26

    UART ethernet controller?

    UC3A [32-bit] series from AVR have ethernet and UART... I was using UC3A1512 for UART to Ethernet project... It supports FREE RTOS too... Lot of sample codes and [drivers] Library files are freely available.. some Serial to Ethernet converter is also readily available in the market... Serial...
  9. kandhu26

    Suggest me a module for RFID embedded system

    Re: RFID embedded system Its better to start with LF [125kHz] module... HTRC110 [Hitag reader chip] and any one basic controller is enough... Manchester Decoding is required to read the Tag... So, study about manchester decoding [For LF]... For all RFID [LF, HF, Hitag-s, Mifare, Scosta]...
  10. kandhu26

    Facing Problem in Programming ATMEGA168

    I am using AVRISPmkII programmer for ATMEGA168... I used to program many times, it was working fine.. But suddenly its started giving problem like this [ISP MODE ERROR].. I am doubting whether controller is gone bad... How to find where the problem is??
  11. kandhu26

    Difference between RTOS and general OS ?

    hii yadavvlsi... RTOS also hangs if you dont use properly..In my case it happened... I was using FREE RTOS for UC3B0256 [AVR 32 bit]... Due to stack overflow my code hangs.. RTOS never hang up is wrong one...
  12. kandhu26

    Libraries in keil c with 8051

    For LCD you can use this one... https://www.edaboard.com/threads/209361/
  13. kandhu26

    AT89C51 C Programming..

    Measure the voltage at P1.0 [Input]... As per this program logic if input is HIGH, then making output HIGH else output LOW.... Check your circuit connection properly or else put your schematic here...

Part and Inventory Search

Back
Top