cc1310 wireless sending and receiving status switching

Regarding the wireless sending and receiving status switching of cc1310, friends who are just getting in touch with it also have some doubts. I’ll make a personal note, hoping I won’t forget it in the future: 1. Complete the wireless configuration (be sure to understand this structure) //! Proprietary Mode Transmit Command struct __RFC_STRUCT rfc_CMD_PROP_RX_s […]

Long-term stay alarm design of nrf24l01 wireless control button music doorbell based on 51 microcontroller

1. Foreword In the past two years, the requirements and difficulty of graduation projects and graduation defenses have continued to increase. Traditional graduation projects lack innovation and highlights, and often fail to meet the requirements for graduation defenses. In the past two years, junior students and junior students have constantly told Senior Xiaohong to do […]

[WSN] Research on wireless sensor network X-Y coordinates to graphical view and bit string prefix embedding method (Matlab code implementation)

Welcome to this blog Advantages of bloggers:Blog content should be as thoughtful and logical as possible for the convenience of readers. Motto:He who travels a hundred miles is half as good as ninety. The directory of this article is as follows: Table of Contents 1 Overview 2 Operation results ? 3 References 4 Matlab code […]

Microcontroller project: Bluetooth wireless password lock design based on microcontroller

Main introduction In the design of Bluetooth wireless password lock based on microcontroller, Bluetooth technology is taken as the core content of this design. By using STC89C52 microcontroller, plus LCD liquid crystal display module, and a variety of related parts, a variety of more convenient Settings, successfully help users solve many aspects such as unlocking […]

Lua wireless sliding new

—@class UIScrollView:UIBaseComponent local UIScrollView = BaseClass(“UIScrollView”, UIBaseContainer) local base = UIBaseContainer local GridLayoutGroup = CS.UnityEngine.UI.GridLayoutGroup local TextAnchor = CS.UnityEngine.TextAnchor ScrollType= { Horizontal = “Horizontal” –swipe vertically , Vertical = “Vertical” –Horizontal sliding } — Create functionUIScrollView:OnCreate() base.OnCreate(self) self.Scrollrect = nil self.content = nil self.layout = nil self.scrollType = nil self.fixedCount = nil self.itemPrefab = nil […]

mqtt combined with slq soil detection system – can be used with 5g module to achieve wireless transmission

Table of Contents Preface mqtt configuration Configuration of slq database Code writing for esp8266 Writing python code Various sensors cooperate with 2560 development board code Schematic diagram Foreword In this project, after communicating with the 2560 through various sensors, it is sent to the 8266 through the serial port to achieve ultra-long-distance transmission, because the […]

ESP32 smart car+PS2 wireless remote control+Mecanum wheel+microPython

from machine import Pin,PWM from ps2 import PS2Controller import time import os # ############################################ # PS2 Remote Control # ############################################ ps2ctl = PS2Controller(di_pin_no=26, do_pin_no=27, cs_pin_no=14, clk_pin_no=12) ps2ctl.init() # ############################################ # Trolley wheel control # ############################################ pin1=PWM(Pin(19),freq=1000) #Left front red 1 pin2=PWM(Pin(18),freq=1000) pin3=PWM(Pin(5),freq=1000) #Left rear red 3 pin4=PWM(Pin(17),freq=1000) pin5=PWM(Pin(16),freq=1000) #right front black 5 pin6=PWM(Pin(4),freq=1000) pin7=PWM(Pin(0),freq=1000) #right […]

Enhanced MODLEACH design and simulation for wireless sensor network WSN (Matlab code implementation)

?About the author: A Matlab simulation developer who loves scientific research. He cultivates his mind and improves his technology simultaneously. For cooperation on MATLAB projects, please send a private message. Personal homepage: Matlab Research Studio Personal credo: Investigate things to gain knowledge. For more Matlab complete code and simulation customization content, click Intelligent optimization algorithm […]