Search found 9 matches

by espOAK
Tue Apr 14, 2020 1:15 pm
Forum: ESP-IDF
Topic: UART rx length problem
Replies: 0
Views: 2058

UART rx length problem

Hi, I am trying to understand how to use uart_get_buffered_data_len(). My test code: uint8_t data[10]; int len; const int uart_buffer_size = (1024 * 2); QueueHandle_t uart_queue; uart_config_t uart_config = { .baud_rate = 9600, .data_bits = UART_DATA_8_BITS, .parity = UART_PARITY_DISABLE, .stop_bits...
by espOAK
Mon Apr 06, 2020 1:58 pm
Forum: ESP-IDF
Topic: How to print unsigned long long?
Replies: 1
Views: 2801

Re: How to print unsigned long long?

I was wrong, it seems to work perfect.

Post closed!
by espOAK
Mon Apr 06, 2020 10:44 am
Forum: ESP-IDF
Topic: How to print unsigned long long?
Replies: 1
Views: 2801

How to print unsigned long long?

Hi,

There is a way to print unsigned long long eg via printf or similar?
by espOAK
Mon Mar 30, 2020 5:58 am
Forum: IDEs for ESP-IDF
Topic: Eclipse setup problem
Replies: 6
Views: 12358

Re: Eclipse setup problem

Thank you,

This was the problem!
by espOAK
Wed Mar 25, 2020 11:40 am
Forum: IDEs for ESP-IDF
Topic: Eclipse setup problem
Replies: 6
Views: 12358

Re: Eclipse setup problem

Hi, First, nothing seen in the Console window. Here is the error log: !SESSION 2020-03-25 12:25:33.655 ----------------------------------------------- eclipse.buildId=4.14.0.I20191210-0610 java.version=1.8.0_241 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86_64, WS=win32,...
by espOAK
Mon Mar 23, 2020 8:52 am
Forum: IDEs for ESP-IDF
Topic: Normal IDE Tool to come?
Replies: 1
Views: 5957

Normal IDE Tool to come?

Does Espressif plan any IDE Tool in the future?

Just look at the normal Embedded world and there are plenty of straight forward IDE Tool to be used!
by espOAK
Mon Mar 23, 2020 6:53 am
Forum: IDEs for ESP-IDF
Topic: How to add component to a project?
Replies: 1
Views: 21175

How to add component to a project?

Hi, I have a project and want to use some esp-idf components, eg -- MyProject | | | -- src | -- esp | -- esp-idf | -- components | -- driver There is some c-files needed in the driver folder. To be able to use these components including all include files, how to include them in MyProject? What needs...
by espOAK
Thu Mar 19, 2020 8:51 am
Forum: IDEs for ESP-IDF
Topic: Eclipse setup problem
Replies: 6
Views: 12358

Re: Eclipse setup problem

Added info: Ok, let's take one step at a time. I'm following the installation https://github.com/espressif/idf-eclipse-plugin At the chapter "Installing ESP-IDF Tools", I can't set the ESP-IDF Directory. I try C:\Temp\esp\esp-idf, but nothing happen when pressing the button Install Tools, or when ch...
by espOAK
Wed Mar 18, 2020 10:08 am
Forum: IDEs for ESP-IDF
Topic: Eclipse setup problem
Replies: 6
Views: 12358

Eclipse setup problem

Hi, I have problem to setup Eclipse correctly. My topics: 1. In "Help/Espressif IDF Tools Manager/Install Tools" I have the following setup: - ESP-IDF Directory: C:\Program Files\Espressif\ESP-IDF Tools. - Git Executable Location: C:\Program Files\Git\bin\git.exe. - Python Executable Location: C:\Py...