Tampilkan postingan dengan label grab. Tampilkan semua postingan
Tampilkan postingan dengan label grab. Tampilkan semua postingan

This And That June 18 Grab Bag

| 0 komentar |
Way too late at night for this tired person to start writing a blog post, so tonight will just be a smattering of random microcontroller related topics. Might follow up in depth on one or two of them after I have a chance to research  them a bit.

#1 This:  Today, June 18, was officially declared a National Day of Making, and the White House hosted a Maker Faire. Im not much for political speeches, but as a maker and technology advocate, I thought President Obamas talk (see the video on the White House blog) was worth listening to. The White House blog post mentioned that:
"At the first-ever White House Maker Faire, the President also announced a host of new steps to spur manufacturing, innovation, and entrepreneurship by increasing the ability of more Americans, young and old, to have
3D Printed Pancake President At White House Maker Faire
access to tools and techniques that can bring their ideas to life."
Well have to take some time to look at the host of new steps announced by the President to see if any of them can help build the Humboldt Microcontrollers community, as well as the larger Humboldt Makers community. Maybe we should consider a group project to build a 3D pancake printer. Apparently they printed a pancake portrait of President Obama today at the White House Maker Faire. (See previous blog post about building a 3D pancake printer with Arduinos.)

Raspberry Pi with Wolfson audio
#1 That:  A Raspberry Pi is a single-board computer (SBC), not a microcontroller, but I found out tonight that there are use cases where distributed systems of multiple Arduinos are connected up to a Raspberry Pi. Ed Smith was discussing that after the Humboldt Makers Group monthly meeting tonight. John Hauser did an excellent overview and demonstration of Raspberry Pies (more than one Raspberry Pi :) at the Humboldt Maker meeting. We had a dozen people at the meeting who learned lots about the Pi and music, as well as a bunch of tips, tricks and watch-outs when working with the Pi.

#2 This: A interesting article on TweakTown reviewed the AdaFruit Neopixel. I wrote a blog post about LEDs earlier in June, and the Neopixel looks like something work researching more deeply. The
TweakTown articles conclusion was:
"Overall, when you compare the Neopixel strips with the cheap Chinese LED strips I have purchased on eBay in the past, the Neopixel blows them out of the water. This is the first strip of individually addressable RGB LEDs that I have actually gotten up and running within five minutes of opening the package...At the end of the day, I cannot recommend Neopixels from Adafruit enough. They are simple enough for even the most novice maker to get up and running, and for the advanced maker, the sky is the limit on what you can do with Neopixels."
#2 That:  Last item for tonight is the recent article about OpenSprinkler Bee Arduino Shield. Because of the high interest in the Humboldt region about organic gardening, local foods and similar topics, the OpenSprinkler Bee might be useful for one or several project this summer. It could even be part of a workshop on enhanced gardening. The article points out that the OpenSprinkler Bee is:
"an open-source Arduino shield for battery-operated (latching solenoid) sprinkler valves. Ideal for projects that are designed to be used in the garden, lawn watering, flower and plant irrigation, together with other water based applications...“The main difference is that OSBee is designed to work with battery-operated sprinkler valves. These valves internally use a latching solenoid, which only draws power when you open or close the valve, and does not draw power if it remains in the same state. So it’s very efficient and suitable for battery-operated controllers."
The Neopixel and OpenSprinkler Bee are likely to be discussed in future posts that look at them in more detail.

**********
Read More..

This And That June 26 Grab Bag

| 0 komentar |
Got finished with the Humboldt Microcontrollers Group meeting a little while ago, and now have to put together a random-microcontroller-stuff blog post since I didnt have a spare one waiting in the wings.

#1 This:   Just saw an interesting FastCoDesign article titled, "Arduino-Powered Lamp Changes Colors To Reflect The Weather." The article starts out like this:
"Remember how the enchanted ceiling in the Great Hall, in Harry Potter, resembled the sky above? Also: remember how the Weasleys had that clock that showed the status of each family member? This lovely Patch of Sky project combines the two and lets you magic up your home, too."
The rest of the article sounded good enough that I went to the website for the Patch of Sky lamp and watched the video. The end of the video showed a cool aspect of the lamp I hadnt
expected. The lamp seemed to be showing sort of a twilight condition, then it started displaying a lightning lighting pattern. Thinking ahead to how people might hack this concept, I started imagining lighting effects you could create where you have multiple Patch of Sky type lamps around a room that use photosensors to display indoor lightning effects driven by the intensity and duration of the lightning outside your house, or driven by the thunder intensity and duration which might give an interesting (or disorienting) delay effect.

#1 That:   At tonights microcontroller meeting, Hal W talked some about the Humboldt Digital Art group and how hes interested in helping artists in the area get more involved with experimenting on integrating microcontrollers into their art. Well talk more about that and do a bit of online research to find examples of how other artists are using Arduinos to either go in new directions or to enhance the space they were already working in. If youre an artist and interested in learning how Arduino or other microcontrollers work, please show up at a future Humboldt Microcontrollers Group meeting (next one is July 10). If youre an artist already working with microcontrollers, wed love to have you join us at an upcoming meeting to talk about how youre using them and to teach us a few new MCU tricks. Maybe well start modifying the spelling to Artduino.

Of course, once I (so cleverly) spelled Arduino with the t in it, I had to google it and immediately see that the spelling is (of course) in common usage. For example, there has already been an Artduino Maker Camp, where the event participants had sessions on the general topic of art and microcontrollers, as well as "electronic wearables, Arduino micro controllers, robotics, 3D printing, wireless controls and musical instrument making alongside dance, theatrics, and story hacking." The above link is for an Artduino Camp in Vermont, USA. At right is a photo from the Artduino blog hosted by WordPress. I cant say for sure if the photo shows an artists incorporation of microcontrollers into his art because Im guessing the blog is written in either Croatian or Kajkavian (the two languages in Zagreb, I think). Maybe theres an Artduino unconference in Humboldts not-so-distant future...

#2 This:   Under the heading of really-small-Arduinos is the new Nanite 85. This development board doesnt have a ton of features and capabilities, but if you need a microcontroller that does what the Atmel ATtiny85 does, the Nanite 85 is mighty compact, measuring only 0.4 x 0.5 x 0.6 inches. Ill leave this blurb about the Nanite small, too. See the little picture at the left.

#2 That:   If you havent done the #6 video tutorial from Jeremy Blum, you might enjoy a new level of capability that the exercises in this video brings you. John S mentioned at the microcontroller meeting tonight that it was a really fun experience to put together a microcontroller circuit, then write an Arduino sketch (program) and have the MCU controlling your computer (it changes the color on your computer screen). This opens up a whole new world of possibilities, where youll have real world inputs (from something other than a keyboard, mouse or other typical personal computer input devices) actually controlling or changing your computer / screen. So you can build your own circuits to have pH sensors change your computers output, or have the computer do a specified task when the temperature on the bottom of your coffee cup gets below 102 degrees. This is much different than making an LED on your breadboard blink.

The next couple Blum video tutorials cover some of the same topics discussed in #6. Hope to see you at the next meeting when we discuss the #7 video tutorial.

**********
Read More..