Single chip microcomputer -- HLK-W801 Bluetooth remote control lighting

General catalogue Construction of single chip microcomputer HLK-W801 development environment Single chip microcomputer - HLK-W801 Bluetooth BLE function test Yesterday, the demo ran clearly. Today, let's take a look at the LED of the development board lit by the mobile phone through Bluetooth remote control. Although this is not a typical use ...

Added by SonnyKo on Sun, 02 Jan 2022 12:49:46 +0200

LCD12864 of Yiwen society displays Chinese, English and reverse display

1. Basic principles In fact, driving the LCD is to write data to the LCD display memory. The place where 1 is written is displayed, and the place where 0 is written is not displayed. The reverse display is just the opposite; Since the video memory is distributed in 128 columns and 64 rows, it is also called 12864 liquid crystal. 2. Basic char ...

Added by usamaalam on Sun, 02 Jan 2022 01:33:03 +0200

STM32+W5500 network communication

STM32+W5500 network communication Board: STM32F103C8 Module: W5500 Transplantation system: uc/OS-III Compiler: keil & stm32cubemx Burning tool: FlyMcu 1, W5500 & demos 1. W5500 Ethernet module Niren_W5500 module is an Ethernet module based on WIZnet W5500 chip, which is the successor of clay figurine electronics Nir ...

Added by khanfahd on Sat, 01 Jan 2022 18:14:30 +0200

On time atom Lora module tutorial based on stm32

First met LoRa In short, LoRa is a low-power remote wireless communication technology. It is a wireless data transmission module developed based on SX1276/1278 chip of Semtech company. This chip has small integration scale and high efficiency, so that LoRa module has high receiving sensitivity. So what are its advantages over our commonly ...

Added by excessnet on Sat, 01 Jan 2022 11:20:26 +0200

11 51 single chip microcomputer-LCD1602 display screen

4.11 LCD1602 display screen 4.11.1 introduction to schematic diagram Figure 4-11-1 Figure 4-11-2 According to the schematic diagram: The data pin of LCD1602 is connected to port P0. RD(RS) pin is connected to P2 six WR(RW) pin is connected to P2 five LCDE(E) pin is connected to P2 seven 4.11.2 introduction to LCD1602 character scre ...

Added by skalooky on Fri, 31 Dec 2021 23:26:36 +0200

Zigbee ADC on-chip temperature sensor

Experimental on-chip temperature sensor The code was found online, and then I thought about it myself. /***********System clock initialization*********************************/ void InitClock(void) { CLKCONCMD &= ~0x40; //Set the system clock source to 32MHZ crystal oscillator while(CLKCONSTA & 0x40); / ...

Added by jmicozzi on Wed, 29 Dec 2021 14:12:04 +0200

STM32+W5500 network communication

I Theoretical overview Introduction to W5500 Ethernet module: Niren_W5500 module is an Ethernet module based on WIZnet W5500 chip, which is the successor of clay figurine electronics Niren_W5100 module is an Ethernet module with better performance and higher cost performance. Module integrated hardware TCP/IP protocol: internal 32K byt ...

Added by mike_y on Wed, 29 Dec 2021 00:44:49 +0200

Usage record of font chip GT20L16S1Y

1. Chip basic information 16x16 dot matrix Chinese character library chip GB2312 GB simplified Chinese characters (including legally authorized by the state beacon Commission) and ASCII characters are supported The arrangement format is vertical and horizontal SPI serial bus interface Calculate the address of the word library in the chip th ...

Added by maxsslade on Tue, 28 Dec 2021 22:08:02 +0200

STM32+W5500 network communication

I Introduction to W5500 Ethernet module Niren_W5500 module is an Ethernet module based on WIZnet W5500 chip, which is the successor of clay figurine electronics Niren_W5100 module is an Ethernet module with better performance and higher cost performance. Module integrated hardware TCP/IP protocol: internal 32K byte memory as TX/RX Cache: suppo ...

Added by allspiritseve on Mon, 27 Dec 2021 13:23:34 +0200

Single chip microcomputer -- oled Chinese display in ESP8266

The previous chapter introduced the weather forecast machine built under ESP8266. At that time, the results contained some Chinese garbled codes. Today, I try to solve this problem. The problems involved here include the following steps: First, convert the string of utf-8 into gbk encoding,Then find the corresponding lattice data by looking up ...

Added by mynameisbob on Mon, 27 Dec 2021 10:17:41 +0200