can someone help me with esp-idf
Hello everyone, can someone help me with esp-idf @everyone
5 Replies
Hi @Ahmad If I remember correctly then you posted a question about how to install esp idf in vs code. https://www.youtube.com/watch?v=5IuZ-E8Tmhg. I'm sure this video will be helpful. The author shows everything step-by-step from installing IDF to configuring it into VS code and finally building the application.
Sir i qm done with installation
Now i am having a new error
I am working to measure temperature with dht 11 with esp-32 I am using esp-idf in vscode please help me out thanks in advance:
assert failed: spinlock_release spinlock.h:193 (lock->count < 0x100)
The problem seems to be with how the spinlock is being used or released in esp-idf project. I haven't tried DHT11 with esp32. I think more details on the code or project files may be needed to further investigate. I'm not sure if @youcef_ali has anything to add here
hey
hey @Ahmad
Spinlock errors tend to be caused by an issue somewhere else: memory corruption, using an API in unintended ways, ... Can you post your code (or even better: code that has as much as possible deleted while still showing the error) so we can see if there's something off about it