Forwarded from 🐍 Python & Raspberry 🐍 (F.Naserizadeh)
Raspbian OS Programming with the Raspberry Pi
کتاب جدید رزبری پای به همراه اینترنت اشیا 👇
🌟انتشار 2019🌟
🔰 @raspberry_python
کتاب جدید رزبری پای به همراه اینترنت اشیا 👇
🌟انتشار 2019🌟
🔰 @raspberry_python
Forwarded from 🐍 Python & Raspberry 🐍 (F.Naserizadeh)
Agus_Kurniawan_Raspbian_OS_Programming.pdf
9.7 MB
Raspbian OS Programming with the Raspberry Pi
کتاب جدید رزبری پای به همراه اینترنت اشیا
🌟انتشار 2019🌟
🔰 @raspberry_python
کتاب جدید رزبری پای به همراه اینترنت اشیا
🌟انتشار 2019🌟
🔰 @raspberry_python
Hands-On ESP8266: Mastering Basic Peripherals
آموزش خوب برای esp8266 👇
🌟سال انتشار 2018🌟
🔰 @micropython_iot
آموزش خوب برای esp8266 👇
🌟سال انتشار 2018🌟
🔰 @micropython_iot
Hands-On-ESP8266-Mastering-Basic-Peripherals.pdf
12.8 MB
Hands-On ESP8266: Mastering Basic Peripherals
(NodeMcu)
آموزش خوب برای esp8266
🌟سال انتشار 2018🌟
🔰 @micropython_iot
(NodeMcu)
آموزش خوب برای esp8266
🌟سال انتشار 2018🌟
🔰 @micropython_iot
Particle Electron is a tiny Cellular(2G/3G) based development kit that can be used for creating connected projects and applications. It comes with a Particle SIM card with a data plan for low bandwidth applications.
#iot
@micropython_iot
#iot
@micropython_iot
Particle Photon is a very small Wi-Fi development kit which is designed for creating connected projects and applications for the Internet of Things(IoT). It has a powerful 120Mhz ARM Cortex M3 microcontroller with an on-board Broadcom Wi-Fi chip.
#iot
@micropython_iot
#iot
@micropython_iot
Forwarded from 🐍 Python & Raspberry 🐍 (F.Naserizadeh)
Forwarded from 🐍 Python & Raspberry 🐍 (F.Naserizadeh)
Marco_Schwartz_Internet_of_Things.pdf
13.7 MB
Finger Pulse Oximeter Using MAX30100
https://www.instructables.com/id/Finger-Pulse-Oximeter-Using-MAX30100/
@micropython_iot
https://www.instructables.com/id/Finger-Pulse-Oximeter-Using-MAX30100/
@micropython_iot
How to Use the MAX30100 as Arduino Heart Rate Sensor
https://www.teachmemicro.com/max30100-arduino-heart-rate-sensor/
🔰 @micropython_iot
https://www.teachmemicro.com/max30100-arduino-heart-rate-sensor/
🔰 @micropython_iot
🔰How to Build an RGB LED Circuit with an Arduino
const int redLED= 2;
const int greenLED= 4;
const int blueLED= 7;
void setup()
{
pinMode(redLED, OUTPUT);
pinMode(greenLED, OUTPUT);
pinMode(blueLED, OUTPUT);
}
void loop()
{
digitalWrite(redLED,HIGH);
delay(3000);
digitalWrite(redLED, LOW);
digitalWrite(greenLED,HIGH);
delay(3000);
digitalWrite(greenLED, LOW);
digitalWrite(blueLED, HIGH);
delay(3000);
digitalWrite(blueLED, LOW);
}
🆔 @micropython_iot
const int redLED= 2;
const int greenLED= 4;
const int blueLED= 7;
void setup()
{
pinMode(redLED, OUTPUT);
pinMode(greenLED, OUTPUT);
pinMode(blueLED, OUTPUT);
}
void loop()
{
digitalWrite(redLED,HIGH);
delay(3000);
digitalWrite(redLED, LOW);
digitalWrite(greenLED,HIGH);
delay(3000);
digitalWrite(greenLED, LOW);
digitalWrite(blueLED, HIGH);
delay(3000);
digitalWrite(blueLED, LOW);
}
🆔 @micropython_iot
Forwarded from 🐍 Python & Raspberry 🐍 (F.Naserizadeh)
🔴 اینترنت اشیا
خانه هوشمند
https://www.open-electronics.org/using-a-telegram-bot-and-a-demo-board-to-experiment-with-home-automation/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+OpenElectronics+%28Open+Electronics%29
🔰 @raspberry_python
خانه هوشمند
https://www.open-electronics.org/using-a-telegram-bot-and-a-demo-board-to-experiment-with-home-automation/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+OpenElectronics+%28Open+Electronics%29
🔰 @raspberry_python
Open Electronics
Using a Telegram Bot and a Demo Board to experiment with home automation - Open Electronics
Let’s discover the potential of the instant messaging app, Telegram, by creating a remote control, based on a smartphone and a WiFi powered demoboard. We may say that, when we have our smartphone in our hands, we have a door opened to the world. This is…
اندازه گیری سطح مایعات با آردینو
🔰 Arduino Liquid Level Sensor Circuit
const int sensorPin= 0;
int liquid_level;
void setup() {
Serial.begin(9600);
pinMode(sensorPin, INPUT);
}
void loop() {
liquid_level= analogRead(sensorPin);
Serial.println(liquid_level);
delay(100);
}
🔰 @micropython_iot
🔰 Arduino Liquid Level Sensor Circuit
const int sensorPin= 0;
int liquid_level;
void setup() {
Serial.begin(9600);
pinMode(sensorPin, INPUT);
}
void loop() {
liquid_level= analogRead(sensorPin);
Serial.println(liquid_level);
delay(100);
}
🔰 @micropython_iot
mqtt-v3.1.1-os.pdf
2.2 MB
پروتکل mqtt
@micropython_iot
@micropython_iot
Forwarded from 🐍 Python & Raspberry 🐍 (فرهاد ناصری زاده)
نکات کاربردی پایتون.pdf
1.5 MB