Search found 1696 matches

by rudi ;-)
Mon Feb 20, 2017 8:46 am
Forum: General Discussion
Topic: Command usage on ESP-WROOM-32 board
Replies: 10
Views: 19478

Re: Command usage on ESP-WROOM-32 board

.. hi have you seen this . but i have also interesst in this list of ssc_command for testing ( and sure in the src of code ) @espressif know, there is no further support in this, but the firmware is on the DevKit*S perhabs you can provide the list of commands, cause this will be not the last ask fo...
by rudi ;-)
Mon Feb 20, 2017 12:25 am
Forum: General Discussion
Topic: Question about esp32.com forum
Replies: 2
Views: 4657

Re: Question about esp32.com forum

Hi, find no better place to ask my question: in the forum user settings I can setup a name for my youtube channel, but unfortunately youtube do not support youtube.com/user/name anymore. Where can i set youtube.com/c/name or youtube.com/channel/xyz ? shure not realy esp32 related and not nessesary ...
by rudi ;-)
Sat Feb 18, 2017 5:03 pm
Forum: Showcase
Topic: [info] ESP32-EVB board for IoT with Ethernet 100Mb interface..
Replies: 19
Views: 46222

Re: [info] ESP32-EVB board for IoT with Ethernet 100Mb interface..

hi ivan

ok, sdmmc_host.c, but think we have more function to put in IRAM ?
mount example:
https://github.com/espressif/esp-idf/bl ... dmmc.c#L26

best wishes
rudi ;-)

edit: ok this is going on cleared at github
by rudi ;-)
Sat Feb 18, 2017 3:35 pm
Forum: ESP-IDF
Topic: [Solved] Recipes for debugging exceptions ...
Replies: 11
Views: 78502

Re: [Solved] Recipes for debugging exceptions ...

was moved to ESP32-specific

Panic_handler_behaviour_changed_to_ESP32-specific.png
Panic_handler_behaviour_changed_to_ESP32-specific.png (17.27 KiB) Viewed 73259 times
best wishes
rudi ;-)
by rudi ;-)
Sat Feb 18, 2017 3:26 pm
Forum: ESP-IDF
Topic: [Solved] Recipes for debugging exceptions ...
Replies: 11
Views: 78502

Re: Recipes for debugging exceptions ...

2) You know this is going to happen (exception is reproducible), but do not have a JTAG interface or cannot free the IO-pins for a JTAG interface. The FreeRTOS panic handler optionally can have a small GDB stub built in. It's only good for post-mortem analysis (meaning it only kicks in after someth...
by rudi ;-)
Sat Feb 18, 2017 11:45 am
Forum: ESP-IDF
Topic: [Q] how to disable/enable cache
Replies: 0
Views: 5912

[Q] how to disable/enable cache

edit/update: have some things tried, but have no successfull with it hi caused to use same pins for sd card like flash , need to disable/enable cache . found 4 (6) api for it in cache_utils.h // Suspend the scheduler on both CPUs, disable cache. // Contrary to its name this doesn't do anything with ...
by rudi ;-)
Fri Feb 17, 2017 3:42 pm
Forum: Sample Code
Topic: AT_Bluetooth
Replies: 1
Views: 4626

Re: AT_Bluetooth

Hi, For ESP32 any bluetooth specific AT firmware is there? hi feel free to change the medium like you want to use: ... It supports custom AT commands based on the lib and related APIs, and ones can also define input and output medium, like uart, spi, socket, bt , etc... Project is on Github best wi...
by rudi ;-)
Fri Feb 17, 2017 11:10 am
Forum: General Discussion
Topic: How to connect ESP32 to RMII physical
Replies: 10
Views: 23021

Re: How to connect ESP32 to RMII physical

hi

how looks your addition code:
of EMAC_RX_CRS_DV to GPIO to GPIO27 but the code fails to get an IP. It's stuck at emac reset done
best wishes
rudi ;-)
by rudi ;-)
Fri Feb 17, 2017 12:26 am
Forum: Showcase
Topic: [info] ESP32-EVB board for IoT with Ethernet 100Mb interface..
Replies: 19
Views: 46222

Re: [info] ESP32-EVB board for IoT with Ethernet 100Mb interface..

hi ivan

thank you.
this are helpfull answeres where i allways look for.

thank you!

best wishes
rudi ;-)
by rudi ;-)
Thu Feb 16, 2017 9:13 pm
Forum: Showcase
Topic: [info] ESP32-EVB board for IoT with Ethernet 100Mb interface..
Replies: 19
Views: 46222

Re: [info] ESP32-EVB board for IoT with Ethernet 100Mb interface..

...I wonder how will sharing flash pins with the SD card work in software. hi ivan can we remapp / overlap the pins not? why? any suggestion? cause i have more src ( ESP-IDF / arduino-esp32 ) used for the follow question, i try only onetime to ask here again: can you explain how we set GPIO16 as 50...