Search found 42 matches

by wziy520
Thu Dec 08, 2016 7:00 am
Forum: General Discussion
Topic: where to get AT CMD example?
Replies: 13
Views: 18605

Re: where to get AT CMD example?

thanks @Kolban,

I want get console input example if esp-idf have the example already. and i don't want modify on IDF sdk.
Looks like i need implement it myself.
by wziy520
Tue Dec 06, 2016 3:42 pm
Forum: General Discussion
Topic: partation table questions
Replies: 10
Views: 17717

partation table questions

1. example # Espressif ESP32 Partition Table # Name, Type, SubType, Offset, Size nvs, data, nvs, 0x9000, 0x4000 otadata, data, ota, 0xd000, 0x2000 phy_init, data, phy, 0xf000, 0x1000 factory, 0, 0, 0x10000, 1M ota_0, 0, ota_0, , 1M ota_1, 0, ota_1, , 1M 1. why not list 0x0000 ~0x8FFF,this part of sp...
by wziy520
Tue Dec 06, 2016 7:54 am
Forum: General Discussion
Topic: where to get AT CMD example?
Replies: 13
Views: 18605

Re: where to get AT CMD example?

@ kolban
I have this question, because I want build a console log debug system for this Chip for my project ? I think i can reference the AT example.
by wziy520
Mon Dec 05, 2016 3:45 pm
Forum: General Discussion
Topic: where to get AT CMD example?
Replies: 13
Views: 18605

where to get AT CMD example?

Do we have AT CMD simplie example for ESP32?

Does esp have a list with github link for esp example(easy to get) && third part example? If not, recommend file a topic for all example.
by wziy520
Mon Dec 05, 2016 10:19 am
Forum: General Discussion
Topic: how to trace the example printf
Replies: 1
Views: 4641

how to trace the example printf

very basic question,

why example 01_hello_world just look printf("Hello world!\n");, and the print "Hello world" will output from the serial port?

where init(or define) the UART and link the printf output to UART?

wziy
by wziy520
Mon Dec 05, 2016 7:58 am
Forum: General Discussion
Topic: make menuconfig change log level, But looks like the CONFIG_LOG_DEFAULT_LEVEL_INFO macro not using in C source code, why
Replies: 4
Views: 8207

Re: make menuconfig change log level, But looks like the CONFIG_LOG_DEFAULT_LEVEL_INFO macro not using in C source code,

yes, include "sdkconfig.h" file.

but I can't find "CONFIG_LOG_DEFAULT_LEVEL_INFO" in other part of source code. how i can get where it works.
by wziy520
Fri Dec 02, 2016 9:27 am
Forum: General Discussion
Topic: make menuconfig change log level, But looks like the CONFIG_LOG_DEFAULT_LEVEL_INFO macro not using in C source code, why
Replies: 4
Views: 8207

make menuconfig change log level, But looks like the CONFIG_LOG_DEFAULT_LEVEL_INFO macro not using in C source code, why

make menuconfig change log level, But looks like the CONFIG_LOG_DEFAULT_LEVEL_INFO macro not using in C source code, why?how to make the Macro define works?
by wziy520
Thu Dec 01, 2016 7:31 am
Forum: General Discussion
Topic: does there have example have same part of component, only example's component not idf/component' s component.
Replies: 2
Views: 4719

does there have example have same part of component, only example's component not idf/component' s component.

please publish a more complex example include example's component folder, that we can follow it design style for own projects.
by wziy520
Wed Nov 30, 2016 10:00 am
Forum: Sample Code
Topic: what kind of wifi configure method will be supoort on ESP32
Replies: 1
Views: 5490

what kind of wifi configure method will be supoort on ESP32

as title,

Does Smart config, Wechat Airkiss wifi configure example will be release to IDF SDK?
by wziy520
Wed Nov 30, 2016 9:58 am
Forum: Sample Code
Topic: where to download AP webserver example
Replies: 1
Views: 5413

where to download AP webserver example

as title,

I bought 2 ESP32 modules from AI thinker(Taobao), AI provide default Bin is AP, but we not got AP web servers example.