Search found 76 matches

by Nespressif
Wed Dec 21, 2022 10:44 am
Forum: ESP-IDF
Topic: VSCode is not including esp-idf/components/ path
Replies: 4
Views: 6266

Re: VSCode is not including esp-idf/components/ path

Hello Nathan , I don't use VSCode IDE, I use Atom, but I simply compile from the command interface with the idf.py menuconfig...build...fash etc. command. The IDE I only use for editing. I think the best thing to do is to configure your OS following the getting started guide, https://docs.espressif....
by Nespressif
Wed Jul 14, 2021 8:25 am
Forum: ESP-IDF
Topic: Independent and Simultaneous Tasks (ESP-IDF FreeRTOS)
Replies: 12
Views: 7262

Re: Independent and Simultaneous Tasks (RTOS)

There's no such thing as 'at the same time', as a processor can only do one thing at a time, so it can't really start two motors simultaneously. As such, you'd need to ask: how much delay is acceptable in my use case? If it's microseconds, better to integrate both in one task so you can start them ...
by Nespressif
Tue Jul 13, 2021 9:57 am
Forum: ESP-IDF
Topic: Independent and Simultaneous Tasks (ESP-IDF FreeRTOS)
Replies: 12
Views: 7262

Independent and Simultaneous Tasks (ESP-IDF FreeRTOS)

Good morning, I want to move two servo motors simultaneously but independently. To do this I have thought of creating a task for each one and tie them to a core each one. In this way, I understand that having the same priority they must be executed simultaneously and independently. What I don't have...
by Nespressif
Tue Mar 23, 2021 1:42 pm
Forum: ESP-IDF
Topic: Send and View data via bluetooth from esp32 to android mobile phone.
Replies: 5
Views: 9920

Re: Send and View data via bluetooth from esp32 to android mobile phone.

yes, I'll look at it...but I'm not interested in doing it with the arduino ide but with idf...I think I'll try with the esp-idf examples.
I will try with the provisioning examples on BLE and the espressif app.

Thank you very much.
by Nespressif
Tue Mar 23, 2021 1:15 pm
Forum: ESP IoT Solution
Topic: problem with documentation in English
Replies: 1
Views: 4999

problem with documentation in English

Hi all, I can't see the english version of the documentation of this repository. At first it comes out in English, but then when I enter any component it appears in Chinese.

https://docs.espressif.com/projects/esp ... en/latest/

Cheers,
by Nespressif
Mon Feb 01, 2021 11:33 am
Forum: ESP-IDF
Topic: Send and View data via bluetooth from esp32 to android mobile phone.
Replies: 5
Views: 9920

Re: Send and View data via bluetooth from esp32 to android mobile phone.

Hello, please can someone give me some guidance on how to get started. Thanks
by Nespressif
Thu Jan 28, 2021 11:14 am
Forum: ESP-IDF
Topic: Send and View data via bluetooth from esp32 to android mobile phone.
Replies: 5
Views: 9920

Send and View data via bluetooth from esp32 to android mobile phone.

Hi all, I'm doing a project that generates some data related to the system timers, in short I show uint_64 accompanied with some string. That is, something quite simple. Well, I would like to visualize that data in some app on android mobile phones. But some existing app that I can download from the...
by Nespressif
Fri Feb 08, 2019 10:58 am
Forum: General Discussion
Topic: Best way to configure wifi and other values
Replies: 2
Views: 7030

Re: Best way to configure wifi and other values

Thank you for your answer, at the end I have tried several and I will use this https://github.com/tonyp7/esp32-wifi-ma ... fi_manager

Greetings,
by Nespressif
Tue Jan 29, 2019 11:44 am
Forum: General Discussion
Topic: Best way to configure wifi and other values
Replies: 2
Views: 7030

Best way to configure wifi and other values

Hello, everybody, I'm studying the issue of provisioning, so that any non-advanced user can configure my ESP32 in the easiest way possible and thus be able to use it. To configure it in addition to the Wifi credentials, I also need to set another set of values. I have seen in the latest version of e...
by Nespressif
Thu Jan 24, 2019 6:54 pm
Forum: ESP-IDF
Topic: Configuring Build ESP-IDF Provisioning - Android app for to test softap_prov
Replies: 0
Views: 2910

Configuring Build ESP-IDF Provisioning - Android app for to test softap_prov

Hi everybody, I want to try the example of provisioning softap_prov with the android app esp-idf-provisioning-android . I have installed the app on my mobile but it is configured as bleSec0, bluetooth as transport and without security. Android studio does not allow me to modify the BuiltConfig.java ...