Steps to download and install 64 bit Arduino IDE on 64 bit Ubuntu for Raspberry Pi, tested on Raspberry Pi 4B/4G.
Friday, November 13, 2020
Install 64 bit Arduino IDE on 64 bit Ubuntu for Raspberry Pi
Thursday, November 12, 2020
Program Arduino using VSCode/PlatformIO/Ubuntu for Raspberry Pi
With Visual Studio Code/PlatformIO IDE installed on Ubuntu for Raspberry Pi, this video show steps to program Arduino Uno using Visual Studio Code + PlatformIO IDE on 64 bit Ubuntu Desktop for Raspberry Pi, tested on Raspberry Pi 4B/4G).
Wednesday, November 11, 2020
Install 64 bit Visual Studio Code/PlatformIO IDE on Ubuntu for Raspberry Pi
To install 64 bit Visual Studio Code on Ubuntu Desktop for Raspberry Pi, visit https://code.visualstudio.com/, download Linux .deb of ARM 64 build.
Open Terminal, run the command:
$ sudo apt install ./<file>.deb
After Visual Studio Code installed, you can search and run it in Activities, or enter "code" in Terminal.
Install Extension of PlatformIO IDE to Visual Studio Code:
Click Extension tab, search and install PlatformIO IDE.
Related:
~ Install official Visual Studio Code (ver 1.5) and PlatformIO IDE on Raspberry Pi OS (32 bit), basically the same steps, but 32 bit for current Raspberry Pi OS.
Next:
~ Program Arduino using VSCode/PlatformIO/Ubuntu for Raspberry Pi
Thursday, November 5, 2020
Install Thonny on Ubuntu for Raspberry Pi
Thonny is a very great cross-platform Python IDE.
To install Thonny on Ubuntu Desktop for Raspberry Pi, simple enter the command in Terminal:
$ sudo apt install thonny
After installed, you can enter "thonny" in Terminal, or search "thonny" in Activities.
Thursday, October 29, 2020
Check disks on Ubuntu Desktop for Raspberry Pi
Disk Usage Analyzer is a graphical tool to analyze disk usage. It is pre-loaded in Ubuntu Desktop for Raspberry Pi.
Search and run Disk Usage Analyzer in Accessories:
Test the performance of disk on Ubuntu Desktop for Raspberry Pi using Disks(gnome-disk-utility)
Tuesday, October 27, 2020
Check system usage using System Monitor, on Ubuntu for Raspberry Pi
Friday, October 23, 2020
Ubuntu Desktop support Raspberry Pi 4 (4GB/8GB) officially.
Announced at 22nd October 2020, Ubuntu Desktop 20.10 (64-bit) now support Raspberry Pi 4 (4GB/8GB).
~ source: Canonical - Ubuntu 20.10 on Raspberry Pi delivers the full Linux desktop and micro clouds
To write SD Card with image of Ubuntu Desktop for Raspberry Pi using Raspberry Pi Imager, select OS of Ubuntu > Ubuntu Desktop
- Check system usage using System Monitor, on Ubuntu for Raspberry Pi
- Check disks on Ubuntu Desktop for Raspberry Pi
- Install Thonny on Ubuntu for Raspberry Pi
- Run vcgencmd on Ubuntu for Raspberry Pi
- Install Visual Studio Code/PlatformIO IDE on Ubuntu for Raspberry Pi
- Install 64 bit Arduino IDE on 64 bit Ubuntu for Raspberry Pi