Search found 8 matches

by richard.kang
Wed Jun 10, 2020 11:18 pm
Forum: ESP-IDF
Topic: Include aws-iot-device-sdk-cpp-v2 in esp-idf CMake
Replies: 4
Views: 6201

Re: Include aws-iot-device-sdk-cpp-v2 in esp-idf CMake

Gotcha, really appreciate all the details!
by richard.kang
Wed Jun 10, 2020 1:47 am
Forum: ESP-IDF
Topic: Include aws-iot-device-sdk-cpp-v2 in esp-idf CMake
Replies: 4
Views: 6201

Re: Include aws-iot-device-sdk-cpp-v2 in esp-idf CMake

Thanks for the quick response Angus, especially the second answer about the build system!

Reason of looking at aws-iot-device-sdk-cpp-v2 is that we would like to use the AWS Provisioning API that has been committed into the master branch of aws-iot-device-sdk-cpp-v2 ( https://github.com/aws/aws ...
by richard.kang
Wed Jun 10, 2020 12:07 am
Forum: ESP-IDF
Topic: Include aws-iot-device-sdk-cpp-v2 in esp-idf CMake
Replies: 4
Views: 6201

Include aws-iot-device-sdk-cpp-v2 in esp-idf CMake

I attempted to include aws-iot-device-sdk-cpp-v2 into my esp-idf CMake project but encountered the following errors, how do I resolve?

Error as follows:

esp-idf-template % idf.py build
Executing action: all (aliases: build)
Running ninja in directory ~/Documents/github/esp-idf-template/build ...
by richard.kang
Tue Jun 18, 2019 1:15 am
Forum: ESP-IDF
Topic: Folder structure with BSP
Replies: 0
Views: 2209

Folder structure with BSP

Hi,

If I have BSP components, should I put them in separate folders or within components folder?

ROOT
ROOT/components
ROOT/components/app1
ROOT/components/app1/component.mk
ROOT/components/esp32-camera
ROOT/components/esp32-camera/component.mk
ROOT/components/BSP/board1-camera
ROOT/components/BSP ...
by richard.kang
Sun Jun 02, 2019 8:20 pm
Forum: ESP-IDF
Topic: Override FreeRTOSConfig.h
Replies: 3
Views: 6786

Re: Override FreeRTOSConfig.h

Thanks for your reply.

Sorry I should take a step back and share my use case.

I was looking at using some functions that seems not available in ESP-IDF, e.g. https://www.freertos.org/a00021.html#pcTaskGetName.

Therefore, I am wondering what is the best practices to override the FreeRTOS component ...
by richard.kang
Sat Jun 01, 2019 2:50 am
Forum: ESP-IDF
Topic: Override FreeRTOSConfig.h
Replies: 3
Views: 6786

Override FreeRTOSConfig.h

I have a project that has a local FreeRTOSConfig.h.

However even when I have COMPONENT_ADD_INCLUDEDIRS in my Makefile, I still encountered error that variable not found, which I have defined in a local FreeRTOSConfig.h


COMPONENT_ADD_INCLUDEDIRS := \
./includes \


Is there other flag in ...
by richard.kang
Thu Nov 15, 2018 3:20 pm
Forum: ESP-IDF
Topic: Keep getting RTCWDT_SYS_RESET
Replies: 1
Views: 3297

Keep getting RTCWDT_SYS_RESET

I am trying to write a blinky on ESP32 ESP-WROVER-KIT v4 as below, but keep getting RTCWDT_SYS_RESET as error stacks after the codes

What is the best way to debug this? I couldn't get the Watchdog to trigger the debug on the wrover-kit


/* Standard includes. */
#include <stdio.h>
#include <string ...
by richard.kang
Fri Oct 26, 2018 3:08 am
Forum: Hardware
Topic: usb-jtag add-on for ESP32-DevKitC
Replies: 1
Views: 3928

usb-jtag add-on for ESP32-DevKitC

Is there any expansion board for ESP32-DevKitC that gives me usb-jtag, instead of having to wire the jtag to the board manually?

Go to advanced search