Cellular made easy – Add GSM/3G support to your Arduino/Raspberry Pi/BeagleBone projects Chris Higgins at SparqEE has come up with a simple development board[CELLv1.0] that can give your projects cellular capabilities. So what can you actually do with it? Well,I can think of lots of things: Add an off-grid internet connection to your home automation system. … Read More →
Category Archives: Web
Cheap Arduino to LAN / WiFi / 3G / 3.5G / 4G connection
The official Arduino WiFi shield is an easy but expensive option to get your Arduino on the wireless network. But there is a cheaper nasty way that actually offers you lots more options. A bunch of hackers have started re-engineering commercial Wifi-routers opening them up and updating the firmware to allow them to easily connect to the Wifi-routers with break-out boards like Arduino’s. The TP-Link … Read More →
HTML Problem Finder
When writing code for a webpage it can be hard to keep all the latest standards in mind. To be fair even the best programmers sometimes make mistakes… So to make sure your code is up to the latest coding standards you can use the following validation services : W3C Markup Validations Service. It will … Read More →