资源列表
ESP32LED (7)
- 将这软件安装在手机,这是MIT app编写的手机控制,可以使用Arduino编写以下就可发使用手机控制LED亮灭 : int value = 0; void loop(){ WiFiClient client = server.available(); // listen for incoming clients if (client) { // if you get a client, String r
taxi
- 一个简单的依据距离和价钱的出租车计价方式(A simple taxi pricing)
and_gate
- ALU设计与开发,四位的,简单可仿真,内部里面有text班车(ALU design and development, four bit, simple and emulation)
tm-7022
- Tablet schematic with all pinouts shown to all other chips and connections - MODEL: TM-7022.
tm-7025
- Tablet schematic with all pinouts shown to all other chips and connections - MODEL: TM-7025.
spi_8r8w
- 同时实现多个SPI从设备的连续读写,读写字节数可变化(implement multiply spi slave read/write operation, and the operation's bytes can be changed)
SPI_demo
- 使用SPI总线读取芯片数据,和芯片进行通讯(Use the SPI bus to read the chip data and communicate with the chip)
4_nRF24L01test
- nRF24L01测试可以在两块多功能遥控器开发板上验证,一块板子烧录发送的代码,另一块板子烧录接收的代码,同时将接收数据的多功能遥控器开发板通过USB线连接到电脑,在串口终端上可以看到另一块板子通过nRF24L01发送过来的数据。(NRF24L01 tests can be developed in two pieces of multi-function remote control board, a board send code burn, burn received another ba
实验
- 初级教学代码 适合大部分人 初学32的可以看看 欢迎讨论(Primary instruction code)
实验1 跑马灯实验
- stm32新手学习资料 比较初级 适合初学者 欢迎大家指教(STM32 novice learning material comparison is suitable for beginners to welcome everyone's instruction)
05 LED模拟交通灯
- 使用单片机控制12个LED的亮灭,以此模拟十字路口的交通灯(Using singlechip to control the light of 12 LED to simulate traffic lights at the crossroads)
stm32c8t6OLED显示
- 该代码基于正点原子的例程自行修改以及改进添加了OLED部分可以显示 汉字、字符串、图片(You Can used the OLED display Chinese characters and images)