c3 super mini adaption for version 2 #190
Replies: 5 comments 5 replies
-
On the esp32 c3 mini from wemos the LED is tied to PIN 7 so thats where the conflict comes from. If you board uses a different GPIO then the led can be used but that would require a specialized target to be added to support both boards. |
Beta Was this translation helpful? Give feedback.
-
what is the board defintion you are using in arduino ? |
Beta Was this translation helpful? Give feedback.
-
this is the link to the item I am using, there are a lot of these devices on aliexpress, have you never seen them before, they are very small and compact. |
Beta Was this translation helpful? Give feedback.
-
This board is not yet supported in the arduino for esp32. Its on the todo-list which means it will be included in arduino 3.x which gravitymon don't use yet. So we just have to wait and see when this board is supported on how to proceed. |
Beta Was this translation helpful? Give feedback.
-
that is what I thought, I shall see what I can do, I was just unsure if I would be conflicting with something else. |
Beta Was this translation helpful? Give feedback.
-
I have updated my super mini boards to the current dev version and everything is working fine, I still have a desire to see the led in operation as it gives a useful indication of the state of the device.
I am lost as to why the led should interfere with the gyro as I have the gyro on gpio6 and gpio7 whereas the blue on-board LED is on gpio8. I would love to see the LED operating the same as the on-board LED of the esp8266 mini. is this possible? could I define the super mini as a separate device place this definition in all the places where the esp32c3 definition is used except the led.hpp and led.cpp and place the gpio8 as LED_INBUILT in the main.hpp folder or would that cause conflicts?
Beta Was this translation helpful? Give feedback.
All reactions