PrinceTronics A blog with tutorials and code of Arduino-, Raspberry Pi-, Java-projects and a lot more!

Properly restore iPhone or any iOS device to factory default

This post will show you how to properly restore your iPhone to factory default. If your iPhone is randomly shutting down, your iPhone is having bad battery life or performance, you want to remove the jailbreak, or your iPhone won’t even boot, then...

Decode 433 MHz signals w/ Arduino & 433 MHz Receiver

Today I’ll be showing you how to read 433 MHz codes. This tutorial was made to complement the Voice Controlling project which needed 433 MHz Unit Code Values to control the wireless switches. Since I’ll be getting my own apartment, a lot more 433 MHz...

Arduino UNO as USB to serial TTL converter

I recently had a problem. I had bought all these serial communication modules which uses AT commands for setups, but the USB to serial TTL converter I ordered from Ebay still hadn’t arrived. So I got all these cool bluetooth 4.0 and Wi-Fi...

Super Mario theme song w/ piezo buzzer and Arduino!

Today I found a complete post on how to play Super Mario Bros theme song on a piezo buzzer! It’s very simple and fun, and great as a beginner Arduino project. All fame goes to Dipto Pratyaksa for making the Sketch code and...

Sound sensitive lights w/ sound sensor & Arduino

Sound sensors can be used for a variety of things, one of them could be turning lights off and on by clapping. Today however we are going to use hook up the sound sensor to an array of LED lights which will...

Voice controlling your home w/ Raspberry Pi

In this post we will be controlling 433 MHz light switches using a ready-to-use voice controlling software and a modified fork of a 433 MHz transmitter software, all on the Raspberry Pi. Basically I used a ready-to-use voice controlling software called Voicecommand,...

iBeacon-signal

iBeacon minimal setup w/ Raspberry Pi(PiBeacon)

iBeacon has an enormous list of practical uses, from home to business uses. Some uses of iBeacon could for instance be pinpoint location services, for home automation uses or in-store navigation for different departments, and this is due to basic distance calculation using...

LED-On

Basic LED blinking w/ Raspberry Pi

Now I’m not going to show how to setup Raspbian or SSH with your Pi. There are tons of tutorials online how to do that. I will however guide you through to setting up the necessary software for Raspbian to be able...

LED-On-Arduino

Basic LED blinking w/ Arduino

Hi and welcome to the first official post of PrinceTronics.com! First off to test if your Arduino is working with a classic LED blinking test. Before we go into the project, some things need to be explained so you won’t be confused...