Arduino-er

Please visit my new address: https://coxxect.blogspot.com/

Sunday, July 24, 2022

Install Ubuntu MATE 22.04 LTS on VirtualBox, install Arduino IDE and set permission, setup and post install for Nano RP2040 Connect, and upgrade NINA firmware.

It's posted in my another new blogspot, coXXect, to re-group all topic in one place. 

- Install Ubuntu MATE 22.04 LTS on VirtualBox 6.1


- Install Arduino IDE 1.8.19 on Ubuntu MATE 22.04 LTS, and set permission


If you target to develop for Arduino Nano RP2040 Connect, read Setup and post install Arduino IDE for Nano RP2040 Connect, on Ubuntu MATE.


Also upgrade Nano RP2040 Connect NINA-W102 module's firmware, using Arduino Cloud IoT and using Arduino IDE 1.8.19.




by: Erik No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
label: how to

Wednesday, March 16, 2022

Get user input from Serial Monitor

 To get user input from Serial Monitor:

void setup() {
  Serial.begin(9600);

}

void loop() {
  if (Serial.available() > 0){
    String stringIn = Serial.readString();
    stringIn.toUpperCase();
    Serial.println(stringIn);
  }
}


by: Erik No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
label: Code example
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

My youtube playlist about Arduino

Follow me on Twitter

Follow @rpiiconnect

Popular Posts

  • ESP32 + 1.3 inch 240x240 IPS LCD (ST7789 SPI interface), using TFT_eSPI library
  • ESP32-DevKitC + 2.8inch 240x320 SPI TFT (ILI9341) using TFT_eSPI library
  • Arduino Nano RP2040 Connect + ILI9341 SPI TFT, using adafruit_ILI9341 library.
  • How to identify pin 1 of 8x8 LED Matrix
  • Arduino Nano RP2040 Connect (Arduino Framework) + ST7789 SPI LCD, using Adafruit ST7735 and ST7789 Library.
  • Arduino IDE error - avrdude: ser_open(): can't open device "/dev/ttyACM0": Permission denied
  • ESP32 + 2.4" 320X240 Display (SPI ILI9341), using TFT_eSPI, prepare user setup file.
  • Simple Web Server example of standalone ESP8266/ESP-12 WiFi Module
  • Arduino Uno + RFID-RC522, MFRC522 library example DumpInfo
  • Beating Heart animation on 8x8 LED Matrix + Arduino Uno

Blog Archive

  • ▼  2022 (2)
    • ▼  July (1)
      • Install Ubuntu MATE 22.04 LTS on VirtualBox, insta...
    • ►  March (1)
      • Get user input from Serial Monitor
  • ►  2021 (28)
    • ►  November (3)
    • ►  October (1)
    • ►  September (1)
    • ►  July (1)
    • ►  June (8)
    • ►  May (1)
    • ►  April (4)
    • ►  March (1)
    • ►  January (8)
  • ►  2020 (30)
    • ►  December (10)
    • ►  September (1)
    • ►  August (2)
    • ►  July (4)
    • ►  June (8)
    • ►  May (4)
    • ►  April (1)
  • ►  2019 (14)
    • ►  November (1)
    • ►  October (2)
    • ►  June (1)
    • ►  April (3)
    • ►  March (1)
    • ►  February (2)
    • ►  January (4)
  • ►  2018 (6)
    • ►  December (1)
    • ►  November (2)
    • ►  October (3)
  • ►  2017 (23)
    • ►  July (1)
    • ►  June (8)
    • ►  May (3)
    • ►  April (10)
    • ►  January (1)
  • ►  2016 (67)
    • ►  July (1)
    • ►  June (14)
    • ►  May (12)
    • ►  April (23)
    • ►  March (10)
    • ►  February (5)
    • ►  January (2)
  • ►  2015 (89)
    • ►  December (7)
    • ►  November (5)
    • ►  October (6)
    • ►  September (12)
    • ►  August (1)
    • ►  July (3)
    • ►  June (2)
    • ►  May (19)
    • ►  April (21)
    • ►  March (2)
    • ►  February (4)
    • ►  January (7)
  • ►  2014 (100)
    • ►  December (11)
    • ►  November (5)
    • ►  October (4)
    • ►  September (15)
    • ►  August (10)
    • ►  July (4)
    • ►  June (1)
    • ►  May (4)
    • ►  April (5)
    • ►  March (14)
    • ►  February (8)
    • ►  January (19)
  • ►  2013 (167)
    • ►  December (3)
    • ►  November (4)
    • ►  October (13)
    • ►  September (13)
    • ►  August (20)
    • ►  July (19)
    • ►  June (22)
    • ►  May (11)
    • ►  April (11)
    • ►  March (27)
    • ►  February (24)

Twitter

Tweets by rpiiconnect

Labels

1.3 inch 128X64 I2C/SPI OLED (SH1106) (2) 1.3 inch 240x240 IPS LCD (1) 123D Circuits (1) 2-wheel Robot Smart Car (1) 2.4G Wireless Module (1) 2.8 inch 320x240 TFT Touch Screen shield (2) 2x16 LCD (6) 3.2" 480 x 320 TFT LCD Shield (3) 4-wheel Robot Smart Car (1) 8x8 LED Matrix (12) Adafruit (1) Adafruit GFX (2) Adafruit IO (1) Adafruit SSD1306 library (2) Adafruit TouchScreen (1) ADK (17) ADK code example (8) AltSoftSerial (1) Amarino (1) Analog (1) analog input (4) Android (19) Android Apps for Arduino (3) Android Open Accessory(AOA) (3) Android USB Host (4) Arduino (20) Arduino as ISP (3) Arduino Audio (1) Arduino Board (6) Arduino Certification Program (ACP) (1) Arduino Community (1) Arduino core for the ESP32 (27) Arduino Create Editor (1) Arduino Day (3) Arduino Due (43) Arduino Esplora (20) Arduino IDE (36) Arduino IDE 2.0 (1) Arduino IoT Cloud (2) Arduino ISP (2) Arduino Mega 2560 (6) Arduino Nano (8) Arduino Nano RP2040 Connect (12) Arduino Pro IDE (1) Arduino Pro Mini (1) Arduino Robot (1) Arduino Shields (1) Arduino Starter Kit (1) Arduino Tre (1) Arduino Uno (42) Arduino Web Editor (1) Arduino Yún (3) Arduino Yun Mini (1) Arduino Zero (3) arduino-esp32 (5) arduino-tvout (1) Arduino/Genuino 101 (8) ArduinoJson (1) ArduinoOTA (1) ARM (6) ARM mbed (2) ask for help (2) AT-09 (2) ATMega (1) ATmega328 (1) Atmel (4) Atmel Studio 6 (2) Atmel Studio 7 (1) ATTiny (1) AVR (2) BDS (BeiDou Navigation Satellite System) (2) BeagleBone (1) BLE (Bluetooth Low Energy) (7) Bluetooth 4.0 BLE module (5) Bluetooth Classic (4) Bluetooth Module (8) Breadboard Arduino (1) C and C plus plus (4) C language (1) camera (1) Code example (28) Code.C (2) Code.GTK (1) Code.Java (3) Code.Processing (23) Codebender (1) Cortex-M3 (2) DHT11 (4) DIY (16) drawnow (1) DSO (Digital Storage Oscilloscope) (2) DSO138 (1) dweet.io (3) Eclipse (3) electronics (1) Embedded Linux (1) ESP-01 (5) ESP-05 (2) ESP-12 (8) ESP-201 (1) ESP-32 (1) ESP-32S (8) ESP-8266 (2) ESP-NOW (1) ESP12E Motor Shield (1) ESP32 (43) ESP32-C3 (2) ESP32-CAM (1) ESP32-DevKitC V4 (12) ESP32-Pico-D4 (1) ESP32-S (1) ESP32-S2 (3) ESP8266 (61) ESP8266 core for Arduino (26) ESP8266 DevKitC (1) ESP8266 Witty Cloud Development Board (1) esp8266-OLED library (1) esp8266-oled-sh1106 (1) esp8266-oled-ssd1306 (2) Espressif (1) Espruino (1) Ethernet Shield (2) Firmata (2) freeboard.io (1) Fritzing (2) fundamental (6) g++ (1) Galileo (5) Galileo Development Board (2) gcc (1) GCC ARM (1) GPS (2) GTK+ (2) GY-271 (3-Axis Digital Compass module using HMC5883L) (3) GY-521 (1) HC-05 (7) HC-06 (3) HM-10 (3) HMC5883L (3) Home Automation (2) how to (41) I2C (11) I2C 4x20 LCD (1) I2C SSD1306 OLED (19) ILI9341 8 bit (2) ILI9341 SPI (6) info (6) Intel (11) Intel Edison (1) Internet of Things (IoT) (7) Interrupt (1) IoT (6) Java (19) Java ME (2) Java ME Embedded (1) JavaFX (12) Javascript (1) JSON (1) jSSC (java-simple-serial-connector) (11) LCD (8) learning kit (1) Lego (1) library (9) LinkIt ONE (1) Linux (5) Maker (6) matplotlib (1) MAX7219 LED Driver (2) MCUFRIEND_kbv (2) MFRC522 (1) micro:bit (1) Microsoft (2) misc (22) MKR1010 (1) MKRFOX1200 (1) MPU-6050 (1) NeoPixel (2) Netbeans (4) news (20) Nextion Display (2) NFC (1) Node.js (5) NodeMCU (28) NodeMCU-32S (8) NRF24L01 (1) nRF8001 (2) Open Source (3) Open Source Hardware (1) OpenGL library (1) OpenJDK (1) OTG (2) Phoenard (1) PhoneGap (1) Photoresistor (1) Platform IO (6) Power Saving Sleep Mode (1) Processing (10) Processing for Android (2) PS2 Controller (1) pyFirmata (1) pySerial (5) Python (18) PyUSB (2) Qt (3) Raspberry Pi (27) Reference (43) RFID (2) RFID-RC522 (1) Robot (3) RXTX (3) Serial (17) Siemens IOT2000 (1) SimpleTimer (1) Simulink (2) SPI (3) SPI ST7735 (6) ST7789 (2) Standalone ESP8266 (28) STM32 Nucleo (2) Temperature Sensor (1) TFT (1) TFT_eSPI (2) ThingSpeak (1) TI (1) Timer (2) Timer Interrupt (3) tools (22) Trinket (1) Tutorial (7) u8glib (8) Ubuntu (11) UDOO (2) Uno (1) USB (12) USB-to-Serial (1) UTFT (3) Visual Studio Code (1) Wearable Technology (3) Web Client (1) Web Server (6) WeMos D1 (1) WiFi module (19) Windows 10 (1) Windows 10.how to (3) Windows IoT (1) Windows Remote Arduino (2) Windows Virtual Shield for Arduino (1) Wire Library (2) Zerynth (1)
Simple theme. Powered by Blogger.