esp32_rtp_pager_dac

所属分类:其他
开发工具:C/C++
文件大小:547KB
下载次数:3
上传日期:2020-11-29 21:48:54
上 传 者龙胆草
说明:  esp32_rtp_pager 源码,基于ESP32,通过WIFI实现RTP流的接收的音频播放,使用内部DAC通路,支持单播、组播等;
(esp32_ rtp_ Pager source code, based on esp32, realizes RTP stream receiving audio playback through WiFi, uses internal DAC channel, supports unicast, multicast, etc;)

文件列表:
rtp_pager (0, 2020-04-18)
rtp_pager\build (0, 2020-04-17)
rtp_pager\build\bootloader (0, 2020-02-08)
rtp_pager\build\bootloader\bootloader.bin (24656, 2020-02-08)
rtp_pager\build\flasher_args.json (1021, 2020-02-08)
rtp_pager\build\partition_table (0, 2020-02-08)
rtp_pager\build\partition_table\partition-table.bin (3072, 2020-02-08)
rtp_pager\build\rtp_pager.bin (702608, 2020-04-17)
rtp_pager\CMakeLists.txt (233, 2020-02-08)
rtp_pager\info.txt (791, 2020-04-17)
rtp_pager\main (0, 2020-04-17)
rtp_pager\main\ad_da.c (4190, 2020-04-17)
rtp_pager\main\ad_da.h (113, 2020-03-22)
rtp_pager\main\audio_example_file.h (295873, 2020-04-17)
rtp_pager\main\CMakeLists.txt (222, 2020-04-02)
rtp_pager\main\component.mk (147, 2019-09-05)
rtp_pager\main\g711.c (2745, 2016-03-19)
rtp_pager\main\g711.h (120, 2016-03-19)
rtp_pager\main\g722 (0, 2020-04-02)
rtp_pager\main\g722\g722.h (1391, 2016-01-25)
rtp_pager\main\g722\g722_decode.c (11118, 2016-05-10)
rtp_pager\main\g722\g722_decoder.h (1132, 2020-04-02)
rtp_pager\main\g722\g722_encoder.h (1112, 2016-03-10)
rtp_pager\main\g722\g722_private.h (3083, 2016-01-25)
rtp_pager\main\jbuf.c (4031, 2020-04-02)
rtp_pager\main\jbuf.h (316, 2020-04-02)
rtp_pager\main\rtp_pager_main.c (13646, 2020-04-02)
rtp_pager\main\rtp_rx.c (7838, 2020-04-02)
rtp_pager\main\rtp_rx.h (183, 2020-04-02)
rtp_pager\main\settings.c (3813, 2020-02-13)
rtp_pager\main\settings.h (320, 2020-02-12)
rtp_pager\main\utils.c (162, 2020-02-09)
rtp_pager\main\utils.h (114, 2020-02-09)
rtp_pager\Makefile (64, 2020-02-08)
rtp_pager\partitions.csv (324, 2019-09-05)
rtp_pager\rtp_pager.cbp (88439, 2020-04-02)
rtp_pager\rtp_pager.layout (3238, 2020-04-18)
rtp_pager\sdkconfig (18703, 2020-02-08)
rtp_pager\sdkconfig.old (18713, 2020-02-08)
... ...

# smartconfig Example This example shows how ESP32 connects to a target AP with ESPTOUCH. ## How to use example ### Hardware Required Download ESPTOUCH APP from app store: [Android source code](https://github.com/EspressifApp/EsptouchForAndroid) [iOS source code](https://github.com/EspressifApp/EsptouchForIOS) is available. ### Configure the project ``` make menuconfig ``` * Set serial port under Serial Flasher Options. ### Build and Flash Build the project and flash it to the board, then run monitor tool to view serial output: ``` make -j4 flash monitor ``` (To exit the serial monitor, type ``Ctrl-]``.) See the Getting Started Guide for full steps to configure and use ESP-IDF to build projects. ## Example output * Make sure your phone connect to the target AP (2.4GHz). * Open ESPTOUCH app and input password. There will be success message after few sec. Here is an example of smartconfig console output. ``` I (372) wifi: mode : sta (24:0a:c4:00:44:86) I (422) smartconfig: SC version: V2.6.6 I (3802) wifi: ic_enable_sniffer I (3802) sc: SC_STATUS_FIND_CHANNEL I (234592) smartconfig: TYPE: ESPTOUCH I (234592) smartconfig: T|PHONE MAC:68:3e:34:88:59:bf I (234592) smartconfig: T|AP MAC:a4:56:02:47:30:07 I (234592) sc: SC_STATUS_GETTING_SSID_PSWD I (239922) smartconfig: T|pswd: 123456789 I (239922) smartconfig: T|ssid: IOT_DEMO_TEST I (239922) smartconfig: T|bssid: a4:56:02:47:30:07 I (239922) wifi: ic_disable_sniffer I (239922) sc: SC_STATUS_LINK I (239932) sc: SSID:IOT_DEMO_TEST I (239932) sc: PASSWORD:123456789 I (240062) wifi: n:1 0, o:1 0, ap:255 255, sta:1 0, prof:1 I (241042) wifi: state: init -> auth (b0) I (241042) wifi: state: auth -> assoc (0) I (241052) wifi: state: assoc -> run (10) I (241102) wifi: connected with IOT_DEMO_TEST, channel 1 I (244892) event: ip: 192.168.0.152, mask: 255.255.255.0, gw: 192.168.0.1 I (244892) sc: WiFi Connected to ap I (247952) sc: SC_STATUS_LINK_OVER I (247952) sc: Phone ip: 192.168.0.31 I (247952) sc: smartconfig over ```

近期下载者

相关文件


收藏者