Bernat Romagosa

Results 111 comments of Bernat Romagosa

After thinking more about it, you're right. I'm always complaining about people naming their functions `f` and their variables `v`. I'm applying it to myself this time :)

Yep, I'm okay with that. I don't think too many people were using it :)

> Now we have that, Woah, hold your horses! Now we're _working_ on that. In Catalan we say "_don't say "wheat" until it's all been bagged and tied up_" ;)...

Missing both layouts and widgets, as reported in #410

Update: after installing the `adafruit-nrftool` package globally by running `sudo -H pip3 install adafruit-nrfutil`, I get the following traceback: ``` %pio run -e cplay52 -t upload Processing cplay52 (platform: nordicnrf52;...

Hi Ivan! I don't use VSCode, I just use the command line tool :) To get PlatformIO I just did `pip install pio`.

> pip install adafruit-nrfutil Yep, that's what I did. That doesn't work in neither of my two computers.

I've uninstalled platformio, and now when running `pip3 install platformio` (both with sudo and without) I find that links to `/usr/bin/pio` and `/usr/bin/platformio` haven't been created. Is that normal? What's...

Sorry, scratch that. The executable is in `/usr/local/bin`, which for some reason wasn't in the PATH of my current terminal session. Forget it. After installing pio with pip3 I still...

Okay, after running: ``` sudo -H pip3 install adafruit-nrfutil ``` I can now compile for the cplay52. Should we close this? Or should `pio` take care of all this automatically...