Circuit for self powered atmega32u4 Arduino Pro Mini just has an ATmega328P: https://www.arduino.cc/en/uploads/Main/Arduino-Pro-Mini-schematic.pdf
Arduino Pro isn't a specific board: https://www....
Thursday, 10 February 2022 - 10:05
Out put lm386 amp to avr Brian Fairchild wrote:Goetzel is quite possible to do on an AVR and there are a number of topics on here about it.
Indeed - the OP's previous thread being one of them!
Thursday, 10 February 2022 - 10:00
What is the right way to initialize the LCD 16x4 ? jodank wrote:I use Proteus now cos here I can simulate my LCD with my code, otherwise I use Microchip Studio.
Is there a way to simulate the LCD in Microchip Studio?
As Jim...
Thursday, 10 February 2022 - 09:43
How OOP is based on the concept of reusable code As in your previous thread, N.Winterbottom wrote:do you actually ever write any microcontroller code, or are you going to ask random questions ad infinitum ?
awneil...
Thursday, 10 February 2022 - 09:31
Out put lm386 amp to avr Simonetta wrote:
miro read output dtmf decoder.
>>> This means that you do have a DTMF decoder IC.
jgmdesign wrote:Whoops! I missed this (I think...
Thursday, 10 February 2022 - 09:21
Out put lm386 amp to avr You already have a thread on DTMF decodoing: https://www.avrfreaks.net/forum/dtmf-code
Simonetta wrote:
How detect voice signal with atmega8 if point A at attached...
Thursday, 10 February 2022 - 09:19
What is mean by low level CMOS here ?
It's a Texas Instruments document so, surely, they are the ones to ask what they meant by it - it's nothing to do with Microchip.
The 'Support &...
Thursday, 10 February 2022 - 09:13
DGUS T5UIC3 HMI SCREEN COUNTER TIMER karaha34 wrote:a Dgus DMT80480L070_02WT hmi screen with T5UIC3 processor
This is one of those "smart" displays, isn't it?
Previously, on AVRFreaks: https://www....
Thursday, 10 February 2022 - 00:05
What is the right way to initialize the LCD 16x4 ? jodank wrote:I found this nice site with nice example and description, probably for beginners like me, but what is confusing me, is the _delay_ms() function.
In my project, I use...
Wednesday, 9 February 2022 - 09:36
Circuit for self powered atmega32u4
felipeleon wrote: I have followed recommendations from various sources
Do those sources include the datasheet? That must always be your primary source.
Also the...
Wednesday, 9 February 2022 - 09:29
PB0 works, PB2 doesn't mha11 wrote: it's just a number that results from the 'and' expression.
and if that number is zero, it will be considered 'false'; any other value will be considered '...
Arduino Pro Mini just has an ATmega328P: https://www.arduino.cc/en/uploads/Main/Arduino-Pro-Mini-schematic.pdf Arduino Pro isn't a specific board: https://www....
Brian Fairchild wrote:Goetzel is quite possible to do on an AVR and there are a number of topics on here about it. Indeed - the OP's previous thread being one of them!
jodank wrote:I use Proteus now cos here I can simulate my LCD with my code, otherwise I use Microchip Studio. Is there a way to simulate the LCD in Microchip Studio? As Jim...
As in your previous thread, N.Winterbottom wrote:do you actually ever write any microcontroller code, or are you going to ask random questions ad infinitum ? awneil...
Simonetta wrote: miro read output dtmf decoder. >>> This means that you do have a DTMF decoder IC. jgmdesign wrote:Whoops! I missed this (I think...
You already have a thread on DTMF decodoing: https://www.avrfreaks.net/forum/dtmf-code Simonetta wrote: How detect voice signal with atmega8 if point A at attached...
It's a Texas Instruments document so, surely, they are the ones to ask what they meant by it - it's nothing to do with Microchip. The 'Support &...
karaha34 wrote:a Dgus DMT80480L070_02WT hmi screen with T5UIC3 processor This is one of those "smart" displays, isn't it? Previously, on AVRFreaks: https://www....
jodank wrote:I found this nice site with nice example and description, probably for beginners like me, but what is confusing me, is the _delay_ms() function. In my project, I use...
felipeleon wrote: I have followed recommendations from various sources Do those sources include the datasheet? That must always be your primary source. Also the...
mha11 wrote: it's just a number that results from the 'and' expression. and if that number is zero, it will be considered 'false'; any other value will be considered '...
Razon wrote:As far I have understood, Simulink does not support the command "RegisterWrite(PORTB, 0b00110000)" or "PORTB = 0b00110000". How did you come to that conclusion?...
Pages