Skip to content

ESP32 Examples #360

Closed
Closed
@anteph

Description

@anteph

Hi,

I'm creating some tutorials / examples for the ESP32 Arduino support at my blog:
https://techtutorialsx.com/category/esp32/

I'm covering both basic topics and also some more advanced ones, such as the use of some FreeRTOS functionalities. I'm also including some explanations and images of the expected results.

Hope it helps others getting started with ESP32 development.

Best regards,
Nuno Santos

Activity

tushaar

tushaar commented on May 7, 2017

@tushaar

I saw your blog. Looks interesting will be useful to me and others. Request you to do tutorials / examples on bluetooth BLE client and server.

But according to me this should not be created as an issue. You could put it on ESP32 Forum under sample code etc. - https://www.esp32.com

me-no-dev

me-no-dev commented on May 7, 2017

@me-no-dev
Member

Maybe we can link the tutorials to the documentation :)

anteph

anteph commented on May 8, 2017

@anteph
Author

@tushaar , thank you for the feedback :) As soon as I have some time I will test BLE and try to post some content about it. Right now I'm playing with RTOS and the execution of code in the two cores of the ESP32.

I didn't know where was the best place to post the link, so I opened the issue in hope someone would see it and move it to the appropriate place. Thanks for the recommendation, I will share at the forum. Should I close this issue or the appropriate action is to wait for a collaborator to close it?

@me-no-dev let me know which links you recommend me to include in the posts, I have a related content section that I usually use to complement the information of the tutorials. I also try to include references and links to the content I consult when creating the tutorials. Thanks :)

tushaar

tushaar commented on May 8, 2017

@tushaar

@anteph You could ask http://esp32.net to add your blog under reading and videos. I used that site to get started.

SarahAshraf

SarahAshraf commented on May 13, 2017

@SarahAshraf

can you post an example for BLE on esp-32 arduino?

mxwang101

mxwang101 commented on May 14, 2017

@mxwang101
anteph

anteph commented on May 15, 2017

@anteph
Author

Hi! I haven't yet played with BLE sorry. But as soon as I have some content about it I will share here.

For WiFi I have this one bellow, which explains how to connect to a WiFi network. It's a very simple example and the method for connecting is similar to the one used in many of the examples of this repository.
https://techtutorialsx.com/2017/04/24/esp32-connecting-to-a-wifi-network/

Then, I have some more complex examples, built on top of the WiFi functionality, on how to publish and receive MQTT messages:
https://techtutorialsx.com/2017/04/24/esp32-publishing-messages-to-mqtt-topic/
https://techtutorialsx.com/2017/04/24/esp32-subscribing-to-mqtt-topic/
https://techtutorialsx.com/2017/04/29/esp32-sending-json-messages-over-mqtt/

Since this is a topic that I think will be of interest, I will also leave the link for this post on how to run FreeRTOS tasks on the two different cores of the ESP32, so we can start exploring some dual core functionality:
https://techtutorialsx.com/2017/05/09/esp32-running-code-on-a-specific-core/

mxwang101

mxwang101 commented on May 16, 2017

@mxwang101
skyler14

skyler14 commented on Sep 12, 2017

@skyler14

Did you ever end up working BLE in arduino with the esp32, would love to see a tutorial for that.

anteph

anteph commented on Sep 13, 2017

@anteph
Author

Hi! Unfortunately I haven't explored BLE yet, although I've been looking into Bluetooth Classic features. I have a couple of tutorials on those, although they are for ESP32 IDF. If they are of interest, let me know and I will share the links here.

Best regards,
Nuno Santos

skyler14

skyler14 commented on Sep 13, 2017

@skyler14

Hi anteph,

I would actually greatly appreciate that Bluetooth Classic tutorial for arduino. Thanks.

skyler14

skyler14 commented on Sep 13, 2017

@skyler14
anteph

anteph commented on Sep 17, 2017

@anteph
Author

Hi! Here are the links, hope they are helpful. As mentioned, they are for IDF, not Arduino:

Would be awesome if someone could find a way of using the BTStack library on the Arduino core!

Best regards,
Nuno Santos

18 remaining items

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    ESP32 Examples · Issue #360 · espressif/arduino-esp32