Changes for page Developers

Last modified by Coleman Benson on 2022/04/12 12:12

From version < 28.1 >
edited by Eric Nantel
on 2022/04/05 13:42
To version < 29.1 >
edited by Eric Nantel
on 2022/04/05 13:46
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -20,10 +20,9 @@
20 20  * [[Lynxmotion SSC-32 Protocol Tutorial>>doc:ses-software.flowbotics.developers.lynxmotion-ssc-32-protocol-tutorial.WebHome]]
21 21  * [[Dynamixel Protocol Tutorial>>doc:ses-software.flowbotics.developers.dynamixel-protocol-tutorial.WebHome]]
22 22  * [[Making an App from Scratch>>doc:ses-software.flowbotics.developers.create-app-tutorial.WebHome]]
23 -* [[Publish to App Store and Make Money>>doc:ses-software.flowbotics.developers.submit-app-tutorial.WebHome]]
24 24  )))
25 25  |(% colspan="2" %)**Getting Started**
26 -|(% colspan="2" %)FlowBotics Studio is a software development platform to create apps for your robots. Apps are primarily made using the FlowBotics graphical programming language, but can also include some blocks of Ruby textual code. If you haven't yet starting making projects in FlowBotics, we recommend [[starting with this tutorial>>url:https://www.robotshop.com/flowbotics/developers/getting-started-tutorial.html]].
25 +|(% colspan="2" %)FlowBotics Studio is a software development platform to create apps for your robots. Apps are primarily made using the FlowBotics graphical programming language, but can also include some blocks of Ruby textual code. If you haven't yet starting making projects in FlowBotics, we recommend [[starting with this tutorial>>doc:.getting-started-tutorial.WebHome]].
27 27  |(% colspan="2" style="text-align:center" %)(((
28 28  Go to Tutorial: Getting Started
29 29  
... ... @@ -30,7 +30,7 @@
30 30  [[image:flow-basics.png]]
31 31  )))
32 32  |(% colspan="2" %)**Modifying a Project from the App Store**
33 -|(% colspan="2" %)If you want to learn FlowBotics Studio by modifying an existing app, the Phidgets series of apps were designed to be make this very easy. We've made a great tutorial on [[how to make changes to the Phidget 8/8/8 App>>url:https://www.robotshop.com/flowbotics/developers/phidgets-888-app-tutorial.html]].
32 +|(% colspan="2" %)If you want to learn FlowBotics Studio by modifying an existing app, the Phidgets series of apps were designed to be make this very easy. We've made a great tutorial on [[how to make changes to the Phidget 8/8/8 App>>doc:.phidgets-888-app-tutorial.WebHome]].
34 34  |(% colspan="2" style="text-align:center" %)(((
35 35  Go to Tutorial: Modifying an App from the App Store
36 36  
... ... @@ -37,7 +37,7 @@
37 37  [[image:phidgets-888-app.png]]
38 38  )))
39 39  |(% colspan="2" %)**Modifying a Project that came with FlowBotics Studio**
40 -|(% colspan="2" %)If you are modifying one of the Lynxmotion projects that is included with FlowBotics Studio, [[this programming guide>>url:https://www.robotshop.com/flowbotics/manuals/lynxmotion-app-programming-guide.pdf]] will show you where to make changes.
39 +|(% colspan="2" %)If you are modifying one of the Lynxmotion projects that is included with FlowBotics Studio, [[this programming guide>>attach:lynxmotion-app-programming-guide.pdf]] will show you where to make changes.
41 41  |(% colspan="2" style="text-align:center" %)(((
42 42  Open Guide: Lynxmotion App Programming Guide
43 43  
... ... @@ -44,7 +44,7 @@
44 44  [[image:lynxmotion-app-programming-guide.png]]
45 45  )))
46 46  |(% colspan="2" %)**Implementing Serial Protocols**
47 -|(% colspan="2" %)Many hardware devices communication with the computer using a serial protocol. Some are simple ASCII-based protocols, but others can be more complex binary ones that require checksums. No matter, both can easily be made in FlowBotics. Here's a [[Lynxmotion SSC-32 Protocol Tutorial>>url:https://www.robotshop.com/flowbotics/developers/lynxmotion-ssc-32-protocol-tutorial.html]] which is ASCII-based and a [[Dynamixel Protocol Tutorial>>url:https://www.robotshop.com/flowbotics/developers/dynamixel-protocol-tutorial.html]] which is binary.
46 +|(% colspan="2" %)Many hardware devices communication with the computer using a serial protocol. Some are simple ASCII-based protocols, but others can be more complex binary ones that require checksums. No matter, both can easily be made in FlowBotics. Here's a [[Lynxmotion SSC-32 Protocol Tutorial>>doc:.lynxmotion-ssc-32-protocol-tutorial.WebHome]] which is ASCII-based and a [[Dynamixel Protocol Tutorial>>doc:.dynamixel-protocol-tutorial.WebHome]] which is binary.
48 48  |(% colspan="2" style="text-align:center" %)(((
49 49  Go to Tutorial: Lynxmotion SSC-32 Protocol
50 50  
... ... @@ -55,16 +55,9 @@
55 55  [[image:dynamixel-protocol-encapsulation-crop.png]]
56 56  )))
57 57  |(% colspan="2" %)**Making an App from Scratch**
58 -|(% colspan="2" %)Starting with FlowBotics Studio version 3.0.7, everyone can now generate their own FlowBotics App. These apps are standalone Windows programs (EXEs) that have an integrated activation system which make them ready to sell in the RobotShop App Store. Here's [[how to convert your project into an app>>url:https://www.robotshop.com/flowbotics/developers/create-app-tutorial.html]].
57 +|(% colspan="2" %)Starting with FlowBotics Studio version 3.0.7, everyone can now generate their own FlowBotics App. These apps are standalone Windows programs (EXEs) that have an integrated activation system which make them ready to sell in the RobotShop App Store. Here's [[how to convert your project into an app>>doc:.create-app-tutorial.WebHome]].
59 59  |(% colspan="2" style="text-align:center" %)(((
60 60  Go to Tutorial: Convert a Project into an App
61 61  
62 62  [[image:create-app-button-crop.png]]
63 63  )))
64 -|(% colspan="2" %)**Publish to App Store and Make Money**
65 -|(% colspan="2" %)Once you have your FlowBotics App done, you'll probably want to [[sell it through the RobotShop App Store>>url:https://www.robotshop.com/flowbotics/developers/submit-app-tutorial.html]].
66 -|(% colspan="2" style="text-align:center" %)(((
67 -Go to: App Submission Procedure
68 -
69 -[[image:submit-app.png]]
70 -)))
Copyright RobotShop 2018