Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 754 Bytes

File metadata and controls

37 lines (23 loc) · 754 Bytes

Napi scripts and tools

Python scripts

sensors/py

  • bh1750 script (with --influx-output parameter support)
  • sht30 script (with --influx-output parameter support)
  • bme280 script (with --influx-output parameter support)
  • bmp280 script (with --influx-output parameter support)
  • SPI display demo
  • rtc demo
  • gpio demo

Download and unzip this repo without git:

curl -L -k -o master.zip  http://github.com/lab240/napi-scripts/archive/master.zip && unzip master.zip

Before run scripts , install python packages

pip3 install -r requirements.txt

i2c scan tool

check: https://github.com/lab240/i2cscan

gnome mate caja script

This is script to rsize images in caja, not for Napi, but very useful

Enjoy !