- connect Microchip CAN-BUS analyzer to USB
- check device/network interface
ip link
- set bitrate
cd /etc/udev/rules.d/
sudo wget https://www.pjrc.com/teensy/49-teensy.rules
sudo udevadm control --reload
sudo udevadm trigger
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
(base) chino@chino-Legion-5-15IAH7H:~$ git clone git@github.com:wolfSSL/wolfssl-examples.git
Cloning into 'wolfssl-examples'...
(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.
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
continue
reference