-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0529f13
commit 223692f
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Feedback on ViperIDE | ||
|
||
> Instead of editing on my laptop, downloading, executing..... reset... | ||
> In my prototyping cycle, I just develop directly on the board using ViperIDE. Out of a click I can soft-reset. | ||
> I have a small script that via `mpremote` downloads my assets back to my computer for version control and snapshots. | ||
--- | ||
|
||
> I'm actually using it, right now, already. I happened to have a RP2040 board right here I was just writing some micropython for. | ||
> I think this is a good way to quick-start with the boards moreso than using the Thonny IDE. It handles the filesystem access perfectly. | ||
--- | ||
|
||
> Thank for this little IDE, I immediately love it ! | ||
--- | ||
|
||
> This is excellent - what a superb little IDE. Blazing speed and so easy to use. | ||
> Looking forward to file upload but in the meantime I simply create a new file and paste across so no big deal. | ||
> Congrats and thank you! | ||
--- | ||
|
||
> Congratulations (again:-)). And thanks. | ||
> This is a very simple way to try out MP for WebAssembly. | ||
--- | ||
|
||
> This is awesome. New to MicroPython but Thonny was getting difficult to use. | ||
--- | ||
|
||
> I've just had a play with this and, just like Makecode, this should make it so much simpler for schools to use the Pico as the use of WebUSB(or WebREPL) | ||
> combined with MicroPython means the Pico looks like a serial device, not a USB device, so ignores things like BitLocker 😃 | ||
> And no need to install Thonny, Mu, etc, which should keep our IT team happy 😉 | ||
> | ||
> ... | ||
> | ||
> I've found that MicroPython on a Pico makes it appear as a serial device (whereas CP makes it appear as a USB device), | ||
> which means, just like WebUSB on the Microbit, it bypasses BitLocker 😃 |