Search found 6 matches

by mauribr123
Sun Oct 10, 2021 2:43 pm
Forum: General Discussion
Topic: How sharing SPI for ethernet w5500, lora sx1276 and sdcard
Replies: 8
Views: 6874

Re: How sharing SPI for ethernet w5500, lora sx1276 and sdcard

Hello @ESP_Sprite, any recommendations on how to solve the problem I mentioned above?
by mauribr123
Wed Sep 29, 2021 2:13 pm
Forum: General Discussion
Topic: How sharing SPI for ethernet w5500, lora sx1276 and sdcard
Replies: 8
Views: 6874

Re: How sharing SPI for ethernet w5500, lora sx1276 and sdcard

Hello ESP_Sprit, I followed your recommendations and everything went well in the initialization of SDSPI_SDMMC, however, both the LORA and the W5500 showed totally strange behavior, and I found a little problem that I believe is related to your driver, in the case of LORA and SDCARD, I used the spi_...
by mauribr123
Wed Sep 15, 2021 1:45 am
Forum: General Discussion
Topic: How sharing SPI for ethernet w5500, lora sx1276 and sdcard
Replies: 8
Views: 6874

Re: How sharing SPI for ethernet w5500, lora sx1276 and sdcard

Good night ESP_Sprite, I was able to successfully share the SPI for the W5500 and LORA, with the drive initialization at 20MHz and using the spi_bus_add_device() function, but I'm trying to integrate the SDCARD example that I'll leave the link below, and there's no example in it where I can configur...
by mauribr123
Wed Sep 01, 2021 1:45 pm
Forum: General Discussion
Topic: How sharing SPI for ethernet w5500, lora sx1276 and sdcard
Replies: 8
Views: 6874

Re: How sharing SPI for ethernet w5500, lora sx1276 and sdcard

Thanks for the reply, ESP Sprite. Just to finish my doubt, when I call the spi_bus_add_device() function, will I be adding the devices to the VSPI bus correct? as in the code used below! ESP_ERROR_CHECK(spi_bus_add_device(VSPI_HOST, &cfg_eth, &spi_handle[i])); spi_bus_add_device(VSPI_HOST, &cfg_lora...
by mauribr123
Tue Aug 31, 2021 6:57 pm
Forum: General Discussion
Topic: How sharing SPI for ethernet w5500, lora sx1276 and sdcard
Replies: 8
Views: 6874

How sharing SPI for ethernet w5500, lora sx1276 and sdcard

Good afternoon, I have a firmware doubt that totally implies my hardware design. I'm designing a PCB and I wanted to share the same SPI for ethernet w5500, lora sx1276 and sdcard, since HSPI or VSPI make it possible to use 3 CS slaves. However, looking at all the ESP-NETIF API for w5500 and the mqt...
by mauribr123
Mon Mar 22, 2021 7:51 pm
Forum: ESP32 Arduino
Topic: RMT peripheral clk_div how does it work?
Replies: 4
Views: 5426

Re: RMT peripheral clk_div how does it work?


Hi guys, I have exactly the same doubts as the author of the post and tried to reread the documents several times and there were some loose ends in relation to the clock_div with the reception timing being changed ... Could someone there at Espressif could give a hand ?