Posts about open source
Categories
- Jun 09 2014
JavaScript: ESC Programming and Brushless Motors on Intel Galileo
Previously: On-Board: Intel Galileo Programming with JavaScript and Node.js, and JavaScript: Verifying Analog Write on Intel Galileo At Bocoup, we’re commited to exploring JavaScript hardware programming; as a result of those efforts we’re excited to share a breakthrough today: This is especially exciting as it marks the first time ever that a JavaScript program was […]
Continue ReadingJavaScript: ESC Programming and Brushless Motors on Intel Galileo - Jun 05 2014
JavaScript: Laser Intrusion Detection with Johnny-Five on Node.js
The Johnny-Five Tutorial Series is geared towards Arduino programming on Node.js, using the Johnny-Five framework. Get caught up here. A fairly common security mechanism, the laser intrusion detection system (or laser trip wire), is actually the composition of two devices: Laser Photoresistor, or photocell The laser emits a beam of light directly at the photocell; […]
Continue ReadingJavaScript: Laser Intrusion Detection with Johnny-Five on Node.js - Jun 03 2014
JavaScript: Verifying Analog Write on Intel Galileo
Previously: On-Board: Intel Galileo Programming with JavaScript and Node.js When working with emerging platforms, it’s common to find yourself in a position where the platform itself requires some form of testing or validation. Often, it’s not clear how to execute these sort of validations. Thankfully, when the platform’s hardware and software is completely open, the […]
Continue ReadingJavaScript: Verifying Analog Write on Intel Galileo - May 29 2014
Visualizing OpenVisConf: Analyzing 10 hours of video
Bocoup recently hosted OpenVisConf and we wanted to think of a fun and useful way to present the proceedings. We created a visualization that uses the slide transitions in speaker videos to produce a visual overview of each video. You can see the result here. You can click on the colored rectangles to expand them […]
Continue ReadingVisualizing OpenVisConf: Analyzing 10 hours of video- Tagged in:
- data analysis,
- data visualization,
- design
- May 23 2014
JavaScript: Relay Control with Johnny-Five on Node.js
The Johnny-Five Tutorial Series is geared towards Arduino programming on Node.js, using the Johnny-Five framework. Get caught up here. Do not attempt this tutorial with a voltage source greater than 24V A Relay is a type of actuator, or electrically controlled switch, that allows controlling one circuit with another circuit. The controller circuit is completely […]
Continue ReadingJavaScript: Relay Control with Johnny-Five on Node.js - May 15 2014
JavaScript: Tilt Sensor with Johnny-Five on Node.js
The Johnny-Five Tutorial Series is geared towards Arduino programming on Node.js, using the Johnny-Five framework. Get caught up here. A tilt sensor is a component that senses its own change in inclination. Similar to a button, tilt sensors are activated through a physical interaction mechanism; in the tilt sensor case, this is the act of […]
Continue ReadingJavaScript: Tilt Sensor with Johnny-Five on Node.js - May 07 2014
Git Workflows For Successful Deployment
One of the best parts about working at Bocoup is the freedom we have to explore ideas and open source projects. The diverse range of experience and interest we all bring to the table means there are always interesting open conversations taking place in the office; both about the implementation of specific ideas and the […]
Continue ReadingGit Workflows For Successful Deployment - Apr 29 2014
On-Board: Intel Galileo Programming with JavaScript and Node.js
Nearly two years has passed since I wrote the article that introduced Johnny-Five as a new way to program Arduino microcontrollers with JavaScript on Node.js. In those two years a lot of exciting things have been created, despite the potentially restrictive paradigm that Johnny-Five programs exist in. The underlying Firmata platform protocol forces Johnny-Five programs […]
Continue ReadingOn-Board: Intel Galileo Programming with JavaScript and Node.js - Apr 07 2014
bl.ocksplorer.org – Learning d3.js by Example
We’ve been working quite a bit with d3.js here at Bocoup. From working on d3.chart to our work with clients like Climate Central. Regardless of our endeavor, one thing stayed true – we rely on the many examples out there showing off how to use various esoteric features of d3.js. Many of these examples live […]
Continue Readingbl.ocksplorer.org – Learning d3.js by Example - Mar 13 2014
Proactive Node.js Development with Travis CI
Life on the cutting edge can be treacherous. At any moment, your web browser may dramatically update its user interface. Your e-reader might take your books away. Your favorite snack cake could disappear from store shelves. For many, the uncertainty of this lifestyle just isn’t worth it. Fortunately, when it comes to Node.js development, you […]
Continue ReadingProactive Node.js Development with Travis CI- Tagged in:
- deployment,
- performance