Hall effect sensors are quite universal. At first, I thought they were only used for detecting RPM on spinning motors. There are actually three different types of hall effect sensors and it plays a critical...
Quick guide to enabling VNC allows for remote debugging / a way of working on a raspberry pi without actually sitting next to it. After having connected to a wifi network we can begin...
Often when moving a raspberry pi project around it’s IP changes. whether it is on your home network or a new one, it becomes a task to figure out it’s IP.
Over the past few years, I have worked on a few projects that require internationalization (i18n) and localization (l10n) configuration files. The best way I have found is to use the domain key approach. This allows for...
Angular’s built-in routing works wonders. you can do so by either registering the route with the hash in the URL or you can states ( html5Mode set to true ). This will leverage html5’s...