Last week I was invited to give a guest lecture to a room full of 11-13 year olds participating in the Science of Smart Cities program this summer at NYU-Poly. They spent the week learning about energy, so I spent
Continue readingCategory: Academia
Arduino Leonardo Speed Test
I posted previously (here) about an Arduino speed test I did with the Uno board. The rate that it could print the time, a comma, and an analogRead value was about 1150 Hz. I just got my hands on a
Continue readingGit and GitHub for Windows
I’ve been whining about wanting to learn GitHub for a while now so after they just released a shiny new Windows Graphical User Interface (GUI), I figured it was time to jump on board. Everyone I know who uses Git
Continue readingRobotic Arm in Processing
I’ve been doing some pretty heavy reading and writing for the last few days, so I took some time “off” this afternoon to work on a mini project that I had been thinking of for awhile. I wanted to write
Continue readingSeeing Sensors: How to visualize and save Arduino-sensed data
Sometimes when you’re prototyping a project it’s nice to see what’s going on with your sensors or variables in your code. Sure you can watch analogRead() values scroll at warp speed on your Arduino Serial Monitor, but what if you
Continue readingCurrent Sensing with the ACS712 Hall Effect Sensor
After a conversation with JD Warren, one of authors of the excellent Arduino Robotics book, I decided to try the ACS712 hall effect current sensor. I soldered one to a surface mount to breadboard adapters and plugged it in with
Continue readingDigital signal processing and filtering – motor current sensing
After a recent post on current sensing, I talked to a couple of friends at NYC Resistor (my usual sounding board) and got some great advice (as usual). One thing I didn’t remember was the difference between passive and active
Continue readingCurrent Sensing and Visualizing with LabVIEW for Arduino Controlled Robotic Arm
In my last post, I talked about using an RC filter to get rid of some of the noise in the current signal I was getting from the Arduino. While this worked okay, I still wasn’t super happy with the
Continue readingWinter’s gait data in Excel form
I have been working with Greg Borenstien for a while now on creating an open source tool for visualizing human movement data. You can see all his code here on github. We needed some data that had x, y, and
Continue readingMarymount School Talk
Thanks to Jaymes Dec for inviting me to talk at the Marymount School! Here are my notes: Who I am and what I do… Dustyn Robots Honeybee Robotics Making Things Move SADbot Robotic hand Robotic arm And here are some
Continue reading