Lampu Kedip dengan Jetson Nano 2GB Developer Kit

Berikut ini prosedur untuk menambahkan lampu kedip ke Jetson Nano 2GB Developer Kit

Download library dari https://github.com/pjueon/JetsonGPIO

git clone https://github.com/pjueon/JetsonGPIO
cd JetsonGPIO
mkdir build
cd build
cmake ..
make install

Compiling

 g++ -o simple_out simple_out.cpp  -lJetsonGPIO -lpthread

Setup library path

LD_LIBRARY_PATH=/usr/local/lib
export LD_LIBRARY_PATH

Jalankan progrram

./sample_out

Referensi

Tegangan Maksimum pada Raspberry Pi

Berikut ini batas tegangan maksimum yang dapat diberikan pada pin Raspberry Pi

Simbol Parameter Minimum Maksimum Satuan
VBAT Core SMPS Supply -0.5 6.0 volt
3V3 3V3 Supply Voltage -0.5 4.10 volt
1V8 1V8 Supply Voltage -0.5 4.10 volt
VDAC TV DAC Supply -0.5 4.10 volt
GPIO0-27 VDD GPIO0-27 I/O Supply Voltage -0.5 4.10 volt
GPIO28-45 VDD GPIO28-45 I/O Supply Voltage -0.5 4.10 volt
SDX VDD Primary SD/eMMC Supply Voltage -0.5 4.10 volt
         
         

Tabel ini diperoleh dari datasheet Raspberry Pi  https://datasheets.raspberrypi.com/cm/cm1-and-cm3-datasheet.pdf

Modul RISC-V yang kompatibel dengan Ubuntu

RISC-V adalah prosesor yang desainnya dibuat open source. Prosesor ini mulai diperkenalkan tahun 2010. Karena masih baru, belum banyak modul mikroprosesor berbasis RISC-V ini.

Berikut ini daftar modul sistem mikroprosesor dengan prosesor berbasis RISC-V

Galeri

SiFive HiFive Unmatched

 

SiFive Hifive Unmatched
SiFive Hifive Unmatched

Produk ini statusnya sudah sold out

StarFive The VisionFive

StarFive VisionFive

Tersedia di Aliexpress: https://id.aliexpress.com/item/1005003679748239.html

VisionFive sudah sold out, kelanjutannya adalah VisionFive 2

StarFive VisionFive 2
StarFive VisionFive 2

Berikut ini tautan untuk membeli board StarFive Vision Five 2:  

Literatur tentang VisionFive 2

VisonFive 2 Technical Document

  • https://doc-en.rvspace.org/Doc_Center/visionfive_2.html

Applications

  • https://wiki.rvspace.org/en/application/Application
  • https://riscv.or.jp/wp-content/uploads/day3_StarFive_risc-v_tokyo_day2022Autumn.pdf
  • https://rvspace.org/en/project/VisionFive2_Debian_Wiki_202303_Release
  • Hands-on experience with StarFive VisionFive 2 RISC-V SBC using Debian 12 https://www.cnx-software.com/2023/02/12/starfive-visionfive-2-sbc-review-debian-12/
  • VisionFive 2: RISC-V Quad Core Low Cost SBC https://www.youtube.com/watch?v=ykKnc86UtXg
  • RISC-V Business: Testing StarFive’s VisionFive 2 SBC https://www.jeffgeerling.com/blog/2023/risc-v-business-testing-starfives-visionfive-2-sbc
  • StarFiveTech VisionFive2 SDK https://github.com/starfive-tech/VisionFive2
  • StarFive VisionFive 2 (Ubuntu) https://wiki.ubuntu.com/RISC-V/StarFive%20VisionFive%202

AllWinner Nezha

Alwinner Nezha

Tersedia di Aliexpress https://id.aliexpress.com/item/1005003422624354.html

Sipeed LicheeRV Dock

Sipeed LicheeRV Dock

Tersedia di Aliexpress https://www.aliexpress.com/item/1005003741287162.html

Referensi