Navis-Raven

Results 7 issues of Navis-Raven

Hi, Go to this webpage : https://docs.platformio.org/en/latest/userguide/account/cmd_token.html Note that we are on "platformio account token" section Then click on Next: ![image](https://user-images.githubusercontent.com/15887222/44785665-f55e3680-ab91-11e8-9f5b-14e707d89b1d.png) And after clicking on next you return back to...

This post follows this one where there is still some unsoved points: https://github.com/platformio/platformio-docs/issues/33#issuecomment-426641785 > 10.a > 11. some are fixed but not all of them the STM32Cube tutorial does not...

From what I saw, PlatformIO core installs some drivers automatically and other ones have to be installed manually. I think one of the remaining problem of the documentation is that...

I had an issue , while trying to do flash Cannot open /dev/ttyUSB0: Permission denied https://bugs.launchpad.net/ubuntu/+source/gtkterm/+bug/949597 I palliated to this problem with the command " sudo chmod -R 777 /dev/ttyUSB0...

I had some issues with the "make flash" command: FIRST ONE: After the make command it creates two files in a new driectory named firmware, thes two files are named...

In ordrer to install all of esp-open-rtos toolchain and and blinky code example I've approximatively followed this protocol here at https://www.penninkhof.com/2015/03/esp8266-open-sdk/#comment-698 When flashing with esptool.py it works very well with...

It seems that nRF52-DK supports CMSIS framework while platformIO didn't add the support of CMSIS for nRF52-DK yet. See video: https://www.youtube.com/watch?v=b0MxWaAjMco&index=4&list=PLx_tBuQ_KSqGHmzdEL2GWEOeix-S5rgTV Is that right ?