Closed Bfreak closed 5 months ago
There is only one Wire. You initialized it twice. Of course it cannot run. You need to change one to Wire1.
According to the question you raised, https://github.com/Xinyuan-LilyGO/LilyGo-T-SIM7080G/issues/65, you directly pass the PMU initialization to Wire1, so that your sensors will not conflict
thanks @lewisxhe but I have a new problem: I currently can only upload script when I connect via usb holding boot button , but get nothing in terminal. When I try and connect without boot I get either *** [upload] Error 1
or error 13: could not open port
when I try and open any connection. Any suggestion?
README Tips 15
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
Hi. I am trying to run an MQTT script on one core, and read data from another i2c device on the other core, using freertos to do so.
When I try to do this, I get 'failed to initialize power' from the modem.
The MQTT tasks has default code:
and the other i2c has code
Both can run independantly using freertos. Any suggestions? Thanks.