i was using a adapter with 0-16V 350mA rating to power mega8 & GLCD.in between i used 7805 to make the voltage 5v.it was working fine.but when i connected...
i bought it from Bangladesh,it cost me 850tk (bangladeshi taka).its made in japan as written on it.controller is Ks0108 .resolution 128x64. QY-12864BG is...
i tried building the famous usbasp(usb loader for AVR's). but it didn't worked ,the way it should be.instead it blocked my atmega8.may be my fuse bit...
I have made usbasp but not for boot loading but as a usb programmer and it is working fine. Regarding crystal position, I have not heard any problem regarding...
set the fuse bits to low 0xFF and high 0xC9 for ponyprog program the bits SPIEN ,CKOPT,BOOT SZ1 and Boot SZ0 these are tried and tested for atmega 8 and 16 and...
hi, For my educational project, i have to use a weight sensor(0-2kg). Can anybody please help me. I have already bought a weight sensor(0 -2kg ) it has four...
hi! there must be a company's name with product id embedded on the sensor somewhere.try searching that on the company's website.u wud surely get a datasheet of...
does it have any any meodel number or something?? i guess these could have change in resistance when u put some weight on these...and 2 wires should be for...
are you referring to a strain gauge...? ... -- Akshay Aggarwal Undergraduate Student Division of Manufacturing Processes and Automation engineering Netaji...
is it possible to generate unicode fonts character map to display it on the GLCD(Ks0108 based controller)? if so could anyone send me a copy of the software or...
Hi, I have recently worked with weight sensors/load cells, I would be happy to help you in this regards. Could you upload the picture of the sensor you have,...
If the Ks0108 does not support unicode natively, the short answer is yes, you could program it with your characters. As far as I know, all display controllers...
Thanks for your information .i'll try to find such kind of Lcd but am a bit worried whether its available in my country or not.any way thank you very much. ...
Some know-how sharing: You can write the '?' character by defining the actual pixels in a vector, where X is a pixel that lights up(1 logic) and _ is a pixel...
Hello,          I am trying to make a ADC using Atmega32, it is using internal refrence voltage 2.56 V but if I am connecting a input with 1.5 V ...
One point, You are returning a byte value from the adc read routine yet comparing it with values that cannot be stored in a byte value, i.e. max byte value is...
Hello, Stefan is right (as always :)) ) See http://www.mihaigalos.ro/work/Embedded/Advanced/temp2lcd/Code.html for a sample of how to use the ADC. I use...
Hi there! I ve programmed 2 atmega8515 for my toy car project..one on the remote control and the other on the car..Now i want to transfer the programs on...
It seems like a classic case of "code porting without consulting the datasheet" :)) See the initialisation for the USART. To be more precise, see the value you...
Hi dears :) Dears, I am using ATmega16 microcontroller and I need help for about it. I have interfaced a sensor to portA0 and using ADC which is built in it i...
This might do it, #define U16_NIBBLE(val) ((uint_8)((val >> 12) & 0x0F)) /*! \note Hex_Ascii. \note Convert unsigned int value into ascii string. \param...