MPLABX disappeared? clawson wrote:I generally usually have about 20..40 windows open so every bit of the desktop is always covered.
Don't you use workspaces on windows?
Like hit windows key +...
Thursday, 16 June 2022 - 14:07
Mega328P NRND - WDF? ATmega328p - Status: Not Recommended for New Designs
Whereas
ATmega168P - Status: In Production
What?
Perhaps ATmega328p has too...
Tuesday, 14 June 2022 - 07:24
UART anonymous69 wrote:still isn't working
Make sure transmission wires are hooked correctly, meaning MCU Tx to FT232R Rx and MCU Rx to FT232R Tx. Where FT232R is your USB to TTL...
Monday, 13 June 2022 - 17:51
UART Try this example.
/*
* Basic polled version of serial IO (USART)
*/
# include <avr/io.h>
# define USART_BAUDRATE 9600
# define BAUD_PRESCALE ((( F_CPU / (...
Monday, 13 June 2022 - 17:25
The Best Manufacturing This is my neighbour country, we are becoming the next china of cheap labour. You'll be surprised to know that many aspects of work that we take for granted in the west, do not...
Problem with ATMEGA48PB
Are you using new chip ATmega48PB in place of old ATmega48A in the same board? If yes, there are pin differences, I am assuming you are using chips in TQFP package.
...
Wednesday, 25 May 2022 - 20:36
Solderable breadboards - thoughts? clawson wrote:Instead, every time you return you have to log in then you have to play the Captcha game which is irritating beyond belief.
This is indeed troubling if it's...
Thursday, 19 May 2022 - 15:15
Solderable breadboards - thoughts? clawson wrote:
I know you can download it too (like KiCAD) but the online thing is appealing if only there wasn't the irritating robot thing.
Online web version sucks, it's...
Buffer the signal using 74HC CMOS and then connect the outputs to multiple MCU's, this will not affect the original signal.
clawson wrote:I generally usually have about 20..40 windows open so every bit of the desktop is always covered. Don't you use workspaces on windows? Like hit windows key +...
ATmega328p - Status: Not Recommended for New Designs Whereas ATmega168P - Status: In Production What? Perhaps ATmega328p has too...
anonymous69 wrote:still isn't working Make sure transmission wires are hooked correctly, meaning MCU Tx to FT232R Rx and MCU Rx to FT232R Tx. Where FT232R is your USB to TTL...
Try this example. /* * Basic polled version of serial IO (USART) */ # include <avr/io.h> # define USART_BAUDRATE 9600 # define BAUD_PRESCALE ((( F_CPU / (...
This is my neighbour country, we are becoming the next china of cheap labour. You'll be surprised to know that many aspects of work that we take for granted in the west, do not...
grohote wrote:seems that the whole Universe is analogue, having 10^-68 kg graviton as the reference. True software, after all! Maybe a macro defined with the value 10^-68 for...
Edit :- Deleted. Made mistake.
“The more I learn, the more I realize how much I don't know.” ― Albert Einstein
Are you using new chip ATmega48PB in place of old ATmega48A in the same board? If yes, there are pin differences, I am assuming you are using chips in TQFP package. ...
clawson wrote:Instead, every time you return you have to log in then you have to play the Captcha game which is irritating beyond belief. This is indeed troubling if it's...
clawson wrote: I know you can download it too (like KiCAD) but the online thing is appealing if only there wasn't the irritating robot thing. Online web version sucks, it's...
Pages