Skip to content
supramaterial edited this page Jan 16, 2015 · 4 revisions

From the Board side:

git clone -b temp-int-coap-hrtim --single-branch https://github.com/supramaterial/Runtime.git

cd Runtime/stm32/tests/test_CoAP_HRTIM_temp/

make VARIANT=stm32f334nucleo PLATFORM=hardware

sudo st-flash write hardware/stm32f334nucleo/test_CoAP_HRTIM_temp.bin 0x8000000

From the demo nodejs side:

git clone https://github.com/supramaterial/Demo.git

cd Demo/webux/

node index.js

Clone this wiki locally