Earn Maker Points on Every Order! Learn More!

Author - Sharath

AutoRun your Python Code on Raspberry Pi - using Crontab - AutoRun your Python Code on Raspberry Pi - using Crontab - AutoRun your Python Code on Raspberry Pi - using Crontab - AutoRun your Python Code on Raspberry Pi - using Crontab

AutoRun your Python Code on Raspberry Pi – using Crontab

Unlike Arduino, the Raspberry Pi won’t run the code until it is executed manually. We need a scheduler to run the python code when the Pi is powered up or rebooted. Crontab (cron table) is scheduler used in Linux to schedule a specific task at a specific time. It is mostly used by Linux system Administrators to automate his...

New Raspberry Pi 3 Announced - Improved Processor & Networking - New Raspberry Pi 3 Announced - Improved Processor & Networking - New Raspberry Pi 3 Announced - Improved Processor & Networking - New Raspberry Pi 3 Announced - Improved Processor & Networking

New Raspberry Pi 3 Announced – Improved Processor & Networking

Raspberry Pi 3 Model B+ AnnouncedOn this Pi day, The Raspberry Pi organization released its new board called 'Raspberry Pi 3 Model B+' enhanced with new 1.4 GHz Cortex A53 Processor and a Dual-band WiFi compliance. The Pi organization also announced that it is working on Power Over Ethernet which makes Powering the Pi over Ethernet line. The new...

pi-zero-w-headless-setup-factoryforward

Raspberry Pi Zero W Headless setup – Windows 10 RNDIS Driver issue resolved

Setting up a headless setup for Pi Zero W is simple. The limitation of Pi Zero and Zero W is that it doesn't have an Ethernet port. All we have is a single USB port. We need to use it as an Ethernet via USB technique to access the Pi. There are many tutorials available for this. But if...

Resistor Value Calculator - Resistor Value Calculator - Resistor Value Calculator - Resistor Value Calculator

Resistor Value Calculator

Resistors are used to limit the flow of current in the Circuit. There are different values of resistor available from ohms to Giga Ohms. You can calculate the resistance value of a resistor using color coding. It consists of 4 bands. The first two bands denote the digits, the third band is the multiplier and the fourth band is...

micro:bit Block Editor - A graphical programming tool powered by Microsoft - micro:bit Block Editor - A graphical programming tool powered by Microsoft - micro:bit Block Editor - A graphical programming tool powered by Microsoft - micro:bit Block Editor - A graphical programming tool powered by Microsoft

micro:bit Block Editor – A graphical programming tool powered by Microsoft

Microbit can be programmed using a different type of programming languages. The block editor is easy to program and recommended for beginners. There is no installation needed on your computer. You can simply open the Microbit Make Code website in the web browser and start coding right there. So, let’s discuss this in detail. The first thing, you need to...

How to install Arduino IDE on your Computer - How to install Arduino IDE on your Computer - How to install Arduino IDE on your Computer - How to install Arduino IDE on your Computer

How to install Arduino IDE on your Computer

IDE Stands for Integrated Development Environment. Arduino has its own IDE for the major operating systems Windows, Mac and Linux. You can download and install it on your computer and program your arduino. To install the IDE on your local computer visit the Arduino Official Website. How to install IDE on your Computer? Step1: You need to visit the Arduino Official...

BBC microbit - A tiny computer with On-Board Sensors - BBC microbit - A tiny computer with On-Board Sensors - BBC microbit - A tiny computer with On-Board Sensors - BBC microbit - A tiny computer with On-Board Sensors

BBC microbit – A tiny computer with On-Board Sensors

What is BBC Micro:bit?BBC Microbit is a small pocket sized computer holds multiple sensors along with 25 LED Array as a display. It is a BBC’s most ambitious education initiative to inspire digital creativity and programming. You can bring your own digital ideas, art, games and Apps. The BBC Microbit can be programmed in different ways using JavaScript, Block...