Post Tweets With Your Raspberry Pi


https://www.electronics-lab.com/post-tweets-with-raspberry-pi/

Raspberry Pi is famous for its great computing strength and ability to run the Linux operating system. In today’s tutorial, you’ll learn how to make your Raspberry Pi tweet. You can add extra features to this project to post tweets autonomously if any specific event occurs. Let’s get started. Required Parts You’ll need following parts […]

Getting started with Python and Arduino MKR1000 for secure IoT projects


https://www.electronics-lab.com/getting-started-python-arduino-mkr1000-secure-iot-projects/

A getting start guide to program Arduino MKR1000 in Python: The MKR1000 is described as a powerful board that combines the functionality of an Arduino Zero (already supported by Zerynth) and the connectivity of a Wi-Fi Shield, with a Cryptochip for secure communication. The design also includes a Li-Po charging circuit that allows the Arduino MKR1000 to run on battery power […]

€15 IoT Geiger Counter using ESP8266


https://www.electronics-lab.com/e15-iot-geiger-counter-using-esp8266/

Geiger counters are devices used to detect radioactive emissions, most commonly beta particles and gamma rays. The counter consists of a tube filled with an inert gas that becomes conductive of electricity when it is impacted by a high-energy particle. The Geiger–Müller tube or G–M tube is the sensing element of the Geiger counter instrument […]

Beginner-Friendly Two-Sided Development Board


https://www.electronics-lab.com/beginner-friendly-two-sided-development-board/

MikroElektronika, the microcontroller development boards and accessory boards manufacturer, introduced a new development board for beginners and non-experts called Flip & Click. Flip & Click is a rapid prototyping tool that is an Arduino Due on one side, and four mikroBUS™ sockets on the other side. The first side, the blue side, is Arduino Due […]

Controlling Bus Pirate with Python


https://www.electronics-lab.com/controlling-bus-pirate-python/

Scott Harden show us how to control the Bus Pirate with python and give us example code. After using the AVR-ISP mkII for years (actually the cheap eBay knock-offs) to program ATMEL AVR microcontrollers, today I gave the Bus Pirate a shot. Far more than just a microcontroller programmer, this little board is basically a […]

Setting Up Python web server for Raspberry Pi


https://www.electronics-lab.com/setting-up-python-web-server-for-raspberry-pi/

Sankar Cheppali will show us how to setup a python based web server to serve simple html pages to the clients using Raspberry Pi. Serving web pages from embedded devices is not easy task as embedded devices have limitations in processing power , memory available etc. But with Raspberry Pi this task becomes very easy. […]

Raspberry Pi Tutorial: Create your own GUI with TkInter and Python


https://www.electronics-lab.com/raspberry-pi-tutorial-create-your-own-gui-with-tkinter-and-python/

educ8s.tv shows us how to build a graphical user interface on Raspberry Pi using TkInter and Python. Having a Graphical User Interface (GUI) on a touch screen makes controlling your Raspberry Pi so much easier. With Python and TkInter one can develop his own GUI very easily. In this video we are going to see […]

RedBear Duo: A small and powerful Wi-Fi + BLE IoT board


https://www.electronics-lab.com/redbear-duo-a-small-and-powerful-wi-fi-ble-iot-board/

A thumb-sized, Particle-powered, Cloud-connected IoT board with Wi-Fi + BLE that supports Arduino, JavaScript and soon Python too! The Duo is a thumb-size development board designed to simplify the process of building Internet of Things (IoT) products. The Duo provides everything you need—Wi-Fi, BLE and a powerful Cloud backend, all in a compact form factor […]

Using Python with Arduino


https://www.electronics-lab.com/using-python-with-arduino/

by toptechboy.com: This series of lessons will teach you how to take your Arduino projects to the next level by having the Arduino interact with the Python programming language. Python is a free program you can download. Since you have already learned the fundamentals of programming through our first 20 Arduino lessons, learning Python will be […]