Memories

有阴天,就会有晴天


  • Home

  • Tags

  • Categories

  • Archives

  • Search

How to Test SPIFFS

Posted on 2019-05-02 | Edited on 2024-12-25 | In IoT | Comments:

Requirements Upload files to SPIFFS independently. Read files and display its contents in the monitor. Upload FilesCreate a new data directory in the ...

Read more »

Connect to your Wifi with ESP32

Posted on 2019-05-02 | Edited on 2024-12-25 | In IoT | Comments:

Requirements Connect to a Wifi as a station Software#include <WiFi.h>const char* ssid = "Xiaomi_kaylordut";const char* password = "kaylordu ...

Read more »

Setup a softAP with ESP32

Posted on 2019-05-01 | Edited on 2024-12-25 | In IoT | Comments:

Requirements Setup a softAP with ESP32 Control LED with the browser Software#include <WiFi.h>#include <WiFiClient.h>#include <WiFiAP.h ...

Read more »

How to control GPIO of ESP32

Posted on 2019-05-01 | Edited on 2024-12-25 | In IoT | Comments:

Hardware Software#include "Arduino.h"// constants won't change. Used here to set a pin number:const int ledPin = 2;// the number of the LED pinconst ...

Read more »

The First ESP32 Project

Posted on 2019-04-30 | Edited on 2024-12-25 | In IoT | Comments:

Initialize the ProjectOpen Visual Studio Code, New Project: Append a new line in platformio.ini, the final file follow as:[env:esp32dev]platform = esp ...

Read more »

Setup an ESP32 Arduino development environment

Posted on 2019-04-30 | Edited on 2024-12-25 | In IoT | Comments:

Download and Install Visual Studio CodeDownload Visual Studio Code from https://code.visualstudio.com/, and install it. Install PlatformIO Plugin Inst ...

Read more »

Remote Desktop I: Install NoMachine in TX2

Posted on 2019-04-30 | Edited on 2024-12-25 | In Remote Desktop | Comments:

Most remote desktops do not support the ARM platform, but NoMachine is an exception. NoMachine has comparable performance to teamviewer. Install NoMac ...

Read more »

Write/Read GPIO in your Raspberry Pi with WiringPi Library

Posted on 2019-04-30 | Edited on 2024-12-25 | In Raspberry Pi | Comments:

Edit GPIO Permission Create a rule file: /lib/udev/rules.d/60-gpio.rules KERNEL=="spidev*", GROUP="spi", MODE="0660"SUBS ...

Read more »

Install WiringPi library in Raspberry Pi

Posted on 2019-04-30 | Edited on 2024-12-25 | In Raspberry Pi | Comments:

Git WiringPi sourcegit clone git://git.drogon.net/wiringPicd wiringPi./build

Read more »

Install Ubuntu 18.04 in Raspberry Pi Mode 3B+

Posted on 2019-04-30 | Edited on 2024-12-25 | In Raspberry Pi | Comments:

Download the ImageDownload the image from https://wiki.ubuntu.com/ARM/RaspberryPi. ARMHF: Hard float for ARM (32bit) ARM64: 64bitARMHF compatibility ...

Read more »
1…3456
Kaylor

Kaylor

55 posts
24 categories
53 tags
GitHub E-Mail Weibo
© 2024 Kaylor
0%