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 arunbharathi.arasu

  1. arunbharathi.arasu

    NXP KW 36A flexCAN Communication

    Hi All, I am new to NXP KW 36. I have done basic programs like led blinking and uart in KW 36. I am going to use this controller for my project for CAN communication. I tried with example also but it is not working. Anyone have idea about this? KW 36A, FlexCAN communication. Thanks in advance.
  2. arunbharathi.arasu

    Quectel MC60 GSM/GPRS and GNSS

    Hi klaus, Actually MC60 is GSM/GPRS and GNSS module with inbuild ARM7. I bought it. But i don't have any idea about. How to program with that module. Which programming language & IDE want to use.
  3. arunbharathi.arasu

    Quectel MC60 GSM/GPRS and GNSS

    Dear Friends, I Bought Quectel MC60 module. Which has inbuild ARM7 processor, GSM/ GPRS and GNSS. Anybody have idea about this MC60 Module?
  4. arunbharathi.arasu

    [SOLVED] R305 Fingerprint Sensor Reading issue

    Dear Friends, I'm using R305 Fingerprint sensor for my project. I don't know how to get data from fingerprint sensor. I wrote simple code for R305, which is given below. I used Hi-Tech C compiler. #include<htc.h> #include<stdio.h> #include <string.h> #include"uart.h" #include"gsm.h"...
  5. arunbharathi.arasu

    [SOLVED] ultrasonic reading error

    thanks all... its working..
  6. arunbharathi.arasu

    [SOLVED] ultrasonic reading error

    hi, I am using Hi-tech C compiler. So I have changed in to #define trigger LATD2 #define echo RD3 Now it is working. thank you very much. But why we have to mention LATD2, Is it consider as trigger?
  7. arunbharathi.arasu

    Variable 60V DC to Variable 5V DC

    hi I used voltage divider, Resister value to is 100 ohm and 10 ohm to convert 60v variable to 5v variable.
  8. arunbharathi.arasu

    Variable 60V DC to Variable 5V DC

    hi all, Thank you. Voltage from battery bank around 60V. current range will be 30Ah. I used voltage divider 100 Ohm and 10 ohm for testing. But, Is voltage divider is possible for this much current range in real time? Thanks in Advance
  9. arunbharathi.arasu

    [SOLVED] ultrasonic reading error

    Hi friends, I tried ultrasonic coding. But I cannot receive data from ultrasonic. I am using PIC18F4550 controller. Here is code: #include<stdio.h> #include <string.h> #include"uart.h" #define _XTAL_FREQ 20000000 #define trigger RD2 #define echo RD3 void port_init() { TRISA1=0...
  10. arunbharathi.arasu

    Variable 60V DC to Variable 5V DC

    hi, Thanks klaus, But I need variable output(0 to 5V DC) according to the variable input(~60V DC).
  11. arunbharathi.arasu

    Variable 60V DC to Variable 5V DC

    Hi All, Actually i am facing issue to convert Variable 60V DC to 5V DC. I am using PIC controller, It will accept max 5V input. So I need to convert that 60V in to 5V. Please suggest me. Is there any IC's availalble in market.? Or I want to use any circuits. THANKS in ADVANCE.
  12. arunbharathi.arasu

    Regarding : Matrix 4x4 keypad interfacing with dsPIC30F4011 controller

    hi, I did not use that pic controller. But i will give example coding for keypad. below code is 8051 code for 4x4 matrix. #include<reg51.h> #define lcd P0 #define key P2 void delay(); void datas(unsigned char); void cmd(unsigned char); void lcdint(unsigned char); sbit rs=P0^4; sbit en=P0^5...
  13. arunbharathi.arasu

    Embedded Linux Programming

    Dear Friends, I would like to Learn Embedded Linux. Actually i have worked with embedded c in windows platform only. Now i tried to learn embedded Linux but i do not know where to start. And how to start. I installed ubuntu os in my system and i tried basic c program via TERMINAL using...
  14. arunbharathi.arasu

    EEPROM PROBLEM in PIC 18f4550

    Dear Friends, I'm waiting for your replies. I don't know why i'm not abel to read message when adc running.

Part and Inventory Search

Back
Top