
PRO
smiller29
USA
Asked
— Edited
Can someone help me with the development of a ARC skill? I have put together a Arduino script that is for an ESP32 it contains the EZB firmware and it also has a very robust MPU6050 logic. I need to have the skill in ARC be able to allow some options to be set and also bring MPU data back in variables. Like I said I have all the logic I just need help making the UI for ARC.
If you are willing to help let me know and I will send you the code.
Also, the MPU 6050. Thank you very much.
Redzone, this is the link for the board I am using Link
Here is the link to the MPU6050 Link
Thank you for the links @smiller29 and thank you for all the work you’ve done on this skill!
You are very welcome it has been a real learning process and without the help of DJ I would not been able to get this done.
You’re a pro! Now that you know how it’s done, think of all the possibilities
Thanks DJ and yes I am already thinking about other skills but I still have lots to learn.
OK DJ I need your help again with this skill it currently only works in the Connection Manager 0 position and that is based on the following section of code:
I am only trying to use position 0 "var response = EZBManager.EZBs[0].SendCommandData(12, 0x00);" is there a way to make this dynamic to use any port in the connection manager? if so can you please provide a sample of how to do it.
Thanks in advance.
You need sone drop-down or configuration setting to select an index for the ezb
Pass that int as an index for the ezb
ezb[someIndexVaruable].sendCommand