home scroll arduino

Arduino

IDE Installation Ubuntu

https://www.arduino.cc/en/software
Zip version:
Unzip file.
Trying to run
./arduino-ide
gives error
You need to make sure thatapplications/arduino-ide_2.3.4_Linux_64bit/chrome-sandbox is owned by root and has mode 4755
Solution:
sudo chown root:root chrome-sandbox
sudo chmod 4755 chrome-sandbox
https://askubuntu.com/questions/1461941/how-to-install-arduino-ide-2-2-from-the-zip-version-on-ubuntu-23-without-insta
Port permissions
https://docs.arduino.cc/software/ide-v1/tutorials/Linux/


ESP32 Support

Select Board and Port
Choosing ESP32 Dev Board
Large download starts, messages from Arduino IDE:
Downloading packages arduino:dfu-util@0.11.0-arduino5 esp32:esp-rv32@2405 esp32:esp-x32@2405 esp32:3.1.1: esp32:esp32-arduino-libs@idf-release_v5.3-cfea4f7c-v1 esp32:esptool-py@4.9.dev3 etc.
Where are these packages stored?
~/.arduino15/staging/packages For model "Aokin ESP32 ESP-WROOM-32 Development Board 2.4 GHz WiFi and Bluetooth Dual Cores Microcontroller ESP-WROOM-32 Chip for Arduino NodeMCU"
https://www.amazon.com/dp/B08NW6YZ8W
ESP32WROOM
During installation, IDE says that board not found,but now more ESP32 boards are offered for selection. Selecting ESP32-WROOM-DA works

old web page

Installation

sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make

sudo apt-get update

sudo apt-get install ubuntu-make

umake electronics arduino

SD Card

https://randomnerdtutorials.com/guide-to-sd-card-module-with-arduino/


External Flash Memory Module

https://forum.arduino.cc/index.php?topic=570145.0
https://www.waveshare.com/product/modules/storage/rom-flash.htm
https://www.instructables.com/id/How-to-Design-with-Discrete-SPI-Flash-Memory/"
https://github.com/adafruit/Adafruit_TinyFlash
https://community.particle.io/t/suggestions-for-using-external-flash-spi/24307/11
https://www.14core.com/wiring-the-winbond-w25qxx-spi-serial-flash-memory-with-microcontroller/
https://www.digikey.com/en/product-highlight/w/winbond/w25-spiflash-series
https://www.amazon.com/W25Q64-Storage-Memory-Module-Interface/dp/B0793NMRCD https://www.amazon.com/gp/product/B07C4JN857 https://forum.arduino.cc/index.php?topic=324009.0

Category

Installation
Usage

Follow Me

discord