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 Narendra1190

  1. N

    [AVR] STK500V2 bootlaoder works once only for Atmega2560

    It shows below message avrdude.exe: stk500v2_ReceiveMessage(): timeout
  2. N

    [AVR] STK500V2 bootlaoder works once only for Atmega2560

    Hi all Embedded Genius! I have downloaded STK500V2 bootloader from below link. Link : https://github.com/joede/stk500v2-bootloader I have changed makefile as per requirement as below. MCU : atmega2560 BOOTLOADER_ADDRESS = 0x3F800 (as bootloader program is 1954 byte so selected bootloader...
  3. N

    Metal Object Contact Detection Method for AVR ATMEGA controller?

    Hi Geeks! I am working on Linear Actuator which i made from Stepper motor with screw mechanism.I am using it to push the metal object.But i am wondering how can i come to know at when exact the linear actuator comes in contact with metal object so i can calculate the further linear push.I need...
  4. N

    [AVR] atmega8+HC-05 not working

    Hi! HC05 bluetooth module communicate with atmega using USART. so Just need to learn USART communication with proper Register Value calculation. https://maxembedded.com/2013/09/the-usart-of-the-avr/ in your code UART intialisation use ubrr value is 6. USE 51 for 9600 baud rate Try it.
  5. N

    ATMEGA 8 HEXADECIMAL TO DECIMAL Conversion Problem!!

    Thanks Altaero for your contribution to this post. I have redefined all the variables in my project. You might be right about issue of pow function & FPU. I got the simple solution. Actually HEX value is a temperature value in my project which after conversion to decimal i have to divide by...
  6. N

    ATMEGA 8 HEXADECIMAL TO DECIMAL Conversion Problem!!

    Thanks to all for reply. I am able to convert 1 digit HEX to Decimal successfully. As digit increases the final decimal result comes with -1 error. for two digit HEX (00ff), i am getting 254 which is actual 255. for three digit HEX (0fff), i am getting 4093 which is actual 4095. In the first...
  7. N

    ATMEGA 8 HEXADECIMAL TO DECIMAL Conversion Problem!!

    pow function is working well outside for loop.I am getting error when i am using inside for loop.
  8. N

    ATMEGA 8 HEXADECIMAL TO DECIMAL Conversion Problem!!

    Hi Geeks!! I am working on project with Atmega8 and want to communicate with another MCU using USART. I am able to communicate with USART at 19200 Baud rate at 8MHz frequency. But i am getting values from another MCU in HEXADECIMAL. I have written Code to convert hex to decimal.I am closer,But...
  9. N

    [AVR] PID for Temperature control of TEC Peltier plate

    Hi! I found this documentation for PID. www.atmel.com/dyn/resources/prod_documents/AVR221.zip I have written code as below. I am reading measured temperature as double value #include.. .. ... .. uint16_t adc = 0; uint16_t adchisto = 0; int main(void) { char printbuff[100]; char...
  10. N

    [AVR] PID for Temperature control of TEC Peltier plate

    Thank you all for quick reply. @Fvm : thanx for filter suggestion. @warpspeed: you mean i have to set different initial gain for cooling and heating process so i can reach the desired temperature? I got below link for PID program in C. https://control.com/thread/996485795 can anybody help me...
  11. N

    [AVR] PID for Temperature control of TEC Peltier plate

    Hi Electronics Geeks! I am working on TEC temperature controller using ATmega32 MCU. Thermistor of 10K is interfaced and the Steinhart-Hart Thermistor Equation is applied to get the temperature reading using ADC.I am getting correct reading with little Fluctuations.The other part of the project...
  12. N

    [AVR] VUSB HID-CUSTOM-RQ Error!!

    Hi frds! I am newbie to VUSB.I downloaded VUSB and tried some hid-mouse,hid-data examples using atiny85 mcu. I am using window system so using MINGW host side client. But when i try to compile custom-class and custom-rq example, i am facing bellow error.Please help me out. [BELOW I have copied...
  13. N

    [General] What Factor affect RFID reading range?

    Hi! I am going to develop RFID system which can read tag and update data to server. I am looking for reader which can read passive tag even if it is in pocket/bag or in box. What parameter/factor i have to see to find such type of antenna of UHF reader? I have read about linear and circular...
  14. N

    [AVR] how to interface long range RFID with GSM+GPS module using ATMEGA164 microcontroller?

    HII!! I am working on project in which i require the person identification from 1-2 meter and that id need to be sent to web-server through gprs(GSM module)with gps location.I am having good knowledge of Atmel AVR(ATMEGA32) series MCU.But i am facing several issues..Please help me. 1) i...

Part and Inventory Search

Back
Top