Skip to content

Provide esp-idf or micropython the software-serial module.

Notifications You must be signed in to change notification settings

rongchuan17/esp-idf-software-serial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micropython Softserial

特性:

已在esp32s2上编译验证通过,仅能使用9600及以下波特率,115200发送接受有问题

使用方法:

1.esp_idf 以及 micropython 环境搭建(参考二者官方文档)
2.git clone 本项目
  cd ports/esp32 
  make USER_C_MODULES=克隆项目的绝对路径
3.生成bin文件并烧录

示例代码:

esp-idf-software-serial

感谢

junhuanchen

About

Provide esp-idf or micropython the software-serial module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.3%
  • CMake 4.3%
  • Makefile 2.4%