Other articles


  1. Jetson nanoでCUDAnative.jl

    Jetson nanoでCUDAnative.jlのサンプルを実行

    Juliaのインストール

    • https://julialang.org/downloads/からGeneric Linux Binaries for ARMの64-bit(AArch64)用のJulia(例えばjulia-1.4.1-linux-aarch64.tar.gz)をdownload
    • それを例えば/optに展開し/opt/julia-1.4.1/binをPATHに追加

    Juliaで必要なパッケージを追加

    • Juliaを起動してpkgモードで
    add CUDAnative
    add CUDAdrv
    add CuArrays
    

    Sampleを走らせる …

    read more
  2. VL53L1X on ESP-IDF

    VL53L1X is a ST's new TOF(time of flight) sensor. ST gives its driver and API library with the dual license. See ST's page for detail. Although that code is for the STM32 platforms primarily, they are written with the highly modular manner and possible to be used with other …

    read more

links

social