📂
my database
  • Introduction
  • Home setup
    • Raspberry
      • OS Installation
      • Enable SSH and first access
      • SSH configuration
      • Change default credentials
      • Home DNS
      • WiFi USB
      • Live cam
      • ESP32
      • AD/DA
      • Humidity sensors
    • Remote access
      • ssh
      • Turn on/off remote computer
      • Dynamic DNS
      • Remote ssh
      • Home VPN
  • GNU/Linux commands
    • locale
    • crontab
    • chmod
    • router
  • Future sections
    • Topics
  • Research
    • Introduction to Sustainability
Powered by GitBook
On this page

Was this helpful?

  1. Home setup
  2. Raspberry

AD/DA

[Work in Progress]

PreviousESP32NextHumidity sensors

Last updated 3 years ago

Was this helpful?

  • Device: Waveshark Raspberry Pi High-Precision AD/DA Expansion Board

Doc:

Requirements:

  • Install bcm2835 stuff:

  • Copy to raspberry

  • Go to bcm2835 and run make; sudo ads1265_test

  • Python

    • Install spidev: pip install git+https://github.com/doceme/py-spidev

    • install RPi: pip install RPi.GPIO

    • Note: Need to ()

https://www.waveshare.com/wiki/High-Precision_AD/DA_Board
https://github.com/momenso/node-dht-sensor/issues/26#issuecomment-160486535
source code
enable SPI
https://www.takaitra.com/spi-device-raspberry-pi/