Artist, graphic designer, & tech consultant in Nelson County, VA
Category:workshops
These are workshops, sessions that LeMasney Consulting led or otherwise participated in to train or otherwise help people to come to a new understanding about a topic we specialize in. Mostly these are hands-on learning opportunities with software, hardware, branding, and fitness.
A nighttime rocket launch (Photo credit: lemasney)
Relaunching 365sketches
I think that perhaps the greatest design work I’ve ever done was for the 365 Sketches project formerly at http://365sketches.org. I did it for 3 years between 2009 and 2012, with a one year break. You can see the best work from that project at the portfolio page. The concept is simple:
One design a day, using open source software.
It helped me to learn how to use Inkscape thoroughly, build an audience, develop my design, layout and typography skills, develop a portfolio, and get feedback and advice from stakeholders like you.
I will do a few things differently this time. I’ll screencast (record my screen to show the method) more often. I’ll be more explicit in my exposition. I’ll use and show classic design principles. I’ll use Drupal to develop the collection as a very clean portfolio version, while using WordPress, here, for the details. Both will be located here on lemasney.com, and I will likely migrate the existing content from 365 to this site as a category.
Arduino Five Ten Egg Timer circuit – John LeMasney
Arduino Duemilanove
Arduino simple circuit by lemasney
Introduction to Arduino
Last night I gave a talk on Introduction to Arduino at Princeton Public Library as part of their technology class offerings. I thought I might recap the talk here and invite you to come and visit the next time we offer it. For more information about their free and public classes, please click here:
Getting started with Arduino is the presentation I gave, complete with links, videos, photos, and other information.
What is Arduino?
Arduino microcontroller / Arduino Uno microcontroller ATmega328 / Arduino Mega 2560 / Arduino Nano ATmega328 / Arduino Pro Mini ver.3.3V ATmega328 / Photo by Arkadiusz Sikorski https://www.arq.pl/ (Photo credit: Arkadiusz Sikorski vel ArakuS)
Arduino is an open source hardware platform for learning and prototyping electronics projects. It’s open source in that the design of the board itself is shared so that you can build your own if you are so inclined. The software and scripts used to program it are also open source. It benefits from a strong worldwide community of developers, programs, and resources, including books, videos, and classes. It is an Italian project, co-founded by Massimo Banzi and others, and is designed to help people learn easily, even from a very young age. http://www.arduino.cc is the homepage for the project. You can get an Arduino Uno, one version of many good for getting started, for around $30.
Where can you get an Arduino and Learn more?
You can buy Arduino products in many places, including online on Amazon.com, element14.com, and in brick and mortar stores like Radio Shack.
http://makezine.com is a champion of projects using Arduinos and other open platforms.
What are inputs and Outputs?
Inputs are ways for the Arduino to get information. These include sensors like motion detectors, cameras, compasses, GPS, touchscreens, buttons, and many of the same kinds of sensors typically found on a contemporary phone. You use pins on the Arduino to connect them, and use scripts, called sketches, to tell the Arduino what to do with the signals.
Outputs are ways for the Arduino to send back information or do actions. Examples include Light Emitting Diodes (LEDs), speakers, motors, and fans.
You can use inputs, outputs and sketches to scratch your own itches, often for a very low price. If you want a station that feeds your cat once every twelve hours but only if it hears a meow or when the cat comes near, you might use an arduino, an RFID (proximity) sensor, and a motor or latch to make it so that if the cat’s collar with an RFID chip in it comes close enough to the station, once in 12 hours time, the container of food has a door that opens for 3 seconds and closes again.
How do I get started with Arduino?
Cover via Amazon
There are many fantastic books, websites, videos, and communities of practice that focus on Arduino. Here’s one video that tells you how to get started with an Arduino. If you search for ‘Arduino tutorial’ on Google, YouTube, Element 14, or Adafruit.net, you’ll find many more.
How do I work with an Arduino?
The key to working with Arduino is writing sketches. You can use the Arduino program (an IDE or integrated development environment) based on an open source application called Processing to write sketches. Get it from http://arduino.cc/en/Main/Software
The most common starting example, with very simple capabilities is the Blink example. You can open the Blink example from file/examples/basics in the application.
“/* Blink
Turns on an LED on for one second, then off for one second, repeatedly.
This example code is in the public domain. */
// Pin 13 has an LED connected on most Arduino boards.
// give it a name:
int led = 13;
// the setup routine runs once when you press reset:
void setup() {
// initialize the digital pin as an output.
pinMode(led, OUTPUT);
}
// the loop routine runs over and over again forever:
void loop() {
digitalWrite(led, HIGH);
// turn the LED on (HIGH is the voltage level)
delay(1000);
// wait for a second
digitalWrite(led, LOW);
// turn the LED off by making the voltage LOW
delay(1000);
// wait for a second
}”
~ Arduino – Blink –
What kinds of things can you do with an Arduino?
Here is a fun example that shows what you can do with the Arduino, with others in the presentation linked above:
Is Arduino related to Raspberry Pi?
Arduino and the Raspberry Pi are often talked about together, but they are very different devices. The Raspberry Pi and Arduino are both open source hardware, but aside from that they have very little to do with one another. While the Raspberry Pi has pins that you can use to manage electronics, the main purpose of the Pi is to have a $35 computer that you can use to connect to a TV or monitor via HDMI or composite jack and to a keyboard and mouse with USB. The Arduino would need to be very heavily modded to allow for anything like that. The Arduino is primarily an electronics prototyping platform.
John LeMasney speaks tonight to BCUG about the Make movement
“Once again, we are happy to announce a visit from our friend and active open source and social networking guru, John LeMasney, who has again offered a totally unique, new and innovative line of thought for our users group. It was no surprise when we contacted John for an idea and he responded with the current topic. I’m saying that, because here is a new, unheard of (by me at least) way to use technology. I am sure our group will be intrigued, even become potential users. As you know, we like to learn, and this is a chance to see something new and interesting. But, will it be comprehensible for non-programmers, like me, and those who are there for the first time checking us out.
According to John,
·“Scratch is a low-threshold-of-entry programming tool that even eight-year olds can master, though adults find it a great platform for developing games, animations, stories and more.
·Arduino is a programmable integrated circuit with lots of community support and low or no cost development tools that allow you to create anything from a Twitter account that shares when your dog eats from her food bowl to an always-on GPS reporter that tells a spreadsheet where it is every 30 seconds.
·Raspberry Pi is a $35 computer that you can use to do everything your desktop computer does, but because of the very low price, people tend to use them for more interesting dedicated projects, like an art project where lights and sound are affected by the presence of people. Come and learn where and how to get started with this exciting international movement away from consumerism and towards creation.” (slightly edited)
A little about John (from his web pages) – John LeMasney is a father who lives and works in and around Princeton, NJ. He now offers consulting in technology, design, communication, branding, and nutrition. He was the Manager of Educational Technology Training and Outreach at Princeton University from March 2011 to March 2013. He had worked from 1998-2011 at Rider University as the Manager of Technology Training. He was recently awarded a Master of Arts in Organizational Leadership with honors from Rider University in Lawrenceville, NJ, and a Bachelor of Fine Arts in Sculpture with honors from the University of the Arts in Philadelphia, PA .
John is a designer, artist, writer, poet, technologist, consultant, open web advocate and open source evangelist. He is most interested in helping people to use technology to make their lives, work, and world better.
I think we all agree that we would enjoy this presentation, as it’s outside of the box for us, and will give us plenty to think about. Jo Grazide” ~ BCUG Guest Speaker – http://goo.gl/wbL5N7
Title of Talk or Forum
Discovering your personal brand
Talk or Forum abstract (135 words max)
In this talk, technology and design consultant John LeMasney will discuss the key ways in which you can determine, shape, and reinforce your personal brand. Personal brand is the reason that people feel love, dislike, or indifference towards you, and using technology, visuals, social media, and interpersonal interactions, you can use your brand to help you gain influence, gather an audience, and find new successes. Come to the session with three keywords that you feel represent you well. Also, do a google search on LeMasney and see if you can choose three keywords that you feel best represent him. If John is doing his branding right, it should be very clear the ideas and things that represent him. Fun and discovery await you!
Biographical Info (75 words max)
John LeMasney now offers consulting in technology, design, communication, branding, and nutrition. He was the Manager of Educational Technology Training and Outreach at Princeton University from March 2011 to March 2013. He had worked from 1998-2011 at Rider University as the Manager of Technology Training. He was recently awarded a Master of Arts in Organizational Leadership with honors from Rider University in Lawrenceville, NJ, and a Bachelor of Fine Arts in Sculpture with honors from the University of the Arts in Philadelphia, PA. . He is a designer, artist, writer, poet, technologist, consultant, open web advocate and open source evangelist.
Indicate the time of day you prefer to give your talk
Afternoon
We will provide digital projectors in all rooms. Speakers are expected to bring their own computers. If you need special media equipment please specify below what you will need and we will let you know if we can provide it.
Not applicable.
Indicate length/type of session
110 minutes (workshops only)
Libraries, the original co-working space by John LeMasney via lemasney.com
“Codecademy for Adults: Learn How to Write Code for Free
English: Python logo Deutsch: Python Logo (Photo credit: Wikipedia
LOCATION: Technology Center Session 1: Wednesday, October 9, 7-8:30 Session 2: Wednesday, October 16, 7-8:30 Session 3: Wednesday, October 23, 7-8:30
Have you ever wanted to know how to write code, build websites, and develop applications, but did not know where to start? Codecademy is a free, hands-on, cloud based learning community focused squarely on helping people to learn languages like HTML, CSS, PHP, Javascript, and Python. Come learn how this fantastic free resource can help you to master coding. Skill Level: Intermediate” ~ Codecademy for Adults: Learn How to Write Code for Free (Session 1 of 3) | Princeton Public Library –
Healthy Berries are Good Food for Health (Photo credit: epSos.de)
“Sharing Food Virtually: an Introduction to Food Blogging
DATE/TIME: Oct 7 2013 – 7:00pm – 8:30pm
LOCATION: Technology Center
In this session, John LeMasney will show you how to use WordPress to share photos, video, recipes, reviews and other information about your passion for food. A delight in eating, talking about food, and sharing information about food are required, and some experience with websites is suggested, but not required. Come and learn how to start conversations online about food, nutrition, eating, and deliciousness.
Skill level: Intermediate” ~ Sharing Food Virtually: an Introduction to Food Blogging | Princeton Public Library –