Search found 6 matches

by Rick1997
Fri Mar 31, 2017 2:38 pm
Forum: General Discussion
Topic: Communication between two Bluetooth/BLE devices
Replies: 3
Views: 11612

Re: Communication between two Bluetooth/BLE devices

Hello Rick1997, I found your post and I am currently in the same situation you are. I am currently trying to figure out how the gatt_server example program works. Have you made any progress on your goal that you can describe to me? Thank you No, I haven't. I had to move on to other things. What hel...
by Rick1997
Mon Feb 20, 2017 9:15 am
Forum: General Discussion
Topic: Communication between two Bluetooth/BLE devices
Replies: 3
Views: 11612

Communication between two Bluetooth/BLE devices

I want to create a program that allows me to communicate between my phone and the ESP32 via bluetooth. I don't have a fixed preference for either Bluetooth classic or BLE, but there seems to be more info out there on BLE for the ESP32. I have very little experience with Bluetooth so this is quite a ...
by Rick1997
Wed Feb 15, 2017 2:35 pm
Forum: General Discussion
Topic: [Solved] Problems when trying to include lwip libraries in Eclipse.
Replies: 3
Views: 6497

Re: Problems when trying to include lwip libraries in Eclipse.

You may want to check: https://github.com/espressif/esp-idf/search?q=eclipse&type=Issues Thanks a lot! I've been struggling for two days thinking it was something I did wrong. I'm currently on the 'bugfix/eclipse_windows_paths' branch and after doing a clean build and rebuild I got everything to wo...
by Rick1997
Wed Feb 15, 2017 9:24 am
Forum: General Discussion
Topic: [Solved] Problems when trying to include lwip libraries in Eclipse.
Replies: 3
Views: 6497

[Solved] Problems when trying to include lwip libraries in Eclipse.

I am having a difficult time trying to include lwip libraries (like lwip/sockets.h) in Eclipse. I'm using the http_request example project for now. It compiles and runs fine, but I get a lot of unresolved inclusion warnings and these errors . I followed this and this guide to get everything set up i...
by Rick1997
Tue Feb 14, 2017 8:53 am
Forum: General Discussion
Topic: Question regarding developing in Eclipse
Replies: 4
Views: 9526

Re: Question regarding developing in Eclipse

I forgot to mention that I also followed that guide along with the video. I managed to get autocomplete to work by updating Eclipse.

For now I'm also creating new source files for different programs but I thought that having a project for each different thing I want to try looks cleaner.
by Rick1997
Fri Feb 10, 2017 8:10 am
Forum: General Discussion
Topic: Question regarding developing in Eclipse
Replies: 4
Views: 9526

Question regarding developing in Eclipse

So I followed this tutorial on how to develop in Eclipse but I still have some questions. For some reason I am not getting suggestions when I start typing. Pressing ctrl + space doesn't make them appear either. They do work when I'm writing normal C programs. Another thing I was wondering is if ther...