Skip to content

Instantly share code, notes, and snippets.

@likeablob
likeablob / README.md
Last active October 26, 2019 05:50
Implement Capacitive Touch Sensor (C-T Method) with Digispark

Capactive Touch Sensor with Digispark

$ pio init -b digispark-tiny

IMAG000

@likeablob
likeablob / opizp2_armbian_setup.md
Last active October 12, 2019 09:48
Orange Pi Zero +2 (H3/H5) Armbian セットアップメモ

Orange Pi Zero +2 (H3/H5) Armbian セットアップメモ

$ 7z x Armbian_5.90_Orangepizeroplus2-h3_Ubuntu_bionic_next_4.19.57.7z
$ sudo dd if=./Armbian_5.90_Orangepizeroplus2-h3_Ubuntu_bionic_next_4.19.57.img of=/dev/mmcblk0 bs=1M
  • microUSBで接続するとg_serialなシリアルデバイス/dev/ttyACM*として認識される
@likeablob
likeablob / running-debian-on-goke-gk710x-devices-chroot.md
Last active March 12, 2022 22:13
Running Debian on Goke GK710x devices (chroot)

WIP

Prerequisites

  • A Goke GK710x-based device(uname -r === 3.4.43-gk)
  • Ubuntu 18.04 as a build environment

Set up the toolchain

  • Install crosstool-ng
$ wget http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-1.24.0.tar.xz
$ tar xvf http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-1.24.0.tar.xz