Memories

有阴天,就会有晴天


  • Home

  • Tags

  • Categories

  • Archives

  • Search

How to setup a second order C++ IIR filter with Matlab

Posted on 2019-08-08 | Edited on 2024-12-25 | In Robot | Comments:

Generating parameters with MatlabOpen your matlab and type fdatool, and click “Analysis->Filter Coefficients“.Click “Design Filter“ and get filter ...

Read more »

如何把你的4G变成你家的WiFi

Posted on 2019-07-06 | Edited on 2024-12-25 | In Network | Comments:

前言在流量多如牛毛的今天,某宝随意开个19块钱就能100G流量的今天,装个宽带居然还要个100+ RMB。我们穷苦的孩子用不起高大上的宽带,现在搞个4G改WiFi还是可行的。 硬件准备 带USB口的路由器,能刷固件(最好是OpenWrt) USB接口的车载4G Dongle, 如华为的e8278s- ...

Read more »

Add rc.local Service for Ubuntu 18.04

Posted on 2019-06-25 | Edited on 2024-12-25 | In Linux | Comments:

Modify /lib/systemd/system/rc-local.serviceAppend some content:[Unit]Description=/etc/rc.local CompatibilityDocumentation=man:systemd-rc-local-generat ...

Read more »

ESP32 Configure WiFi and Control LED Frequency and duty via WebSever

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

Video If you can’t open this Youtube link, please click this.

Read more »

Setup a SoftAP with Raspberry Pi

Posted on 2019-05-22 | Edited on 2024-12-25 | In Network , Raspberry Pi | Comments:

Install hostapd and dnsmasqsudo apt install hostapd dnsmasq ConfigurationEdit dhcpcd.confEdit /etc/dhcpcd.conf and append a new line: denyinterfaces w ...

Read more »

MQTT Client for ESP32

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

Requirements Publish a message from ESP32 Subscribe a topic SoftwareDownload MQTT Client Opensource CodeClone source code from https://github.com/kno ...

Read more »

How to Remote Control LED via BLE of ESP32

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

Requirements Turn on/off LED via Bluetooth Software#include <BLEDevice.h>#include <BLEServer.h>#include <BLEUtils.h>#include <BL ...

Read more »

Install and Test MQTT Client C Library in Raspberry Pi

Posted on 2019-05-04 | Edited on 2024-12-25 | In IoT , Raspberry Pi | Comments:

Install MQTT Client C Libraryapt updateapt install cmake libssl-devgit clone https://github.com/eclipse/paho.mqtt.c.gitcd paho.mqtt.cgit checkout v1.2 ...

Read more »

How to setup your private MQTT server

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

Install MQTT Software Packageapt updateapt install mosquitto Configure and Start MQTT ServiceEdit /etc/mosquitto/mosquitto.conf, and append the follow ...

Read more »

Configure your Wifi Information via WebServer

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

Requirments Start a WebServer with ESP32 Control LED by browser Input your Wifi information by browser and enable connect SPIFFS filesYou can downloa ...

Read more »
1234…6
Kaylor

Kaylor

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