by Monisha Macharla | Apr 14, 2020 | Raspberry Pi projects
This tutorial is going to show how to set up Google Assistant using a Raspberry Pi 4 and Bluetooth Speaker. I] Parts Required: 1x Raspberry Pi ( I have used Raspberry Pi 4 Model B)1x Bluetooth Speaker1x USB Microphone ( You can try using a Bluetooth headset with a...
by Harshith | Apr 10, 2020 | Applications of IoT
How Internet Of Things Is Promising Better Healthcare facilities Internet Of Things in Healthcare promises to manage the personalization of care services and can maintain a digital identity for every person in the domain of Healthcare. Internet Of Things has improved...
by Jyotsna Rajaraman | Apr 10, 2020 | Raspberry Pi
If you’ve just opened a new Raspberry Pi and are excited to get started with it, the first thing you need to do is install an operating system onto an SD card for your Pi to run on. For this, you can go to the official website and find the Rasbian OS that can be...
by Monisha Macharla | Apr 10, 2020 | Python Tkinter
In this tutorial, we will be learning how to use the asksaveasfile() in Tkinter and save the file in the system. The asksaveasfile() function comes under the class filedialog. The file dialog module provides functions for creating file/directory selection...
by Jayanta Chakraborty | Apr 10, 2020 | Raspberry Pi Quiz
Welcome to your Raspberry Pi Advance Quiz -2 1. You have a Linux command “pwd”. What does it mean? Lists the content of the current directory It changes the current directory to the one specific It displays the name of the present working directory It used in to...
by Jayanta Chakraborty | Apr 10, 2020 | Raspberry Pi Quiz
Welcome to your Raspberry Pi Advance Quiz - 1 Are you confident enough that you have pursued your expertise on this topic? Now test your knowledge and earn a certificate! 1. What is shown in this image? Infrared sensor PIR sensor motion sensor LED None 2. ...
by Monisha Macharla | Apr 10, 2020 | Python Tkinter
In this article, we will tell about the GUI(graphical user interface) in python using. We should also know about how to import the library and using some widgets in it. Let’s have a quick look at the below contents. Contents IntroductionWhat is Tkinter?Packaging...
by Monisha Macharla | Apr 10, 2020 | Python Tkinter Examples
Introduction: In this article, we will learn “How to interface JSON(JavaScript Object Notation) with Tkinter”. If you are new to Python’s JSON package, I recommend you to go through this first similarly if you are new to Tkinter go through this. Here we will design a...
by Anmol Punetha | Apr 9, 2020 | IoT Connectivity
Internet of Things connectivity is the way you connect devices and sensors to your data processing module. It’s important as without proper connection you won’t get any output which makes your project of no use. But it’s not easy to find the best...
by Monisha Macharla | Apr 8, 2020 | Python Tkinter Examples
In this tutorial, you will learn about how to customize the look and feel of a python GUI created using tkinter. This is third part of tkinter tutorial course. To begin with, we will look at how to create message boxes. Contents: Creating MessageboxesCreate...