I’m working on a project that will include using LEDs as light sensors, and one of the first tasks is to learn a bit more about the wavelengths of light that are emitted by an array of LEDs. Since I’ve recently created a Mathematica interface to an Ocean Optics spectrometer (on a Raspberry Pi, naturally), the first task was pretty straightforward.
Emission spectra of several LEDs. rgb(b,g,r) are in a common cathode RGB led while the others are varieties from Adafruit.Continue reading →
The graphics in this post will no longer work now that I have started a new project with this particle.
Now that I’ve mastered (!) publishing sensor readings from a Particle device and visualizing them with ThingSpeak, it’s time to step up my game a little bit. I have an old BMP180 temperature and pressure sensor that I thought was toast. I’m glad I didn’t throw it out because it seems to be working well.
A static view of temperature and pressure data from a BMP180 sensor connected to a Particle Xenon.
I was interested in this sensor because it reports two values. If I want to send both values to ThingSpeak using the Particle tutorial, I would have to set up two webhooks (and possibly two channels). That seems like a lot of work. I sought an alternative. The particle community has several discussions (such as this one) that show how to do it.
With surprisingly few problems, I have been able to set up a mesh network with a node that is monitoring the temperature of my house. AND I figured out a way to show it dynamically on a web page:
I am continuing my exploration of the particle devices. This time, I have a Xenon that is connected to a TMP36 temperature sensor sitting in my office at home. Every second, it updates a variable on the cloud that contains the current temperature of my office.
I think the kitties will expect me to turn on the air conditioner when I get home.Continue reading →
I recently purchased a few particles in part because they are little devices that are named after elements that allow you to connect sensors to the internet; what about these items does not scream BoBtheChemist?
I’m currently running through some tutorials and am sure to forget a thing or three, so I’m going to chronicle my experience in hopes to (a) have a central repository for my work, (b) show that my website does have some activity (c) possibly serve as a resource for the 1-2 bots that frequent my website.