KS3014 Raspberry Pi 4B Super Starter Kit: Difference between revisions

From Keyestudio Wiki
Jump to navigation Jump to search
Line 17: Line 17:
<br>[[File:3014-6.png|400px|frameless|]]<br>
<br>[[File:3014-6.png|400px|frameless|]]<br>


== Projects for C Language ==
Project 1:Hello World
Project 2:LED Blink
Project 3:SOS Light
Project 4:Breathing LED
Project 5:Traffic Lights
Project 6:RGB Light
Project 7:Flow Light
Project 8:Doorbell
Project 9:Passive Buzzer
Project 10:1-Digit 7 Segment LED Display
Project 11:4-Digit LED Display
Project 12:8*8 Dot Matrix
Project 13:74HC595
Project 14:Button-controlled LED
Project 15:Responder
Project 16:PIR Motion Sensor
Project 17:Fire Alarm
Project 18:Electronic Hourglass
Project 19:Stepless Dimming
Project 20:Photoresistor
Project 21:Sound-activated Light
Project 22:LCD1602 & MQ-2 Gas Leakage Alarm
Project 23:Water Level Monitor
Project 24:5V Relay + Water Pump
Project 25:Flower-watering Device
Project 26:Servo
Project 27:L293D Driver Motor
Project 28:ULN2003 Stepper Motor Driver
Project 29:Thermometer
Project 30:DHT11 Temperature and Humidity Sensor
Project 31:Joystick Module
Project 32:Ultrasonic Sensor


You can download code and projects in the link to check more details:
DOWNLOAD C Language Tutorials:
 
https://www.dropbox.com/s/remmkpji8w39dtj/KS3014%20Raspberry%20Pi%20Super%20Starter%20Kit-C%20language.pdf?dl=0
 
 
== Projects for Processing (JAVA) ==
Project 1:Print Hello World
Project 2:LED Blink
Project 3:Mouse-controlled LED
Project 4:Flow Light
Project 5:Breathing LED
Project 6:RGB
Project 7:Active Buzzer
Project 8:Button-controlled LED
Project 9:PIR Motion Sensor
Project 10:Fire Alarm
Project 11:74HC595 & 1-digit Segment Display
Project 12:74HC595 & 4-digit Segment Display
Project 13:Potentiometer
Project 14:Photoresistor
Project 15:Water Level Monitor
Project 16:Joystick Module
Project 17:L293D Driver Motor
Project 18:ULN2003 Stepper Motor Driver
Project 19:Glutton Snake
Project 20:Teris
 
DOWNLOAD Processing(JAVA)Tutorials:
 
https://www.dropbox.com/s/acrzilfakmvbipq/KS3014%20Raspberry%20Pi%20Super%20Starter%20Kit-JAVA.pdf?dl=0
 
== Projects for Python ==
 
Project 1:Python3 Shell
Project 2:LED Blinks
Project 3:SOS Light
Project 4:Breathing LED
Project 5:Traffic Lights
Project 6:RGB Light
Project 7:Flow Light
Project 8:Doorbell
Project 9:Passive Buzzer
Project 10:1-Digit 7 Segment LED Display
Project 11:4-Digit Segment LED Display
Project 12:8*8 Dot Matrix
Project 13:74HC595
Project 14:Button-controlled LED
Project 15:Responder
Project 16:PIR Motion Sensor
Project 17:Fire Alarm
Project 18:Electronic Hourglass
Project 19:Stepless Dimming
Project 20:Photoresistor
Project 21:Sound-activated Light
Project 22:LCD1602 & MQ-2 Gas Leakage Alarm
Project 23:Water Level Monitor
Project 24:5V Relay + Water Pump
Project 25:Watering Flower Device
Project 26:Servo
Project 28:ULN2003 Stepper Motor Driver
Project 30:DHT11 Temperature and Humidity Sensor
Project 31:Joystick Module
Project 32:Ultrasonic
 
DOWNLOAD Processing Python Tutorials:
 
https://www.dropbox.com/s/veqv784sbqsh8ri/KS3014%20Raspberry%20Pi%20Super%20Starter%20Kit-Python.pdf?dl=0
 
8.Documentations:


https://fs.keyestudio.com/KS3014
https://fs.keyestudio.com/KS3014

Revision as of 16:40, 22 December 2021

Description:

The Raspberry Pi is a low cost, credit card sized computer.

It can be taken as a personal server and router. You could get a camera by plugging camera to it, the voice interactive function could be achieved if microphoneand speaker are connected with Raspberry Pi. Raspberry Pi extends 40 Pins to link with sensors and modules, which contributes to make all kinds of experiments. This kit is produced for Raspberry Pi enthusiasts. You could acquire the knowledge of Linux, Python and other  programming, as well as the application of sensors/ modules. We control Raspberry Pi and electronic components via C language.

Kit:


3014-1.png

3014-2.png

3014-3.png

3014-4.png

3014-5.png

3014-6.png

Projects for C Language

Project 1:Hello World Project 2:LED Blink Project 3:SOS Light Project 4:Breathing LED Project 5:Traffic Lights Project 6:RGB Light Project 7:Flow Light Project 8:Doorbell Project 9:Passive Buzzer Project 10:1-Digit 7 Segment LED Display Project 11:4-Digit LED Display Project 12:8*8 Dot Matrix Project 13:74HC595 Project 14:Button-controlled LED Project 15:Responder Project 16:PIR Motion Sensor Project 17:Fire Alarm Project 18:Electronic Hourglass Project 19:Stepless Dimming Project 20:Photoresistor Project 21:Sound-activated Light Project 22:LCD1602 & MQ-2 Gas Leakage Alarm Project 23:Water Level Monitor Project 24:5V Relay + Water Pump Project 25:Flower-watering Device Project 26:Servo Project 27:L293D Driver Motor Project 28:ULN2003 Stepper Motor Driver Project 29:Thermometer Project 30:DHT11 Temperature and Humidity Sensor Project 31:Joystick Module Project 32:Ultrasonic Sensor

DOWNLOAD C Language Tutorials:

https://www.dropbox.com/s/remmkpji8w39dtj/KS3014%20Raspberry%20Pi%20Super%20Starter%20Kit-C%20language.pdf?dl=0


Projects for Processing (JAVA)

Project 1:Print Hello World Project 2:LED Blink Project 3:Mouse-controlled LED Project 4:Flow Light Project 5:Breathing LED Project 6:RGB Project 7:Active Buzzer Project 8:Button-controlled LED Project 9:PIR Motion Sensor Project 10:Fire Alarm Project 11:74HC595 & 1-digit Segment Display Project 12:74HC595 & 4-digit Segment Display Project 13:Potentiometer Project 14:Photoresistor Project 15:Water Level Monitor Project 16:Joystick Module Project 17:L293D Driver Motor Project 18:ULN2003 Stepper Motor Driver Project 19:Glutton Snake Project 20:Teris

DOWNLOAD Processing(JAVA)Tutorials:

https://www.dropbox.com/s/acrzilfakmvbipq/KS3014%20Raspberry%20Pi%20Super%20Starter%20Kit-JAVA.pdf?dl=0

Projects for Python

Project 1:Python3 Shell Project 2:LED Blinks Project 3:SOS Light Project 4:Breathing LED Project 5:Traffic Lights Project 6:RGB Light Project 7:Flow Light Project 8:Doorbell Project 9:Passive Buzzer Project 10:1-Digit 7 Segment LED Display Project 11:4-Digit Segment LED Display Project 12:8*8 Dot Matrix Project 13:74HC595 Project 14:Button-controlled LED Project 15:Responder Project 16:PIR Motion Sensor Project 17:Fire Alarm Project 18:Electronic Hourglass Project 19:Stepless Dimming Project 20:Photoresistor Project 21:Sound-activated Light Project 22:LCD1602 & MQ-2 Gas Leakage Alarm Project 23:Water Level Monitor Project 24:5V Relay + Water Pump Project 25:Watering Flower Device Project 26:Servo Project 28:ULN2003 Stepper Motor Driver Project 30:DHT11 Temperature and Humidity Sensor Project 31:Joystick Module Project 32:Ultrasonic

DOWNLOAD Processing Python Tutorials:

https://www.dropbox.com/s/veqv784sbqsh8ri/KS3014%20Raspberry%20Pi%20Super%20Starter%20Kit-Python.pdf?dl=0

8.Documentations:

https://fs.keyestudio.com/KS3014