As part of a small robotics project I've been working on this weekend (affectionately called CoBe1, there will be a follow up blog on that soon) I decided to give by robot some personality in the form a a voice, and uploaded some of my code to GitHub.
While Arduino is capable of playing music and sounds from an SD Card I wanted something a little more authentic… something similar to R2-D2's chirps from Star Wars. I had a mini 8Ohm speaker lying around and following the tutorials here it was easy to get it hooked up to my Arduino Uno and start making sounds. By adjusting the default melody and timings I got part way to achieving my R2-D2 style attitude, but notes on their own just didn't cut it. What I needed was some articulations. I got coding and whipped up a library that makes it easy to use glissando and tremolo. Want to give it a try? Grab the code on GitHub Here's a simple example sketch:
#include <pitches.h>;
void setup()
{
MelodyUtils mel(8);
mel.Glis(NOTE_C3, NOTE_C4, 5);
delay(1000);
mel.Trem(NOTE_C3, Continue reading
As part of a small robotics project I've been working on this weekend (affectionately called CoBe1, there will be a follow up blog on that soon) I decided to give by robot some personality in the form a a voice, and uploaded some of my code to GitHub.
As part of a small robotics project I've been working on this weekend (affectionately called CoBe1, there will be a follow up blog on that soon) I decided to give by robot some personality in the form a a voice, and uploaded some of my code to GitHub.
F5 Network’s Traffic Management Operating System (TMOS) is, first and foremost and for the sake of clarity, NOT an individual operating system. It is the software foundation for all of F5’s network or traffic (not data) products; physical or virtual. TMOS almost seems to be a concept rather than a concrete thing when you first try […]
The post What The Heck Is F5 Networks’ TMOS? appeared first on Packet Pushers Podcast and was written by Steven Iveson.
EIGRP is a distance vector routing protocol that for many years was unique to Cisco networking environments. Created and championed by Cisco, it didn’t get any traction in the standards bodies in the early days, because there were already enough interior gateway routing protocols around according to some. EIGRP just didn’t interest enough of the […]
The post Show 144 – Open EIGRP with Russ White + Cisco’s Donnie Savage appeared first on Packet Pushers Podcast and was written by Ethan Banks.
Quick notes on the “inactive” port status seen on the Cisco Nexus platform, which was perplexing the first time I ran into it. This isn’t a new status, existing on a variety of Cisco platforms for a long time now. As it happens, I’ve just not seen it that often historically. In dealing with the […]
The post Cisco Nexus – Port “Inactive” Status appeared first on Packet Pushers Podcast and was written by Ethan Banks.
Company Snags Network Management Expert and Industry Veteran
SANTA CLARA, CA — April 16, 2013 — Packet Design, the leading provider of IP network route analytics software, announced today that it has hired Matt Sherrod as Vice President of Product Management. Sherrod will lead product strategy, product design and integrated partner solutions to expand the Packet Design product portfolio and deliver a best-in-class customer experience.
Sherrod has more than 25 years of networking experience. He joins Packet Design from CA Technologies where, as the Vice President of Product Management, he defined product direction and strategy for the company’s infrastructure management solutions. Over the last 10 years he has held a number of field and management positions at CA Technologies and NetQoS. Prior to joining NetQoS, Matt worked as Director of Communications for a Fortune 100 global enterprise, applying leading edge technologies to improve application delivery.
“Matt Sherrod has a deep understanding of customer needs coupled with years of experience in defining and delivering innovative network performance management products to address them,” said Scott Sherwood, CEO of Packet Design. “He is uniquely qualified to lead Packet Design’s product strategy and ensure we provide world-class management solutions for complex service provider and Continue reading