Hey!
I’ve only recently become aware of the limitless potential of Arduino and I really want to give it a go.
I have very little experience with electronics like this, I know the basics and can use a soldering iron well simply from obligatory lessons in secondary school, but the lessons never really explained why I was soldering what I was soldering, so I’d appreciate it if you didn’t go slinging jargon around without an explanation
I play a lot of Garry’s Mod and use the Wiremod addon, it allows you to write expressions which you can use to control your contraptions. The expression function has recently been updated with a completely new syntax, which I’m having to learn now, and it seems very similar to the syntax of Arduino sketches (correct terminology?), so hopefully I’ll get my head around programming a lot quicker than I will with constructing
I actually have a good idea of what I’d like to make - bare with me, this is probably too advanced for a beginner such as myself, but I’d like to be able to order everything I’ll need as soon as possible, that way I can get to it once I understand how to get to it. I’ll be getting the starter stuff too, of course, the Arduino board, probably a protoboard, transistors, leds, wires etc… if there’s any kits or modules that you’d recommend, please do!
at my school, we have to do this project about identifying and expressing ourselves, I don’t think that the board moderators would appreciate me putting to words what I think about it, but I figured that if I used Arduino I could
a) make something worth keeping
b) get into a new hobby
c) have fun! (unlike many of my classmates)
I found these open-face helmets which have these great big visors, and I thought it would be cool to mount an LED matrix behind the visor which would display patterns effected by some kind of sensor. If I could find a microphone that gave volume and pitch readings, I could write a sketch that would change the LED matrix pattern based on what kind of range those readings were in. This really isn’t supposed to be technically advanced, so I’d probably use 3 possibilities for each reading (low, mid and high for pitch, soft, neutral and loud for volume).
My main problems are with the LED matrix, I don’t really know how to control one besides finding some kind of Arduino chip with a massive number of pins and controlling the lights individually. I’ve heard of controllers, but they only seem to support 8x8 displays, which really wouldn’t be big enough in this instance.
My other problem is that these matrixes appear to be flat, whereas the surface of the visor will be curved. Assuming I’ll be able to control more than 64 LEDs at dimensions other than 8x8, could I construct my own? I thought about using a sheet of thin sponge, cutting it out to the same size as the helmet visor, attaching my LEDs and then bending it to fit the curve. I’d have no idea how to wire it up, but if I’m going to have to construct my own controller I’m going to have to learn how these things work anyway
thanks for any help, I’ll keep researching and learning in the mean time.