Skip to content

Getting Started Page #848

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 29 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
8ce7a8b
initial getting started
jwcooper Jan 20, 2022
bdfadc7
styling of tab block content
jwcooper Jan 20, 2022
3f85abb
split out sections and add js for content
jwcooper Jan 20, 2022
2484aa7
clean up css and js and add more includes
jwcooper Jan 20, 2022
d9e126f
clean up mobile layout
jwcooper Jan 20, 2022
8ed2750
revert back to old get started link until content is filled in
jwcooper Jan 21, 2022
270bbfe
Initial content updates.
kattni Feb 3, 2022
c9323d0
Update _connecting, fill out _libraries.
kattni Feb 3, 2022
f422453
Current content for _installation
kattni Feb 4, 2022
99fbce1
Update esp32s3 devkits
prplz Jan 15, 2022
c2adfac
Add Waveshare RP2040-Zero board
CharString Jan 21, 2022
c1de7fa
Update adafruit_feather_rp2040.md
sctv Jan 24, 2022
d3c7898
Update adafruit_feather_rp2040.md
sctv Jan 25, 2022
7306da0
Update raspberry_pi_pico.md
sctv Jan 26, 2022
4fa644f
Add missing space
fabaff Jan 29, 2022
7abcdf6
Remove content
fabaff Jan 29, 2022
60b4f8c
Format as code
fabaff Jan 29, 2022
dd9bea5
Add link to shop
fabaff Jan 30, 2022
35b1810
Added my new TinyS3, FeatherS3 and ProS3
UnexpectedMaker Jan 29, 2022
d250065
Remove title
fabaff Jan 30, 2022
f055669
Add tutorial section
fabaff Jan 30, 2022
74bbf70
Add link to switching the bootloader instructions
fabaff Jan 30, 2022
f23cc56
Switch to unordered lists
fabaff Feb 1, 2022
2247cad
Content updates.
kattni Feb 4, 2022
c794239
Merge branch 'main' into getting-started
jwcooper Feb 11, 2022
aed6f17
fix ol sizing on start
jwcooper Feb 11, 2022
4ed9f7e
Merge branch 'main' into getting-started
makermelissa Feb 14, 2023
2b510a5
default to ruby 3.1.3
jwcooper Feb 14, 2023
683b7cf
update getting started links to new start page
jwcooper Feb 14, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add missing space
  • Loading branch information
fabaff authored and kattni committed Feb 4, 2022
commit 4fa644f2bc9da89cdce07a4fd735a0ef390d284c
2 changes: 1 addition & 1 deletion _board/muselab_nanoesp32_s2_wrover.md
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ This is the nanoESP32-S2 board with a WROVER ESP32-S2 module.

This image can be flashed with the [TinyUF2 bootloader](https://github.com/adafruit/tinyuf2/releases) or with esptool using this command:

esptool.py -p (COMPORT)-b 460800 write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x00000 adafruit-circuitpython-muselab_nanoesp32_s2_wrover-ll_LL-X.Y.Z.bin
esptool.py -p (COMPORT) -b 460800 write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x00000 adafruit-circuitpython-muselab_nanoesp32_s2_wrover-ll_LL-X.Y.Z.bin

**NOTE:** This board has 2 USB-C connector, one for Serial (ch340) and one for Native USB (esp32).