RAKWireless / WisBlock

Quickstart, tutorials and examples for the RAKwireless WisBlock product line.
https://www.rakwireless.com
MIT License
158 stars 117 forks source link

Updating correct path for set up depending on OS #17

Closed alphacentauri82 closed 3 years ago

alphacentauri82 commented 3 years ago

The instructions didn't include information for MacOS and Linux users.

beegee-tokyo commented 3 years ago

Thanks for the update with the paths. Very helpful. We will add this as well in our documentation center.

@carlrakwireless @mtuxpe please check that these are added to the Doc Center Quick Start Guides of RAK4631 and RAK11200 as well.

msam-rak commented 3 years ago

@beegee-tokyo I added path for PlatformIO on RAK11200 (Windows and Linux Ubuntu ) Add WisBlock Core RAK11200 to the Platform Clone WisBlock repository. git clone https://github.com/RAKWireless/WisBlock.git Copy the file wiscore_rak11200.json located on folder \WisBlock\PlatformIO\RAK11200 to espressif32 platform folder. The platform folder path is similar to the following:

Windows: %userprofile%.platformio\platforms\espressif32\boards Linux (Ubuntu): $HOME.platformio/platforms/espressif32/boards Add WisBlock Core RAK11200 to the Framework Copy the folder WisCore_RAK11200_Board located on \WisBlock\PlatformIO\RAK11200 to the variants folder inside the espressif32 package folder.

The espressif32 package folder path is similar to the following:

Windows: %userprofile%.platformio\packages\framework-arduinoespressif32\variants Linux (Ubuntu): $HOME.platformio/packages/framework-arduinoespressif32/variants

carlrakwireless commented 3 years ago

Hi @msam-rak ,

Can you add the macOS path too for RAK11200? I'll handle the RAK4631.

Please include it on this PR (https://github.com/RAKWireless/rakwireless-docs-internal/pull/222/files) so you don't need to create a new one.