Search found 31 matches

by danny@cs.huji.ac.il
Thu Mar 03, 2022 4:35 pm
Forum: ESP-IDF
Topic: can't compile using latest master version
Replies: 7
Views: 5484

Re: can't compile using latest master version

I don't know much about git :-(. but doing a git log this is what i get btw, this is my last working version: commit ef98a363e35dbc6bfd1caadfab8706874930f278 (HEAD -> master, origin/master, origin/HEAD) Merge: 140efc3857 9cecde6fb4 Author: Mahavir Jain <mahavir@espressif.com> Date: Thu Nov 25 09:01:...
by danny@cs.huji.ac.il
Thu Mar 03, 2022 2:23 pm
Forum: ESP-IDF
Topic: can't compile using latest master version
Replies: 7
Views: 5484

Re: can't compile using latest master version

did that, more than once
by danny@cs.huji.ac.il
Thu Mar 03, 2022 2:14 pm
Forum: ESP-IDF
Topic: can't compile using latest master version
Replies: 7
Views: 5484

can't compile using latest master version

short version: after typing idf set-target esp32c3 (actually also fails for esp32) ... Failed to resolve component 'nghttp'. ... long version: esp5> rm -rf build esp5> idf set-target esp32c3 Adding "set-target"'s dependency "fullclean" to list of commands with default set of options. Executing acti...
by danny@cs.huji.ac.il
Fri Nov 19, 2021 10:13 am
Forum: ESP-IDF
Topic: with target esp32c3 can't flash
Replies: 2
Views: 4878

with target esp32c3 can't flash

managed to install the latest esp-idf (master) on and if target is esp32 all is great, (nice work thanks!) just received my first riscv/c3 from m5 - stamp C3, connecting the usb, i get the output of the installed test, but after compiling example/wifi/scan write_flash --flash_mode dio --flash_size d...
by danny@cs.huji.ac.il
Fri Nov 19, 2021 10:00 am
Forum: ESP-IDF
Topic: FreeBSD Support for IDF
Replies: 9
Views: 20371

Re: FreeBSD Support for IDF

after downloading the latest I decided to follow the instructions install.sh and export.sh and fantastic! it works
just had to change all my Makefiles to CMakeLists.txt and some more, but idf.py works!
so now I can continue using Freebsd 13.0.
by danny@cs.huji.ac.il
Thu Aug 22, 2019 11:55 am
Forum: ESP-IDF
Topic: wifi/event broken in latest 4.0
Replies: 5
Views: 6265

Re: wifi/event broken in latest 4.0

Hi Liuzhifu,

I just did a git pull, and now it's working ok!
I guess something got fixed ...

thanks,
danny
by danny@cs.huji.ac.il
Wed Aug 21, 2019 7:50 pm
Forum: ESP-IDF
Topic: wifi/event broken in latest 4.0
Replies: 5
Views: 6265

Re: wifi/event broken in latest 4.0

i compile the examples/wifi/getting_started/station, just setting sid and password,
i the run it, and I can see my dhcp answering, but the app is stuck.
the example in 3.2 runs fine, reporting the obtained ip, no such luck with 4.0.

danny
by danny@cs.huji.ac.il
Tue Aug 20, 2019 6:29 am
Forum: ESP-IDF
Topic: wifi/event broken in latest 4.0
Replies: 5
Views: 6265

Re: wifi/event broken in latest 4.0

Am I the only one with this problem?
cheers,
danny
by danny@cs.huji.ac.il
Wed Jul 31, 2019 6:38 am
Forum: ESP-IDF
Topic: wifi/event broken in latest 4.0
Replies: 5
Views: 6265

wifi/event broken in latest 4.0

hi,
the example in examples/wifi/getting_started/station is broken.
the dhcp is answering but the esp32 is not.
by danny@cs.huji.ac.il
Sun Jun 16, 2019 12:41 pm
Forum: ESP-IDF
Topic: need help with ttgo camera and display board
Replies: 1
Views: 2782

solved, Re: need help with ttgo camera and display board

it was an issue with the D? to Y? data lines mapping.