Skip to content

Instantly share code, notes, and snippets.

View takurx's full-sized avatar

Yoshihiro Nakagawa takurx

View GitHub Profile
@takurx
takurx / can_bus_debug_command_list.md
Last active November 18, 2025 09:44
debugging CAN-BUS......

CAN Bus Debug Command

command list

  • connect Microchip CAN-BUS analyzer to USB
  • check device/network interface
ip link
  • set bitrate
@takurx
takurx / log_test_kong_gateway-0.md
Last active May 11, 2025 22:40
test, my local API + MLIT Data platfrom + Kong Gateway

log_test_kong_gateway-0

(base) chino@chino-Legion-5-15IAH7H:~$ cd ~/LoRaWorks_230822/test_mlit-dpf-api
(base) chino@chino-Legion-5-15IAH7H:~/LoRaWorks_230822/test_mlit-dpf-api$ python run_kyun_system.py
@takurx
takurx / command_list.md
Created January 31, 2021 14:20
manual install udev rules for teensy on Linux, Ubuntu
@takurx
takurx / command_list_of_build_vesc_tool.md
Last active October 27, 2024 06:48
build vesc tool on Ubuntu 20.04

command list of build vesc tool

git clone https://github.com/vedderb/vesc_tool.git
sudo apt install -y qtbase5-dev qttools5-dev-tools qt5-default
sudo apt install -y qtquickcontrols2-5-dev
sudo apt-get install -y libqt5serialport5-dev
sudo apt-get install -y libqt5bluetooth5 qtpositioning5-dev libqt5gamepad5-dev
sudo apt-get install -y qtconnectivity5-dev
sudo apt install -y libqt5svg5-dev
cd vesc_tool
@takurx
takurx / log_open-hinata-0.md
Last active October 20, 2024 12:37
try to work open-hinata (WebGIS app)

Command

git clone git@github.com:kenzkenz/open-hinata.git
cd open-hinata/
npm i
npm run serve

Error handling

@takurx
takurx / log_test_wolf-ssl_canbus-0.md
Last active October 17, 2024 23:29
test wolfssl-example, can-bus

Reference

  1. wolfssl-examples/can-bus at master · wolfSSL/wolfssl-examples https://github.com/wolfssl/wolfssl-examples
  2. wolfSSL/wolfssl: The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3 and DTLS 1.3! https://github.com/wolfSSL/wolfssl

Log

(base) chino@chino-Legion-5-15IAH7H:~$ git clone git@github.com:wolfSSL/wolfssl-examples.git
Cloning into 'wolfssl-examples'...

Log

GeoPandas, jupyter-notebook

(base) chino@chino-Legion-5-15IAH7H:~/LoRaWorks_230822$ jupyter-notebook 
[W 2024-09-29 12:33:15.781 ServerApp] A `_jupyter_server_extension_points` function was not found in jupyter_lsp. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now. This function name will be deprecated in future releases of Jupyter Server.
[W 2024-09-29 12:33:16.507 ServerApp] A `_jupyter_server_extension_points` function was not found in notebook_shim. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now. This function name will be deprecated in future releases of Jupyter Server.
[I 2024-09-29 12:33:17.082 ServerApp] Extension package panel.io.jupyter_server_extension took 0.5749s to import
[I 2024-09-29 12:33:17.082 ServerApp] jupyter_lsp | extension was successfully linked.
[I 2024-09-29 12:33:17.084 ServerApp] jupyter_server_terminals | extension was successfully linked.
@takurx
takurx / log_geopanda-0.md
Last active September 23, 2024 22:41
Install and try GeoPandas

Log

Anaconda

Installing on Linux — Anaconda documentation https://docs.anaconda.com/anaconda/install/linux/

chino@chino-Legion-5-15IAH7H:~$ sudo apt-get install libgl1-mesa-glx libegl1-mesa libxrandr2 libxrandr2 libxss1 libxcursor1 libxcomposite1 libasound2 libxi6 libxtst6
[sudo] password for chino: 
Reading package lists... Done
@takurx
takurx / log_of_kong_api_gateway-09.md
Last active July 15, 2024 22:28
try to log kong, fiware, authentication
@takurx
takurx / log_windows_opencv.md
Created July 1, 2024 10:54
windows, opencv

Log

C:\WINDOWS\system32>set OPENCV_DIR=F:\211220_nakagawa\opencv\opencv\build\bin;F:\211220_nakagawa\opencv\opencv\build\x64\vc16\bin
C:\WINDOWS\system32>set
.....
.....
OpenCV_DIR=F:\211220_nakagawa\opencv\opencv\build\bin;F:\211220_nakagawa\opencv\opencv\build\x64\vc16\bin
OS=Windows_NT
.....