❇️❇️ UART Communication on Raspberry Pi Using Python
import serial
from time import sleep
ser = serial.Serial ("/dev/ttyS0", 9600)
while True:
received_data = ser.read()
sleep(0.03)
data_left = ser.inWaiting()
received_data += ser.read(data_left)
print (received_data)
ser.write(received_data)
❇️ @raspberry_python
import serial
from time import sleep
ser = serial.Serial ("/dev/ttyS0", 9600)
while True:
received_data = ser.read()
sleep(0.03)
data_left = ser.inWaiting()
received_data += ser.read(data_left)
print (received_data)
ser.write(received_data)
❇️ @raspberry_python
Jojo_John_Moolayil_Learn_Keras_for.pdf
2.7 MB
Learn Keras for Deep Neural Networks
یادگیری کراس برای شبکه های عصبی عمیق
🌟جدید انتشار 2019🌟
🔰 @raspberry_python
یادگیری کراس برای شبکه های عصبی عمیق
🌟جدید انتشار 2019🌟
🔰 @raspberry_python
Forwarded from Micropython & IOT (F.Naserizadeh)
Hands-On ESP8266: Mastering Basic Peripherals
آموزش خوب برای esp8266 👇
🌟سال انتشار 2018🌟
🔰 @micropython_iot
آموزش خوب برای esp8266 👇
🌟سال انتشار 2018🌟
🔰 @micropython_iot
Forwarded from Micropython & IOT (F.Naserizadeh)
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
https://thepihut.com/blogs/raspberry-pi-tutorials/16021420-how-to-install-use-the-raspberry-pi-camera
Capture a new Image via the camera
@raspberry_python
Capture a new Image via the camera
@raspberry_python
https://medium.com/nanonets/topic-modeling-with-lsa-psla-lda-and-lda2vec-555ff65b0b05?source=placement_card_footer_grid---------1-41
Topic Modeling with LSA, PSLA, LDA & lda2Vec
@raspberry_python
Topic Modeling with LSA, PSLA, LDA & lda2Vec
@raspberry_python
https://www.pyimagesearch.com/2017/12/18/keras-deep-learning-raspberry-pi/
Keras and deep learning on the Raspberry Pi
@raspberry_python
Keras and deep learning on the Raspberry Pi
@raspberry_python
https://www.raspberrypi.org/forums/viewtopic.php?t=108657
Diagnosing On Raspberry pi boards
@raspberry_python
Diagnosing On Raspberry pi boards
@raspberry_python
Rsync - Best Tool To Sync Files Between Devices (Mainly Servers)
🔺 https://kutt.it/3WAa3h
🔰 @raspberry_python
🔺 https://kutt.it/3WAa3h
🔰 @raspberry_python
سایت های آموزش آردینو
http://instructables.com/
http://hackster.io/
https://www.arduino.cc/
از طرف
@milad_ghasemi_1
و
icc-aria.ir
digispark.ir
از طرف
@aliasqr_98
http://instructables.com/
http://hackster.io/
https://www.arduino.cc/
از طرف
@milad_ghasemi_1
و
icc-aria.ir
digispark.ir
از طرف
@aliasqr_98
Instructables
Yours for the making - Instructables
Instructables is a community for people who like to make things. Come explore, share, and make your next project with us!
Forwarded from Deleted Account
Arduino cookbook.pdf
5.9 MB
Forwarded from Deleted Account
Arduino Essentials.pdf
4.6 MB