adiiot-1316
adiiot-1316
Thanks Wani for your prompt response, I tried the above commands and below are the responses. `iotedge-user@iotedge-vm [ ~ ]$ which tdnf which: no tdnf in (/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin) iotedge-user@iotedge-vm [ ~...
We have been using Azure Edge IoT i.e. azure iot edge for linux on windows (eflow) in which CBL Mariner is pre-installed. But no package manager is installed in that...
> [Works in Wokwi](https://wokwi.com/projects/402143811247119361). Maybe your module is designed for 5V? Thanks for your reply. I actually tested with both 3.3 and 5V.None is working. Anything to pass in SD.begin()?
I tried all the methods, unfortunately its not working. SD card module and SD card both are working fine with Arduino UNO , so no possibility of issue in Module...
Thanks for your reply !! Though it should be covered in E32 Library, i'll cross verify and get back to you.
> I don't see you using `Serial*.setPins(RX, TX);` anywhere? You need to set the pins prior to calling begin Just checked in Library, they are using below code internally. this->serialDef.begin(*this->hs,...
@VojtechBartoska yes please. Some issue with uart pin. Work fine on other board.
@VojtechBartoska : I am facing this issue with all ESP32-C6-WROOM-1U. However it works fine on ESP32-C6-Mini. Tx is not working. I am using the Lora E32 Ebyte library. Is there...
@VojtechBartoska @me-no-dev @SuGlider : Can you please help me urgently here as it is affecting the production please. Really appreciate your support in advance. Serial1 pins 4,5 (LPUART) are working...
Thanks @lbernstone for your reply. Its not working. I added Serial0.end before lora begin. Attached below is the code. I am unable to use uart0 . Though lp_uart (4,5) are...