Search found 16 matches

by anteph
Sun Mar 24, 2019 7:03 pm
Forum: ESP32 Arduino
Topic: Need to call close while listing files in SPIFFS with openNextFile
Replies: 0
Views: 2736

Need to call close while listing files in SPIFFS with openNextFile

Hi, I've been taking a look at the SPIFFS example from the Arduino core, in particular to the listDir function: https://github.com/espressif/arduino-esp32/blob/master/libraries/SPIFFS/examples/SPIFFS_Test/SPIFFS_Test.ino#L9 I've noticed that the procedure doesn't make any call to the close method. I...
by anteph
Sat Dec 08, 2018 6:20 pm
Forum: Sample Code
Topic: ESP32 HTTP2 Client Tutorials (Arduino core)
Replies: 0
Views: 4787

ESP32 HTTP2 Client Tutorials (Arduino core)

Hi! Here are some HTTP/2 client examples using the Arduino core. These are mainly experimental, playing around with the sh2lib wrapper from IDF (used as an Arduino lib). The sh2lib wrapper offers some higher level APIs on top of NGHTTP2, making it easier to get started. - Connecting to HTTP/2 server...
by anteph
Tue Feb 06, 2018 9:18 pm
Forum: Sample Code
Topic: ESP32 Arduino: HTTP async webserver
Replies: 0
Views: 4255

ESP32 Arduino: HTTP async webserver

Hi! Some tutorials on how to setup and use a HTTP async webserver using the Arduino core: Asynchronous HTTP webserver: https://techtutorialsx.com/2017/12/01/esp32-arduino-asynchronous-http-webserver/ Route not found handling: https://techtutorialsx.com/2018/01/15/esp32-arduino-http-server-route-not-...
by anteph
Sat Dec 09, 2017 12:57 pm
Forum: Sample Code
Topic: ESP32 Arduino: Websockets
Replies: 0
Views: 4081

ESP32 Arduino: Websockets

Some tutorials on how to use Websockets on the Arduino Core, running on the ESP32: Websocket client : https://techtutorialsx.com/2017/11/01/esp32-arduino-websocket-client/ Websocket server : https://techtutorialsx.com/2017/11/03/esp32-arduino-websocket-server/ Websocket server over soft AP : https:/...
by anteph
Sat Nov 18, 2017 7:21 pm
Forum: Hardware
Topic: RTC with 32.768 kHz crystal
Replies: 14
Views: 28147

Re: RTC with 32.768 kHz crystal

Hi!

I'm also looking for RTC support on the Arduino core.
It would be awesome to avoid the need for using an external RTC for timestamping, which is a need for most of all sensor related projects.

Best regards,
Nuno Santos
by anteph
Wed Sep 06, 2017 9:06 pm
Forum: Sample Code
Topic: MicroPython: Using lists
Replies: 0
Views: 3314

MicroPython: Using lists

Some tutorials on how to use basic and more advanced functionalities of lists in MicroPython. Their behavior is similar to regular Python, so these tutorials can be tested in a Python environment. Written tutorials Introduction to lists: https://techtutorialsx.com/2017/08/12/esp32-esp8266-micropytho...
by anteph
Tue Jul 25, 2017 8:40 pm
Forum: Sample Code
Topic: uPyCraft: MicroPython IDE
Replies: 0
Views: 3900

uPyCraft: MicroPython IDE

uPyCraft is a very simple MicroPython IDE that supports the ESP32. It makes it easier to flash the board with the MicroPython firmware and get started with MicroPython. Here are some introductory tutorials: Getting started: https://techtutorialsx.com/2017/07/20/esp32-micropython-getting-started-with...
by anteph
Thu Jul 20, 2017 9:05 pm
Forum: Sample Code
Topic: ESP32: Bluetooth tutorials with BTStack library
Replies: 0
Views: 5469

ESP32: Bluetooth tutorials with BTStack library

Some tutorials on getting started with Bluetooth on the ESP32, using IDF and the BTStack library. Bluetooth Classic: - Using the BTStack library: https://techtutorialsx.com/2017/07/08/esp32-bluetooth-using-the-btstack-library/ - Finding a ESP32 Bluetooth device with Python: https://techtutorialsx.co...
by anteph
Tue Jun 06, 2017 9:56 pm
Forum: Sample Code
Topic: ESP32: MicroPython support
Replies: 3
Views: 6948

Re: ESP32: MicroPython support

Hi! I'm glad you found it useful :)

I will be doing some more MicroPython posts, hope they are also helpful.

Best regards,
by anteph
Mon Jun 05, 2017 9:04 pm
Forum: Sample Code
Topic: ESP32: MicroPython support
Replies: 3
Views: 6948

ESP32: MicroPython support

A step by step tutorial on how to start using MicroPython on the ESP32 and create a simple "Hello World" application.

https://techtutorialsx.com/2017/05/20/e ... n-support/