Questions tagged [custom]

10 questions
2
votes
2 answers

Making MCUs Arduino Compatiable

I have recently just built a custom arduino using the schematics found on their website. As awesome as this little processor is, I need more power. I have been thinking of making my own MCU, but wanted to know if it is possible to make them…
M.Schindler
  • 221
  • 1
  • 5
1
vote
0 answers

Bootloader Burning Issue

I have a custom CCA that utilizes an ATMEGA328 but with an external clock of 1MHz that I originally burned the ADABOOT bootloader on using an Arduino Nano.  Everything worked as expected, only issue is I noticed the boot up time is a little long and…
0
votes
1 answer

LCD write a line at bottom without lcd.setCursor and without deleting any char above already there?

lcd.cursor and lcd.noCursor won't work for what I want to use it for since it seemed to be "global" sort of speak and follow lcd.setCursor which I don't want it to but it is otherwise exactly what I want to be done; just to put a line at the very…