Skip to main content

Posts

Showing posts with the label term 3

Using the Johnny-Five platform to control Arduino using JavaScript

When trying to figure out how to actually set the thinker blinker up, the creators specified that they "uploaded the Firmata sketch to an Arduino, then wrote JavaScript code to drive the bulb, using Johnny-five to communicate with it." I then began to search on how to set this Johnny-five up. To understand more about what it is and how to use it, I stumble across this  article. But the point I want to share is this. Julian Gautier then implemented the Firmata protocol, a protocol used to access microcontrollers like Arduinos via software on a computer, using JavaScript in his Node.js Firmata library.  Rick Waldron took it a massive step further. Using the Firmata library as a building block, he created a whole JavaScript Robotics and IoT programming framework called Johnny-Five. The Johnny-Five framework makes controlling everything from LEDs to various types of sensors relatively simple and painfree. This is what many NodeBots now use to achieve some very impress...

Connecting Arduino Pro Mini 328 - 5V/16MHz with your Arduino Uno

So I want to try the Thinker Blinker project from my previous post. As mentioned, they use an Arduino Pro Mini 328 - 5V/16MHz. So hence that is what I bought. Since I already have my Arduino Uno, I wanted to just use it to program my ProMini instead of having to buy USB to serial converter. Basically, the ProMini will act as the IC board of the Uno, which is the board crucial to make the Uno running. After searching the tutorial on how to connect your ProMini to your Uno, it turns out it is pretty simple. I found someone that created the tutorial here . Step 1: Remove the IC from the Arduino Uno board. This is important because we have to 'incapacitate' the Uno so that all the 'power' will go to the ProMini. Now we just have to connect the Uno to the ProMini. I'm using a solderless breadboard to help me do this because it allows me to join other external components like an LED bulb, etc. to try whether the codes actually work. Ste...

Project Update: Thinker Blinker

I've tried uploading the files I recorded from Muse Monitor to be read in Unity. The thing is, I couldn't find the correct reference for this line of work. So after deliberating and discussing with my lecturer, I think I've decided to change the project quite a bit. The main idea is still incorporating the human brainwave as part of the project. However, it is more of playing with the idea that 'mind control' is real. There this project I stumbled where these two people are controlling a 'light-bulb' to turn on and off with just thinking about turning it on and off. The Thinker Blinker  is a project created by using Arduino and Muse headset. The basic idea is connecting the Arduino to a lightbulb (invented by cutting LED strings short and shoving it into a bulb-like cup), and to the Muse headset via Particle Photon. From my understanding, Particle Photon is in charge of allowing the Arduino to be able to connect to wifi/Bluetooth and therefore can co...

What are the differences? Psychologist, Psychotherapist, and psychiatrist.

We all have heard about these terms. I know I do. But honestly, all of these professionals are somehow different and similar. I was researching for these differences because I wanted to know whether the Translating Memories  device can help these professionals during their sessions. But then I wonder, who would benefit the most with this. The device itself is targeted for the professionals to help them to determine or 'pin-point' the patient's feelings or emotions. And thus, the difference investigation begins. Upon further research, I stumbled on several major and minor differences between all of them. Psychologist: First thing's first - psychologists cannot prescribe drugs to their patients. They can help people discover problems by talking to them. Since psychology is the study of people: how they think, how they act, react and interact. It's concerned with all aspects of behavior and the thoughts, feelings, and motivation underlying such behavior, a p...

Braintone Art

Braintone Art is a software created by a Dallas-based company that allows users to create a unique piece of art using their brain's focus picked up by an EEG headset. On the website , the company states that the "information streams wirelessly in real-time through the Braintone Art Imagery Generation Engine to project your emotions as abstract artwork on the digital canvas." Not just emotions that show up on the canvas, people are encouraged to express their creativity as well. The software has two different art styles and a selection of different color palettes to choose from. The brainwave element is added by tying people's brain activity to the virtual paintbrush via the EEG headset. To learn more about the process click here . Brainwave arts have been around for quite a while. A few known artists - not to mention scientists and communication experts - have tried and create art and work using brainwave technology, but this is the first to make it so easy...