Search found 12 matches
- Fri Jun 28, 2024 4:26 pm
- Forum: IDEs for ESP-IDF
- Topic: Code is building with Admin privileges only
- Replies: 0
- Views: 3154
Code is building with Admin privileges only
Hello Everyone, I am using ESP-IDF Framework and Eclipse IDE from many days on Windows, and now due to some reasons I have to switched to Ubuntu. Installed the Tools and Everything but it is not working. I have some project built on Windows, so I tried to compiled them only, and the strange thing is...
- Sat Jan 27, 2024 5:27 pm
- Forum: ESP-IDF
- Topic: Help with SPI Reading Not Working Properly
- Replies: 5
- Views: 1910
Re: Help with SPI Reading Not Working Properly
Thanks for clarification.ESP_Sprite wrote: ↑Wed Jan 24, 2024 8:52 amLength is the length of the data, in bits. Command (and address, if you use that) fields do not count against that; as you saw, you specify those when attaching the device to the SPI bus.
- Tue Jan 23, 2024 8:49 pm
- Forum: ESP-IDF
- Topic: Help with SPI Reading Not Working Properly
- Replies: 5
- Views: 1910
Re: Help with SPI Reading Not Working Properly
The 2nd waveform looks OK to me. You're not specifying any data to TX, so I imagine the driver simply sends dummy bytes. For the first waveform; the driver won't send the data in cmd unless you tell it to (I think it's a flag somewhere). Thank You very much, your hint solved my problem. In the devi...
- Mon Jan 22, 2024 8:48 pm
- Forum: ESP-IDF
- Topic: Help with SPI Reading Not Working Properly
- Replies: 5
- Views: 1910
Re: Help with SPI Reading Not Working Properly
Hi Guys, is there anyone who can help me here?
I found one which could be a mistake but this change doesn't solve the problem.
Experts, please suggest.
I found one which could be a mistake but this change doesn't solve the problem.
Code: Select all
spi_dma_chan_t dma_channel = SPI_DMA_DISABLED;
- Sun Jan 21, 2024 2:57 pm
- Forum: ESP-IDF
- Topic: Help with SPI Reading Not Working Properly
- Replies: 5
- Views: 1910
Help with SPI Reading Not Working Properly
Hello Everyone, I am new to ESP32 and the ESP-IDF framework. I wanted to read some data over SPI, but it is not working, can someone please help me? I am sharing my code below. #include <stdio.h> #include <string.h> #include <stdbool.h> #include <unistd.h> #include "driver/spi_master.h" #include "dr...
- Sun Jan 14, 2024 5:12 pm
- Forum: IDEs for ESP-IDF
- Topic: Unable to Open ESP-IDF IDE, Infected with FileRepPup
- Replies: 0
- Views: 41538
Unable to Open ESP-IDF IDE, Infected with FileRepPup
Hello Everyone, Today when I tried to open the ESP-IDF after several days (probably 5 weeks), it was not working, I received a message from my Avast Antivirus that is infected with some virus. And now I can't open it. I am sharing some screenshots of the problem, please let me know if someone else i...
- Mon Jul 10, 2023 5:28 pm
- Forum: General Discussion
- Topic: Eclipse ESP-IDF IDE is hanging and have to restart the PC
- Replies: 4
- Views: 2668
Re: Eclipse ESP-IDF IDE is hanging and have to restart the PC
Thank You, I updated it to 2.10 and the issue is no more present. ThanksESP_igrr wrote: ↑Sun Jul 09, 2023 9:38 amSorry for the inconvenience. This issue was fixed in release 2.9.1: https://github.com/espressif/idf-eclips ... tag/v2.9.1
(The latest release at the moment is 2.10.0)
- Sun Jul 09, 2023 11:39 am
- Forum: ESP-IDF
- Topic: HTTP Client Request Failed to Send with Errors
- Replies: 0
- Views: 1500
HTTP Client Request Failed to Send with Errors
Hello Everyone, I am new to ESP32 and ESP-IDF framework and wanted to get some data from the OpenWeatherMap website using HTTP Requests. It works fine also but after some time, I am getting errors, and unable to fetch the data, the errors are as follows. E (69373) esp-sha: Failed to allocate buf mem...
- Sun Jul 09, 2023 8:18 am
- Forum: General Discussion
- Topic: Eclipse ESP-IDF IDE is hanging and have to restart the PC
- Replies: 4
- Views: 2668
Re: Eclipse ESP-IDF IDE is hanging and have to restart the PC
Hmmm, my understanding is that although this is an Eclipse-based IDE it's a plugin and this whole IDE is maintained by EspressIf company. The older version of this IDE, I didn't have any problem like this, I recently upgraded and facing this issue. Plus I have two more Eclipse-based IDE on my laptop...
- Sat Jul 08, 2023 7:49 pm
- Forum: General Discussion
- Topic: Eclipse ESP-IDF IDE is hanging and have to restart the PC
- Replies: 4
- Views: 2668
Eclipse ESP-IDF IDE is hanging and have to restart the PC
Hello Everyone, I am new to ESP32 and ESP IDF, and using Eclipse IDE provided officially for development purposes. But whenever I am trying to do something when the first thing is not completed then my Eclipse IDE hangs indefinitely and the only solution is to restart my laptop. Let's see if somethi...