
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.
In arduino youre converting to a signed in
in robot skill you’re converting the data to unsigned int
change BitConverter.ToUInt16
Your debug is probably because the checkbox isn’t checked. You have an IF condition for that
DJ sorry I am confused a bit the checkbox is checked as shown in the picture above and the current code is. BitConverter.ToUInt16 What are you saying it should be like the following?
UPDATE: I made the above change and that corrected the var's for the angel values and I found an error in the invoker command string so with both those Items corrected the skill seems to be working.
DJ I just want to thank you for dealing with all the dumm questions and working with me to make this happen this is a very important part of helping with robot stability in my project. This skill is provided servo values like a gimbal for every axis. It also provides YPR angle values that can be used for other scripting.
NEVER MIND I FOUND THE ISSUE IT DID NOT LIKE 1.0 AS THE RELEASE I HAD TO CHANGE IT TO 1 FOR THINGS TO WORK.
DJ, I am having issue publishing the skill... Please see below it say the plugin has an error but it looks to me like it meets the requirements. I don't know where it is picking up this BETA and Version 0 from.
For those who want to see the completed VS code in the skill here it is I hope it helps anyone looking to make a skill.
Wow! That whole process was quite impressive! love
That’a boy!!
Excellent. Really excited about this new skill. Love to see it published.
@smiller29
do you mind sending the link of the ESP32 you are using. Much appreciated. Thanks