Jetson Nano 使用说明
硬件连接
-
使用 9PIN 排线连接时,请参考下方的引脚对应表格:
Jetson nano 连接引脚对应关系
e-Paper Jetson Nano Developer Kit BCM2835 编码 Board 物理引脚序号 VCC 3.3V 3.3V GND GND GND DIN 10(SPI0_MOSI) 19 CLK 11(SPI0_SCK) 23 CS 8(SPI0_CS0) 24 DC 25 22 RST 17 11 BUSY 24 18 PWR 18 12
运行 C 语言例程
-
下载程序(已下载可跳过)
wget https://www.waveshare.net/w/upload/d/d3/1.54inch_e-Paper_E.zipunzip 1.54inch_e-Paper_E.zip -d 1.54inch_e-Paper_Ecd 1.54inch_e-Paper_E/RaspberryPi_JetsonNano/备用解压方式
sudo apt-get install p7zip-full7z x 1.54inch_e-Paper_E.zip -O./1.54inch_e-Paper_Ecd 1.54inch_e-Paper_E/RaspberryPi_JetsonNano/通过 GitHub 下载程序(备用方式,已下载可跳过)
- 目前访问 GitHub 并不是很流畅,建议使用上面的方法从我们官网下载。
git clone https://github.com/waveshare/e-Paper.gitcd e-Paper/E-paper_Separate_Program/1.54inch_e-Paper_E/RaspberryPi_JetsonNano
- 目前访问 GitHub 并不是很流畅,建议使用上面的方法从我们官网下载。
-
编译程序(说明:-j4 为使用 4 线程编译,数字可自行修改;)
# 此时在 1.54inch_e-Paper_E/RaspberryPi_JetsonNano 位置cd csudo make cleansudo make JETSON -j4 -
运行程序
sudo ./epd
运行 python 例程
-
安装函数库
sudo apt-get updatesudo apt-get install python3-numpysudo apt-get install python3-pipsudo pip3 install Jetson.GPIO -
下载程序(已下载可跳过)
wget https://www.waveshare.net/w/upload/d/d3/1.54inch_e-Paper_E.zipunzip 1.54inch_e-Paper_E.zip -d 1.54inch_e-Paper_Ecd 1.54inch_e-Paper_E/RaspberryPi_JetsonNano/备用解压方式
sudo apt-get install p7zip-full7z x 1.54inch_e-Paper_E.zip -O./1.54inch_e-Paper_Ecd 1.54inch_e-Paper_E/RaspberryPi_JetsonNano/通过 GitHub 下载程序(备用方式,已下载可跳过)
- 目前访问 GitHub 并不是很流畅,建议使用上面的方法从我们官网下载。
git clone https://github.com/waveshare/e-Paper.gitcd e-Paper/E-paper_Separate_Program/1.54inch_e-Paper_E/RaspberryPi_JetsonNano
- 目前访问 GitHub 并不是很流畅,建议使用上面的方法从我们官网下载。
-
运行程序
# 确保在 1.54inch_e-Paper_E/RaspberryPi_JetsonNano/ 位置cd python/examples/python3 epd_1in54e_test.py