Micropython & IOT
1.63K subscribers
141 photos
1 video
47 files
36 links
ادمین : فرهاد ناصری زاده
@farhad_naserizadeh
@farhad3412

micropython, nodemcu, Lua, iot،
Arduino

کانال های مرتبط با این کانال

@raspberry_python
@c_micro
@ai_dsp
Download Telegram
Rui_Santos,_Sara_Santos_MicroPython.pdf
61.4 MB
MicroPython Programming with ESP32 and ESP8266

آموزش میکروپایتون و esp8266
🌟🌟 2019

@MICROPYTHON_IOT
Pir motion sensor


const int ledPin= 13;
const int inputPin= 2;

void setup(){
pinMode(ledPin, OUTPUT);
pinMode(inputPin, INPUT);
}

void loop(){
int value= digitalRead(inputPin);

if (value == HIGH)
{
digitalWrite(ledPin, HIGH);
delay(60000);
digitalWrite(ledPin, LOW);
}
else
{
digitalWrite(ledPin, LOW);
}
}
#include <Wire.h>

void setup() { Wire.begin(); //creates a Wire object

// set I/O pins to outputs
Wire.beginTransmission(0x20); //begins talking to the slave device
Wire.write(0x00); //selects the IODIRA register
Wire.write(0x00); //this sets all port A pins to outputs
Wire.endTransmission(); //stops talking to device
Wire.beginTransmission(0x20);//begins talking again to slave device
Wire.write(0x01); //selects the IODIRB register
Wire.write(0x00); // sets all port B pins to outputs
Wire.endTransmission(); //ends communication with slave device
}

void loop()
{
Wire.beginTransmission(0x20); //starts talking to slave device
Wire.write(0x12); //selects the GPIOA pins
Wire.write(00000011); // turns on pins 0 and 1 of GPIOA
Wire.endTransmission(); //ends communication with the device
Wire.beginTransmission(0x20); //starts talking to slave device
Wire.write(0x13); //selects the GPIOB pins
Wire.write(00000001); //turns on pin 0 of GPIOA
Wire.endTransmission();//ends communication with the device
}
سلام به همه ي دوستان ي مدته ميخوام ي پيام بزار براي اون اشخاصي ك مثله خودم كلي براي اتصال nodemcuيا ماژول واي فاي به نرم افزار وقت گذاشتن و راه مناسبي پيدا نكردن يا روشش رو نتونستن پيدا كنن.
براي اين كار كافيه يه برنامه ي كلاينت يا سرور با يكي از پروتكل ها مثله httpيا tcpيا udpرو روي ماژول پيدا سازي كنيد بعد با ترمينال هايي مثله puttyيا برنامه هايي مثله postman به ماژول دستور بفرستيد.
بعد از اينكه مطمعن شدين برنامه ي ماژول درست كار ميكنه حالا نوبت پياده سازي كلاينت يا سرور خودتون هست شما ميتونيد با ي زبون برنامه نويسي سمت كلايت يا سرور رو به راحتيييي پياده كنيد😁
IoT and Analytics for Agriculture
اینترنت اشیا برای کشاورزی انتشارات اشپرینگر

🌟🌟 2020 🌟🌟

@micropython_iot
Studies_in_Big_Data_63_Prasant_Kumar.pdf
8.1 MB
IoT and Analytics for Agriculture
اینترنت اشیا برای کشاورزی انتشارات اشپرینگر

🌟🌟 2020 🌟🌟

@micropython_iot
Energy Conservation for IoT Devices: Concepts, Paradigms and Solutions

2019

انرژی مصرفی برای اینترنت اشیا

@micropython_iot
Studies_in_Systems,_Decision_and.pdf
10.3 MB
Energy Conservation for IoT Devices: Concepts, Paradigms and Solutions

2019

انرژی مصرفی برای اینترنت اشیا

@micropython_iot
Connect your Car to the Cloud for Engine Diagnosis via IoT 👇

@micropython_iot
ELM327 connected to OBD PORT of Vehicle

@micropython_iot
Live Data Monitoring of Vehicle

@micropython_iot
Forwarded from 🐍 Python & Raspberry 🐍 (F.naserizadeh)
❤️ با سلام خدمت دوستان عزیز و همراهان همیشگی ❤️

در آستانه فرا رسیدن عید نوروز باستانی و آغاز سال نو، تبریک و تهنیت صمیمانه خود را خدمت شما وخانواده محترمتان تقدیم نموده و در پرتو الطاف بیکران خداوندی، سلامتی و بهروزی، طراوت و شادکامی، عزت و کامیابی را برای شما عزیزان آرزومندم.

ناصری زاده
@farhad_naserizadeh

🐀🐀🐀🐀

🌹🌹🌹🌹🌹🌲🌲🌲🌲🌲🌲🌲🌺🌺🌺🌺🌺🌺🌼🌼🌼🌼🌼🌷🌷🌷🌷🌷🌷🌿🌿🌿🌿🌿💮💮💮💮🌸🌸🌸🌸🌸🦚🦚🦚🦚🦜🦜🦜🦜🦜🦜🦜🦃🦃🦃🦃🦃🦃
باغبانی و کشاورزی با رزبری پای

https://magpi.raspberrypi.org/articles/hydroponic-gardening

@micropython_iot
MicroPython Projects: A do-it-yourself guide to building embedded applications in various domains using Python

کتاب جدید میکروپایتون

⭐️⭐️ 2020

@micropython_iot
Jacob_Beningo_MicroPython_Projects_A_do_it_yourself_guide_to_building.pdf
18.6 MB
MicroPython Projects: A do-it-yourself guide to building embedded applications in various domains using Python

کتاب جدید میکروپایتون

⭐️⭐️ 2020

@micropython_iot
Beginning Sensor Networks with XBee, Raspberry Pi, and Arduino: Sensing the World with Python and MicroPython

⭐️ 2020

@micropython_iot
Charles_Bell_Beginning_Sensor_Networks_with_XBee,_Raspberry_Pi,.pdf
14.5 MB
Beginning Sensor Networks with XBee, Raspberry Pi, and Arduino: Sensing the World with Python and MicroPython

⭐️ 2020

@micropython_iot
Industrial IoT: Challenges, Design Principles, Applications, and Security

⭐️⭐️2020

@micropython_iot
Ismail_Butun_editor_Industrial_IoT_Challenges,_Design_Principles.pdf
6 MB
Industrial IoT: Challenges, Design Principles, Applications, and Security

⭐️⭐️2020

@micropython_iot