Archive for September 2017

Tech companies spend more on R&D than any other companies in the U.S. – Recode

https://www.recode.net/2017/9/1/16236506/tech-amazon-apple-gdp-spending-productivity Tech companies lead top U.S. companies in R&D spending. Amazon is No. 1. That’s notable because spending on research and development is a key indicator for U.S. productivity, a measure of how well our economy is doing, and productivity has been decreasing lately. Amazon, Alphabet, Intel, Microsoft and Apple, tech companies spent more on research

Lessons for getting started with DIY IoT home automation | Opensource.com

https://opensource.com/life/16/9/iot-home-automation-projects?sc_cid=7016000000127ECAAY We live in an exciting time. Everyday more things become Internet-connected things. They have sensors and can communicate with other things, and help us perform tasks like never before. Especially at home. Home automation is made possible by amaetuer developers and tinkers because the price of microcontrollers with the ability to talk over a network continue to drop.

Text Message Laundry Alert System – Hackster’s Blog

https://blog.hackster.io/text-message-laundry-alert-system-275a4b37296e Hacker Cabe Atwell has come up with a system that texts when the washer or dryer has finished its cycle. The device is, literally, a black box that sticks to either type of unit via a pair or rare earth magnets, then monitors movement using an accelerometer hooked up to a Raspberry Pi.  By hooking up the

Arduino serial plotter

I just found out a new useful Arduino IDE feature: Serial Plotter. It allows you to natively graph serial data from your Arduino to your computer in real time (no need for extra software for that).The Arduino Serial Plotter function has been added to the Arduino IDE since version 1.6.7. Here is introduction video on