Search found 22 matches

by xzwang
Wed Dec 28, 2016 6:33 am
Forum: ESP-IDF
Topic: How to receive ble data when esp32 used as master?
Replies: 2
Views: 5439

How to receive ble data when esp32 used as master?

I want to receive data from slaver(nrf51822), Master is ESP32. Connection has established between ESP32 and nrf51822. Master(ESP32) <------- Connection Established--------->Slaver(nrf51822) ESP32 sent an request and nrf has responsed, but I have no idea how to receive the response. Anyone can help m...
by xzwang
Wed Dec 14, 2016 5:20 am
Forum: General Discussion
Topic: ESP32 compile issue on linux
Replies: 1
Views: 4676

ESP32 compile issue on linux

I got a problem on compiling ESP32 examples. Follow the esp-idf_getting_started_guide. But it occurs some errors when running 'make configmenu'. I have download the latest esp-idf from github, and install necessary libs. my linux environment is: ubuntu 14.04.1 LTS It was downloaded from https://driv...