The post was not added to the feed. Please check your privacy settings.
Michael Wareman → Coding app beta test: Thank you Paul! That helped. At least now I am able to get a button to turn on/off my led lights, use a slider to control a motor and use the speed meter to indicate motor speed.
I am using an iPad Pro. I am also needing to go back to the opening page... moreThank you Paul! That helped. At least now I am able to get a button to turn on/off my led lights, use a slider to control a motor and use the speed meter to indicate motor speed.
I am using an iPad Pro. I am also needing to go back to the opening page to reconnect my SBrick to the app. I have also needed to restart the app to get it to see and connect to the SBrick.
Fianally, I would be very interested in using this app for interfacing with my Spike Prime and Robot Inventor hubs.
November 16, 2020
Michael Wareman → Coding app beta test: I need some help with coding sliders and the joystick. Is there programming samples or some reference material to assist with programming?
November 13, 2020
Paul WarrenThe way I've found to do it is: On Start -> Forever Do -> Motor A set power -> Joystick B X value
If you need to invert, use a maths function to multiply the value by -1.
It doesn't seem ideal to have to use a tight loop like this. It would... moreThe way I've found to do it is: On Start -> Forever Do -> Motor A set power -> Joystick B X value
If you need to invert, use a maths function to multiply the value by -1.
It doesn't seem ideal to have to use a tight loop like this. It would be nice if there was an "on change" event that you could hook into. The app certainly uses a lot of power, and I suspect that these tight loops aren't helping.
Michael Wareman → Coding app beta test: Just joined the Apple iOS beta app test. I am able to see the SBrick hubs and the BuWizz hubs on the initial start screen. I can connect to the hubs and assign devices to the ports and control those devices. But, when I go to the project I do not see the... moreJust joined the Apple iOS beta app test. I am able to see the SBrick hubs and the BuWizz hubs on the initial start screen. I can connect to the hubs and assign devices to the ports and control those devices. But, when I go to the project I do not see the hubs. What do I need to do to see the hubs so I can assign control to the hub ports? Do I need to update the SBrick firmware? I tried that but it never completes the process. One time the app even crashed!
November 11, 2020
Lénárd Pásztor
You not need to update the sbrick firmware, but thanks for trying it! you can set up the hubs inside the project at the coding area you will find the "hubs" section on the left side.
November 12, 2020
Michael Wareman
I had to test the hub first on the opening screen before it would work on the project screen. Thank you for the tip.
November 12, 2020
Michael Wareman
I finally got a chance to use a PC and was able to update the Sbrick to firmware version 26. Over the next few days I will try out the app on my iPad.