https://github.com/microflo/bosch-xdk-microflo
Running MicroFlo on Bosch XDK, rapid visual programming of firmware
https://github.com/microflo/bosch-xdk-microflo
bcx18 connected-life iot
Last synced: 12 months ago
JSON representation
Running MicroFlo on Bosch XDK, rapid visual programming of firmware
- Host: GitHub
- URL: https://github.com/microflo/bosch-xdk-microflo
- Owner: microflo
- Created: 2018-02-21T11:09:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T23:52:15.000Z (about 8 years ago)
- Last Synced: 2025-03-05T17:50:40.268Z (about 1 year ago)
- Topics: bcx18, connected-life, iot
- Language: C++
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rapid prototyping with [Bosch XDK](https://xdk.bosch-connectivity.com/) hardware and
[MicroFlo](https://microflo.org) for the firmware. MicroFlo lets one visually and live reprogram the device,
to quickly and easily implement on-edge logic.
## Status
**Experimental**
## TODO
* Write some useful/fun components for XDK
* Build demo graph
## Modify XDK for C++ support
ln -s /CHANGE/TO/PATH/TO/XDK ./my-xdk
patch -p1 --binary my-xdk < fix-cpp-guard.diff
patch -p1 my-xdk < enable-cpp-app-build.diff
## Building
Configure according to your installation
export XDK=/home/jon/XDK/XDK
Build and flash
export BCDS_BASE_DIR=${XDK_DIR}/SDK
export BCDS_TOOL_CHAIN_PATH=${XDK_DIR}/armGCC/bin/
make clean microflo_generate debug flash_debug_bin
## Connect from Flowhub
make microflo_runtime
Open the LIVE url that is shown in browser