avatar

松果工作室

欢迎光临

  • 首页
  • ESP
  • LVGL
  • freeRTOS
  • 快速笔记
  • 个人收藏
  • 考察日志
Home Arduino UNO Q 配置汇总
文章

Arduino UNO Q 配置汇总

Posted 21 days ago Updated 21 days ago
By YCP
1~2 min read

1. 更改时区

不知道为什么,明明 Arduino APP LAB 已经初始化过时区,但并没有生效

  1. 启用 Debian 默认 NTP:
sudo timedatectl set-ntp true
sudo systemctl restart systemd-timesyncd
  1. 手动设置时区(比如亚洲上海)
sudo timedatectl set-timezone Asia/Shanghai

2. 远程桌面 xRDP (Microsoft Remote Desktop)

sudo apt install xrdp

sudo systemctl enable xrdp
sudo systemctl start xrdp

systemctl status xrdp

echo xfce4-session > ~/.xsession

sudo systemctl restart xrdp
Linux
License:  CC BY 4.0
Share

Further Reading

OLDER

Docker 添加代理

NEWER

ESP32(十一) ESPNOW

Recently Updated

  • ESP32(十一) ESPNOW
  • Arduino UNO Q 配置汇总
  • Docker 添加代理
  • Clash arm64 安装教程
  • 一个好用的Modbus解析函数

Trending Tags

LVGL WCH Linux Elec ThatProject freeRTOS STM ESP Flutter Others

Contents

©2025 松果工作室. Some rights reserved.

Using the Halo theme Chirpy