Page 1 of 1

Using the ESP-ADF with custom hardware

Posted: Mon Apr 30, 2018 6:03 pm
by mitchk
Hello. I am interested in developing with the ESP-ADF but I have my own custom board that I would like to develop for rather than the ESP32 LyraT. Is it possible to just make changes to the board.h file to match my hardware and then use the existing project examples? Or are there other aspects of the ESP-ADF that make it only usable with the ESP32 LyraT at this time? Thanks.

Re: Using the ESP-ADF with custom hardware

Posted: Thu May 03, 2018 3:17 am
by ESP_William

Code: Select all

Is it possible to just make changes to the board.h file to match my hardware and then use the existing project examples? Or are there other aspects of the ESP-ADF that make it only usable with the ESP32 LyraT at this time?
—— Yes,it is,you can make changes to it to match your hardware and use the existing project examples, but you mast make sure the software drive should match your hardware design.

Re: Using the ESP-ADF with custom hardware

Posted: Thu May 03, 2018 12:20 pm
by mitchk
Thank you that is helpful. My board has an ESP-WROOM-32 instead of the ESP32-WROVER. Is there a way to find out which projects or functions are making using of the PSRAM that the ESP32-WROVER has so I can avoid those? If any of them are that is.

Re: Using the ESP-ADF with custom hardware

Posted: Wed May 09, 2018 9:43 am
by ESP_William
Please refer to the url as below,i hope it works for you.
https://esp-adf.readthedocs.io/en/lates ... tions.html

Re: Using the ESP-ADF with custom hardware

Posted: Wed May 09, 2018 3:57 pm
by mitchk
Thank you