or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
Sony Spresense Workshop @ Stanford
Date: Oct 18 2023
Time: 18:00 - 20:00
Host: Stanford XR Club
Facilitators: Armaghan/Jinger
Workshop goals
Sony Spresense Microcontroller Board
Quick Links
Overview Slides
Sony's Hackster Platform Hub
Spresense Documentation
Spresense Website
Spresense Forum
Spresense YouTube channel
FAQ
Create your Hackster project
Register on hackster.io to get started and upload your concept files, images, notes as a tool for documentation + online publishing + global sharing.
Click on the "+" button at the top bar to start a new project.
Choose a project name that is descriptive of your concept and then describe it briefly in the Elevator Pitch section. Finish it up with an image that represents your concept.
On the Team tab, tell us who your teams is, or if you're working alone:

On the Things tab, you can put the hardware and software components necessary for your project.
Story. Here is where you will explain your concept. The best stories are design concept explainers that everyone can understand.
Simple template to capture concepts verbally.(You can copy this template and fill it with your concept)
Link to the project with more detailed concept explanation
Example:
Advanced example (contest winner):
https://www.hackster.io/inaki-nagore/free-car-parking-monitoring-device-c760ee
Attachments. Code and schematics that will help other people reproduce your project.

When you click to "Go to project" you will see a Project admin field where you can change the project status. Change the status from private to public so we cal all see your project.

Organize your club projects in your own Hackster community hub
On the TUDelft Community hub and go to the Projects tab.

Click on Submit a project and then choose to create a new project

Develop with your Spresense board (for upcoming hackathon)
There are a few ways to program your Spresense board.
Recommended Operating System:
(More of this will be explained later)
The easiest setup for beginners is to use the very popular Arduino IDE and install the Spresense library
But if you want to have more control and you're up for a little bit of a challenge, the Spresense SDK is the way to go.
The instructions on how to set up your Spresense board depend on which development environment you choose to program with.
If you are already familiar with the Arduino IDE and want to use that, here is the guide for you:
Guide for Spresense with Arduino IDE
If you want to use the Spresense's own SDK, you have two choices of interface:
Guide for SDK with CLI
Guide for SDK with Visual Studio
Running the camera example
After setting up the SDK, let's run our first example program:
How to connect the camera board
How to attach the Spresense extension board
SDK
Arduino IDE
You can attach the SD card to your computer or you can directly access the file via the USB port on the Spresense extension board by using the USB MSC feature:
SDK
Arduino IDE
Next steps
Content Credit
Camila Souza, Jinger Zeng, Armaghan Ebrahimi