搜索资源列表
STM32F107-WiFi-examples-1.8
- 该示例程序演示了如何进入EM380C的DTU模式(数据透传) 1、按照正常流程上电,LCD上会显示当前模块的配置情况. 2、打开PC的wifi无线网卡,连接到LCD上显示的ssid,默认是EM380,连接正常后,模块上的红色LED会常量。 3、设置PC的IP地址192.168.4.X(除了192.168.4.4),掩码255.255.255.0。设置完成之后,可以ping通192.168.4.4 4、打开工程文件夹中附带的TCP/UDP测试工具,点击“创建连接”,按照默认
USART_to_UDP
- 串口接收pc数据,再通过网口用UDP发送出去。单片机为stm32f107-Serial port to receive the pc data through the Ethernet port using UDP sent. SCM as stm32f107
UDP_to_USART
- 网口用UDP接收pc数据,通过串口再发送出去。单片机为stm32f107-Ethernet port UDP receive pc data, and then sent through the serial port. SCM as stm32f107
UDP_send
- 基于stm32f107,以移植lwip协议栈,实现udp发送数据。可以作为一个很好的lwip入门-Based stm32f107 transplant lwip protocol stack, udp send data. You can learn the lwip entry as a good
STM32F107-LWIP_UDP-server
- 这个代码是STM32F107芯片+DP83848以太网传输UDP数据,Server模式-It is Cortex-M3 cpu and Phy DP83848 module, to use for UDP server.
STM32F107-LWIP_UDP-client
- 这个是STM32F107+DP83848以太网芯片的UDP客户端程序。-it s the module basic on STM32F107+DP83848 ethernet phy,
STM32F107DP83848
- STM32F107联网型 STM32F107+DP83848方案 RMII 接口 实现UDP 客户端通信