HAAS530 Alibaba cloud Internet of things platform ID ² Access practice, FREERTOS+SE chip

ID ² And hardware master driver transplantation The next part implements ID ² SE chip transplantation Transplant preparation SE security chip: FM1230 Hardware circuit: main control - iic - FM1230 The original factory provides the driving example under IIC under STM32 Transplant the IIC driver according to its own master control. ...

Added by macinjosh on Mon, 25 Oct 2021 11:17:26 +0300

Design sharing | single chip microcomputer 8-way responder

Specific implementation functions Specific functions: (1) Press the "start" button to enter the 20S countdown, and eight contestants can rush to answer; (2) After the contestant presses the answer key, the nixie tube displays the corresponding contestant number, indicating that the answer is successful; (3) After the answer is suc ...

Added by erfaan on Sat, 23 Oct 2021 15:41:24 +0300

STM32 register water lamp

catalogue 1, GPIO port initialization (1) Register (2) Enable clock   2, Code (1) main.c (2) Wiring:   3, Burning program 4, Experimental results 1, GPIO port initialization (1) Register STM32 assigns different addresses to different registers. Find the address in stm32 Chinese reference manual. Find the starting ad ...

Added by fredanthony on Fri, 22 Oct 2021 08:44:37 +0300

STM32F103 register mode turns on the LED water flow lamp

STM32F103 register mode turns on the LED water flow lamp 1, GPIO port initialization You need to check the stm32 user manual here Download link https://pan.baidu.com/s/1Q0jdfFsd39dN2aUyjaMXUw Extraction code zxwn 1. Clock configuration GPIOA, B and C ports are used in this experiment. All three ports belong to APB2 bus 1. Find the clock ...

Added by phpdev12 on Thu, 21 Oct 2021 19:17:10 +0300

[MCU framework] [BSP layer] [nrf52832][nrf52840][nrf52810][nrf52820][bsp_adc] ADC/SSADC configuration and use

SAADC - successive approximation analog-to-digital converter ADC is a differential successive approximation register (SAR) analog-to-digital converter. The following are the main features of SAADC: 8 / 10 / 12 bit resolution, 14 bit resolution with oversamplingUp to 8 input channelsOne channel for single ended input and two channels for diffe ...

Added by Smicks on Mon, 18 Oct 2021 23:12:26 +0300

APP upgrade of MCU IAP function basic development

1. Foreword          SCM APP upgrade of IAP functional foundation development (II) When it comes to the specific design scheme for the single chip microcomputer to upgrade the APP program, this article introduces the upgrade advanced function and how to automatically add the verification flag at the end ...

Added by jalapena on Sun, 17 Oct 2021 08:50:03 +0300

ESP8266-NodeMCU Project: ESP8266-NodeMCU+Blinker+DHT11+Little Love

Misplaced Experience: ESP8266 NodeMCU Preface after Previous Project And later learning, I feel I can start a new project Liao. So, I suddenly have an idea: beside me, there is not only an ESP8266-NodeMCU (a board that can be connected to the Internet), but also a DHT11 sensor to see if the data can go to the cloud. This is also an imp ...

Added by julian1 on Sun, 03 Oct 2021 19:27:28 +0300

Arduino SimpleFOC Library - Introduction - 002

Motor driver settings The library supports the processing of BLDC driver BLDCDriver3PWM and BLDCDriver6PWM classes, as well as the processing of stepping driver StepperDriver4PWM classes. BLDCDriver3PWM   Class object: Number of pins of phase A, B and Cenable pin number (optional) #include <Arduino.h> #include <SimpleFOC ...

Added by harrisonad on Sat, 02 Oct 2021 20:43:13 +0300

Single chip microcomputer learning (3 - turn on the LED light)

Note: the model of this single chip microcomputer is STC15F2K60S2 principle As shown in the figure, light emitting diodes L1-L8 are in common positive connection, and VCC is the positive pole of power supply, with high level. It is known that the LED is on in the forward direction and off in the reverse direction. In order to make the diode l ...

Added by Cogen on Mon, 20 Sep 2021 23:29:51 +0300

Raspberry pie GPIO operation based on python: input and output, interrupt, serial port, PWM, basic operation

        First, learn about the GPIO distribution of raspberry pie. You can get the GPIO distribution by entering gpio readall.             The error of Oops - unable to determine board type... model: 17 may be due to the version of wiringPi, Enter the following command to upgrade the wiringPi v ...

Added by xxxxxx on Sat, 18 Sep 2021 17:41:15 +0300