Arduino
Submitted by matt on Wed, 24/02/2016 - 00:00
... and maybe the real Yun too.
So there's the Arduino Yun. That's quite a nice concept - an embedded Linux computer (MIPS based, YAY!) and microcontroller combined on one board. Just such a shame it's an Atmel microcontroller and not a PIC32.
Submitted by matt on Tue, 31/05/2016 - 14:41
I don't know about you, but I have a huge pile of different Arduino-like boards here. (I have so many because I need to test UECIDE with them - or that's what I tell the "bank manager"). Many is the time I will have more than one of them plugged in to my computer. Often times I have programmed one of them with some code only to find it's not worked - and why hasn't it worked? Because I have had the wrong serial port selected in the IDE.
Submitted by matt on Fri, 12/08/2016 - 14:47
The Arduino (and many other boards) have a very useful time-and-cost saving feature ideal for when you are working with buttons and switches - namely internal pull-up resistors on the GPIO pins which can be enabled / disabled at will in software. This means you don't have to clutter your board up with pull-up resistors of your own for all the buttons and things, and also means they can be turned off and on to give your design much more flexibility.
But nowhere can you find out actually what the resistance of these resistors are. Why not? Simply because nobody knows.
Submitted by matt on Wed, 24/08/2016 - 15:20
Getting Arduino and Arduino-like boards working properly under Linux can be a troublesome task if you are not familiar with how Linux works.
So I am going to introduce you to some of the basic tools you will need to work out why your board isn't working as you'd like it to work.
Submitted by matt on Mon, 01/06/2020 - 23:49
I am just finishing off a new design for a better prototyping system for the Arduino.
You've designed your project, and got it all wired up on a breadboard. You'd like to make it a little more permanent, so you can mount it into your project.
Now, you could take an Arduino and put a prototyping shield on top of it and wire everything in there, but that's somewhat wasteful, and anyway a prototyping shield doesn't give you much room to play with. And it's unprofessional as well.
Submitted by matt on Sun, 30/08/2020 - 13:36
I have started compiling a "big list" of all the Arduino board manager URLs.
This is only the beginning - please leave suggestions for more in the comments below.
|