SakeTami
frantone
frantone

patreon


Doing Arduino Down And Dirty

A simple project that took a surprisingly long time to build.  I made this board just for testing my programs, so that I could visually verify with LED's to indicate any high bits. Enjoy!

https://youtu.be/69jh9V8D7cY

Doing Arduino Down And Dirty

Comments

Two different YT links. Text link is not working, the embed is working.

Frank

I had a board that plugged into the back of my Acorn Atom with six hex-decoding dot led displays. I soldered in he PCB connector at an angle so it was upright (The atom had a sloped main board for keyboard rake) and housed it all in a heavily modified compact cassette case (As was the case with almost everything I made then!)

God of Ramblers

The Chinese Knock off copy shields are really cheap and mostly of pretty good quality. I use them as I can't afford the Genuine Arduino ones. It might save you some fiddly work.

Mike Hughes

I think it’s cute. And it gets the job done.

Jessica McIntosh

14 bit for alphanumeric displays?

Works fine for me if you click on the thumbnail, but not the youtu.be link. :)

Norm Nelson

Same here..

Video isn't available anymore? YouTube says it's private.

I don't call them shield. I call them hats. Great video though. Have to hack else you will crack.

veritanuda

I love Arduino. Got some remote temperature sensors/humidity sensors running at 4MHz with a modified bootloader on custom PCB to allow being powered from 2 AA batteries and 3 years later they are still working, sending readings back every minute and sleeping in between. Nothing you can't do with an Atmel and Arduino.

Leigh

Actually, were I to get another one, I'd get this one (https://www.ebay.com/itm/221828570443?chn=ps&mkevt=1&mkcid=28) with +/- 30V signal voltage withstand capability.

BobC

I got started in modern microcontrollers around 2006 (which was when Arduino just started getting traction) and SparkFun was selling PIC18F252 chips which I thought were pretty neat so I got started in PIC. At first I did everything in assembly but switched to a commercial C compiler (from CCS) that plugged into the free MPLAB software, and now having migrated to Linux, I'm bashing through learning SDCC. Every once in a while I start a new project and think I should give Arduino and Atmel a try but it's a whole new learning curve and I generally just go back to PIC. One thing I think is "advantage PIC" on the hardware side is that the digital pins are current-limited to source or sink 20mA which is a really convenient value. (Otherwise I don't think there's a substantial hardware difference for one side or the other.) I wouldn't recommending switching on that alone. Just a little food for thought.

Jason Olshefsky

I always thought the Arduino Digital pins could each source and sink 40mA, providing you don't exceed 200mA total. - enough to drive lots of LEDs and still leave plenty for other circuity. The 20K pullup is to allow the pin to be used as an input without needing an exteral pullup resistor.

Gary Bleads

I also don't like the term shield, or that Arduino programs are called sketches, but I do anticipate some cool future projects.

David Peaker

Why not use a cheap 32-channel USB logic analyzer and a phone (with OTG cable), RasPi or PC? I use an older version of this (https://www.ebay.com/itm/154060818810?chn=ps&mkevt=1&mkcid=28) which does plenty well for the money. I usually use it live, though I also save the samples for timing analysis and glitch detection.

BobC

A Classic case of having to build a whole infrastructure before building your project!

Dr Andy Hill

fran... its time to get a sweet jlcpcb sponsorship and get your own custom pcbs made :-)

jmk


More Creators