0% found this document useful (0 votes)
19 views

RPi Setup

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

RPi Setup

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

--> In Eclipse (no e2studio), add RSE by looking for "remote" in the marketplace

--> In Eclipse (no e2studio), add PyDev by looking for "python" in the marketplace

--> Plug USB and make > ls /dev. Make sure that /dev/ttyUSB2 is present

sudo apt-get install minicom


minicom -b 115200 -D /dev/ttyUSB2

--> Send AT commands, exit minicom

sudo apt-get install git pip


pip install pyserial
git clone https://gitlab.com/smartdatasolutions/aws-sandbox.git

python avd_poc_01.py /dev/ttyAMA0 /dev/ttyUSB2 ../aws/root-CA.crt


../aws/avd_aws_poc_01_mumbai.cert.pem ../aws/avd_aws_poc_01_mumbai.private.key
client_de 5 False False

python avd_poc_01.py /dev/ttySC0 /dev/ttyUSB2 ../aws/root-CA.crt


../aws/avd_aws_poc_01_mumbai.cert.pem ../aws/avd_aws_poc_01_mumbai.private.key
client_in 5 False False

You might also like