Changes for page Developers

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

From version < 9.1 >
edited by Eric Nantel
on 2022/02/22 13:13
To version < 13.1 >
edited by Eric Nantel
on 2022/02/22 15:21
< >
Change comment: Uploaded new attachment "lynxmotion-app-programming-guide.pdf", version 1.1

Summary

Details

Page properties
Hidden
... ... @@ -1,1 +1,1 @@
1 -false
1 +true
Content
... ... @@ -13,7 +13,49 @@
13 13  )))
14 14  |(% colspan="2" %)**Getting Started**
15 15  |(% 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]].
16 -|(% colspan="2" %)
17 -| |
16 +|(% colspan="2" style="text-align:center" %)(((
17 +Go to Tutorial: Getting Started
18 18  
19 +[[image:flow-basics.png]]
20 +)))
21 +|(% colspan="2" %)**Modifying a Project from the App Store**
22 +|(% 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]].
23 +|(% colspan="2" style="text-align:center" %)(((
24 +Go to Tutorial: Modifying an App from the App Store
25 +
26 +[[image:phidgets-888-app.png]]
27 +)))
28 +|(% colspan="2" %)**Modifying a Project that came with FlowBotics Studio**
29 +|(% 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.
30 +|(% colspan="2" style="text-align:center" %)(((
31 +Open Guide: Lynxmotion App Programming Guide
32 +
33 +[[image:lynxmotion-app-programming-guide.png]]
34 +)))
35 +|(% colspan="2" %)**Implementing Serial Protocols**
36 +|(% 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.
37 +|(% colspan="2" style="text-align:center" %)(((
38 +Go to Tutorial: Lynxmotion SSC-32 Protocol
39 +
40 +[[image:lynxmotion-ssc-32-protocol-engine.png||height="289" width="600"]]
41 +
42 +Go to Tutorial: Dynamixel Protocol
43 +
44 +[[image:dynamixel-protocol-encapsulation-crop.png]]
45 +)))
46 +|(% colspan="2" %)**Making an App from Scratch**
47 +|(% 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]].
48 +|(% colspan="2" style="text-align:center" %)(((
49 +Go to Tutorial: Convert a Project into an App
50 +
51 +[[image:create-app-button-crop.png]]
52 +)))
53 +|(% colspan="2" %)**Publish to App Store and Make Money**
54 +|(% 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]].
55 +|(% colspan="2" style="text-align:center" %)(((
56 +Go to: App Submission Procedure
57 +
58 +[[image:submit-app.png]]
59 +)))
60 +
19 19  
lynxmotion-app-programming-guide.pdf
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.ENantel
Size
... ... @@ -1,0 +1,1 @@
1 +777.7 KB
Content
smalllogo.webp
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.ENantel
Size
... ... @@ -1,0 +1,1 @@
1 +12.6 KB
Content
Copyright RobotShop 2018