Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
ℛeℙ@¢ᴋ€r
Build your own Automated Dustbin using  Raspberry Pi 2020 Vote_lcapBuild your own Automated Dustbin using  Raspberry Pi 2020 Voting_barBuild your own Automated Dustbin using  Raspberry Pi 2020 Vote_rcap 
ПΣӨƧӨFƬ
Build your own Automated Dustbin using  Raspberry Pi 2020 Vote_lcapBuild your own Automated Dustbin using  Raspberry Pi 2020 Voting_barBuild your own Automated Dustbin using  Raspberry Pi 2020 Vote_rcap 
大†Shinegumi†大
Build your own Automated Dustbin using  Raspberry Pi 2020 Vote_lcapBuild your own Automated Dustbin using  Raspberry Pi 2020 Voting_barBuild your own Automated Dustbin using  Raspberry Pi 2020 Vote_rcap 
tano1221
Build your own Automated Dustbin using  Raspberry Pi 2020 Vote_lcapBuild your own Automated Dustbin using  Raspberry Pi 2020 Voting_barBuild your own Automated Dustbin using  Raspberry Pi 2020 Vote_rcap 
Julio 2024
LunMarMiérJueVieSábDom
1234567
891011121314
15161718192021
22232425262728
293031    
CalendarioCalendario
Últimos temas
» CCleaner Professional Plus 6.25.0.1 Multilingual
Build your own Automated Dustbin using  Raspberry Pi 2020 EmptyAyer a las 10:50 pm por tano1221

» K-Lite Codec Pack 18.4.5 Basic/Standard/Full/Mega
Build your own Automated Dustbin using  Raspberry Pi 2020 EmptyAyer a las 10:37 pm por tano1221

» VueScan Pro 9.8.35 + OCR
Build your own Automated Dustbin using  Raspberry Pi 2020 EmptyAyer a las 10:21 pm por tano1221

» Total Uninstaller 2024 v3.0.0.789 Multilingual
Build your own Automated Dustbin using  Raspberry Pi 2020 EmptyAyer a las 10:18 pm por tano1221

» Reallusion Cartoon Animator v5.24.3026.1 Multilingual
Build your own Automated Dustbin using  Raspberry Pi 2020 EmptyAyer a las 7:06 pm por 大†Shinegumi†大

» SoftMaker FlexiPDF Professional 2022.311.0614 Multilingual
Build your own Automated Dustbin using  Raspberry Pi 2020 EmptyAyer a las 7:04 pm por 大†Shinegumi†大

» EaseUS PDF Editor Pro 6.1.1.41 Build 06/28/2024 Multilingual
Build your own Automated Dustbin using  Raspberry Pi 2020 EmptyAyer a las 7:03 pm por 大†Shinegumi†大

» Fullyworked TECH Tools Pro 2024 v1.1.43.0
Build your own Automated Dustbin using  Raspberry Pi 2020 EmptyAyer a las 7:01 pm por 大†Shinegumi†大

» Steinberg SpectraLayers Pro 11.0.10 (x64)
Build your own Automated Dustbin using  Raspberry Pi 2020 EmptyAyer a las 1:42 pm por ПΣӨƧӨFƬ

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Build your own Automated Dustbin using Raspberry Pi 2020

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
Invitado
Invitado



Build your own Automated Dustbin using  Raspberry Pi 2020 Empty
MensajeTema: Build your own Automated Dustbin using Raspberry Pi 2020   Build your own Automated Dustbin using  Raspberry Pi 2020 EmptyLun Sep 21, 2020 6:48 am

Build your own Automated Dustbin using  Raspberry Pi 2020 6b6679256e492d334ef19d5e6c42d945

Build your own Automated Dustbin using Raspberry Pi 2020
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 44100 Hz, 2ch | Size: 680 MB
Genre: eLearning Video | Duration: 34 lectures (1 hour, 20 mins) | Language: English
Installation, Setup & Configuration, Hardware Design, Distance Testing, Servo Programming, Debugging, IoT & more

What you'll learn

We will get to know about the working principle of the HCSR04 distance measurement sensor.
You will come to know about the circuit diagram which will help to establish communication between the Raspberry Pi and the distance sensor.
Going Ahead, we will execute the program through which we will able to test the distance measurement module, the program will be able to show the correct distance between the object and the sensor.
Further we will learn about the working principle and the inside mechanism of the servo motor.
We will also get to know about the concept of pulse width modulation (PWM) and how it is implemented through programming.
We will learn how the servo motor is connected with the Raspberry Pi and what are the power requirements to operate the same.
Going ahead you will learn what duty cycle to be implemented to move the servo to zero degrees and 180 degrees.
As we found out these two angles, we will use the mathematical formula to derive the duty cycle to reach any angle as per user choice.
We will then understand how IoT is the game changer and how we can design our own dashboard to check the status of the dustbin in real-time.
We will also practically test the IoT dashboard by sending the random numbers from the Raspberry Pi and the same will be reflected in real-time through the value and the graph widgets.
Finally, you will execute the main program which will be responsible to make the automated dustbin work. The program also includes the IoT section which helps to send real-time updates to the online dashboard.

Requirements

Anyone who has basic knowledge of using Raspberry Pi

Description

Hello Everyone, I would like to introduce you to a brand new online course where you can learn to build an automated smart dustbin from scratch. I have always been a firm believer in learning by doing and in this course, you will learn what you need to know by hands-on experience. You don't need any special knowledge except basic computer skills to get started with the course. Every one of you comes from a different background and hence; the course is crafted from basic to advanced level with minute details in every lecture.

The course is divided into 6 sections. In the first section, you will learn about the project concept and the working principle of the HCSR04 distance measurement sensor.

In the second section, we will understand in detail about the circuit diagram which will help us to establish the connection between the Raspberry Pi and the distance measurement module, once we are done with this we will go ahead and explore the program which will help us to test whether the module we have purchased online or from the local market actually works or not.

In the third section, we will get to know about the working principle and the inside mechanism of the servo motor. We will learn what is pulse width modulation and how this technique is implemented in programming. Going ahead we will also understand how the servo motor is connected with the Raspberry Pi and what are the power requirements to operate the same.

The fourth section begins with the coding phase where we will first learn how we can achieve zero degrees and 180 degrees by supplying the required duty cycles. Once this result is achieved, we will then implement the mathematical formula through which we can derive the required duty cycle to achieve any user choice angle.

In the fifth section, you will come to know how IoT is the game-changer. We will learn how we can design our own dashboard and analyze the data in real-time from anywhere. We will then practically test this by implementing a basic program and checking how data is being sent to the backend server and displayed in real-time on the dashboard.

The sixth section exposes you to the final phase where you will understand the main program of the automated dustbin. The program includes all the activities that have to be carried out for the dustbin to work. Apart from this it also includes the IoT section which is responsible for carrying out the data to the backend server.

Please note that the project covered in the course will work on any version of the Raspberry Pi.

All the lectures contain English subtitles for clear and better understanding. If you face any technical issues, please post your query in the question and answer section and I will get back to you within 1 business day.

At the end of the course, you will have a solid foundation on servo motor, distance sensor, IoT dashboard implementation, etc. So apart from building this project, you will also find it easy to build any other project of your choice.

Who this course is for:

Anyone who wants to learn python coding and build a successful project of its own

Download link:
Citación :
rapidgator_net:
https://rapidgator.net/file/c7c778d8be21e3d5157c7cde7e56bf50/n7tvt.Build.your.own.Automated.Dustbin.using.Raspberry.Pi.2020.rar.html

nitroflare_com:
https://nitroflare.com/view/2F42205019096F5/n7tvt.Build.your.own.Automated.Dustbin.using.Raspberry.Pi.2020.rar

uploadgig_com:
https://uploadgig.com/file/download/6797181fd2c6C786/n7tvt.Build.your.own.Automated.Dustbin.using.Raspberry.Pi.2020.rar

Links are Interchangeable - No Password - Single Extraction
Volver arriba Ir abajo
 

Build your own Automated Dustbin using Raspberry Pi 2020

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» Automated Software Testing with Cypress [2020]
» Automated Software Testing with Puppeteer [2020]
» Raspberry Pi For Beginners - 2020 Complete Course
» Lynda - Raspberry Pi Weekly (Updated 5/15/2020)
» Raspberry Pi Complete Course - Master In Raspberry Pi Today!

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-