Discussion Title | Created date |
---|---|
Looking to buy an Arduino Clone but it has the ATMega328 MC instead of ATMega328P. Will it be a problem? I'm looking to buy an Arduino clone for a low cost standalone project. But the one I'm preferring (in terms of balanced cost and build quality) has an ATMega328 MC instead of the... |
Saturday, 5 December 2015 - 12:09 |
How do I program this Arduino Pro Mini with this CH340G USB? I just got this Arduino Pro Mini clone for a low cost project, along with this CH340G USB TTL. But when it arrived, I was surprised to find there were no Reset/DTR pins. The... |
Saturday, 3 October 2015 - 19:55 |
Does the 'Clock Divide' fuse reduce power consumption of the Microcontroller? I am trying to run an ATMega328 at 1 MHz to conserve battery power. For the program I'm running on it, 8 MHz is a waste of power. 1 MHz should be enough. But the internal... |
Friday, 3 July 2015 - 22:54 |
Implicit declaration of function dtostrf. Please advise. I wrote this program, but compiling it gives the following warning: Implicit declaration of function dtostrf. If I ignore the warning, the display always shows zero after... |
Wednesday, 24 June 2015 - 04:25 |
Could you please help me port this UART program into a program for LCD? I'm trying to connect a DHT-11 with an ATMega8. I'm not much proficient in this field, and just a passion-driven beginner. I can use the ADC well now, but I'm still learning... |
Saturday, 20 June 2015 - 04:35 |
Can't get LM35 to work with this circuit. Please help. I made this DS1307 based clock to run with an ATMega8 running at 8 MHz internal clock. Now, the clock works flawlessly, but the LM35 connected to the circuit to show the room... |
Saturday, 20 June 2015 - 00:38 |
Can't get DHT-11 sensor to work with ATMega16. Kindly help. I'm trying to get humidity and temperature with a DHT-11 sensor interfaced with an ATMega16 at PIN no. 39 (Port A1). Now, there aren't much (if any) libraries available in... |
Thursday, 18 June 2015 - 20:22 |
How to implement delay in variables while using util/delay? I am trying to make a PWM based LED fading with ATMega8. But the problem is, * GccApplication151.c * * Created: 02-06-2015 18:29:53 * Author:... |
Tuesday, 2 June 2015 - 14:15 |
How do I make this AVR digital thermometer sound a buzzer? Please help. I designed a dual thermometer with ATMega16 and LM35 for measuring the temperature of two different components. Now one component is temperature critical. I need the thermometer... |
Monday, 1 June 2015 - 11:19 |
Can we make a Wireless Intercom with XMega and a wireless module? I was thinking of making a full duplex wireless intercom with two XMegas inside each transceiver as well as two wireless modules like this: http://robokits.co.in/wireless-... |
Thursday, 28 May 2015 - 12:35 |
AVR novice needs help in ADC Multiplexing to make a quad thermometer. *DO NOT START ANOTHER THREAD ON THE SAME TOPIC. MODERATOR* I want to make a quad thermometer. It will have four LM35 sensors mounted in four different places of a... |
Saturday, 25 April 2015 - 07:24 |
Is it possible to use a single ATMega16 chip to make a quad thermometer? Today, I made my first AVR project with a lot of help from David Prentice and others on this forum. It's a LM35 based thermometer, output displayed on a 20x4 LCD. The project was... |
Friday, 24 April 2015 - 06:35 |