Interfaces
- Deutsche: Deze pagina is niet vertaald naar het Duits.
- Español: Esta página no está traducida al castellano.
- Français: Cette page n'est pas traduite en français.
- Bahasa Indonesia: Halaman ini tidak diterjemahkan ke bahasa Indonesia.
- Italiano: Questa pagina non è tradotta in italiano.
- Norsk: Denne siden er ikke oversatt til norsk.
- Polski: Ta strona nie jest przetłumaczona na język polski.
- Português: Esta página não está traduzida para o português.
- русский язык: Эта страница не переведена на русский язык.
- српски: Ова страница није преведена на српски.
- Svenska: Denna sida är inte översatt till svenska.
- Türkçe: Bu sayfa Türkçe'ye çevrilmemiştir.
- 中文: 此页面未翻译成中文.
I2C Information~
The I2C interface should be enabled with raspi-config
or from the [Gear Icon] -> Configure -> Raspberry Pi
page.
1-Wire Information~
The 1-Wire interface should be enabled with raspi-config
or from the [Gear Icon] -> Configure -> Raspberry Pi
page.
UART Information~
This documentation provides specific installation procedures for configuring UART with the Raspberry Pi version 1 or 2.
Because the UART is handled differently higher after the Raspberry Pi 2 (due to the addition of bluetooth), there are a different set of instructions. If installing Mycodo on a Raspberry Pi 3 or above, you only need to perform these steps to configure UART:
Run raspi-config
sudo raspi-config
Go to Advanced Options -> Serial
and disable. Then edit /boot/config.txt
sudo nano /boot/config.txt
Find the line "enable_uart=0" and change it to "enable_uart=1", then reboot.