Boards from the CrowdSupply campaign are finally shipping. If you haven't received a tracking number, you should receive one soon.
Schematics and kicad symbols and footprints are available here, see here for more details.
Getting started page is here: https://learn.bela.io/bela-gem-get-started/
If you purchased a pre-flashed SD card, I recommend you follow the update process in the IDE as soon as you power up the board. That will, among other things, give you access to the 'hardware control' feature which allows to control the outputs of the board (i.e.: set a pin high or low) or to modify the input values as seen by the running program (e.g.: simulate a button press or a potentiometer) via a GUI. This is useful to debug wiring and programming issue, it allows to quickly answer, without second-guessing, questions such as:
- is my LED wired up correctly?
- is my code actually writing this output value I expect it to?
- is my potentiometer misbehaving?
And also it helps in case you want to test a program without connecting external components to your Bela, as you can simulate them within the GUI.
Here's a sneak preview: