This is a follow on to our [[arduino_for_the_curious|Arduino for the Curious]] workshop and delves into some more advanced Arduino topics. As with the first workshop, there are several tutorials to work through and challenges to try within each one. ====== The kit ====== You have been given a kit, it has the following parts in it: * Liquid Crystal Display (LCD) * Large breadboard * 5 x Male to Female jumper wires * ATtiny85 - A small micro-controller that you can program using an Arduino board & software ====== Tutorials ====== [[.:arduino_to_the_next_level:lcd|Liquid Crystal Display]] * Say Hello! * Scrolling * Arrows to the Right [[.:arduino_to_the_next_level:remembering_state|Saving State when turning off your Arduino]] * Writing/Reading data to EEPROM [[.:arduino_to_the_next_level:ethernet_shield|Ethernet shield]] * Using the Ethernet library * Connecting to the network * Doing other stuff [[.:arduino_to_the_next_level:wave_shield|Wave shield]] * Make Sound [[.:arduino_to_the_next_level:motor_shield|Motor shield]] * DC Motors * Stepper Motors [[.:arduino_to_the_next_level:going_tiny|Going Tiny]] * Using an ATtiny for smaller projects