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-
Any changes
Be notified of any changes
-
Mention me
Be notified of mention me
-
Unsubscribe
SubscribeFAQ IoT summer course 2024
General
Q) Do I have to attend all workshops?
No, one is enough, but you can attend several, and there are benefits attending several workshops.
In the Canvas calendar, the workshops are named with a topic, and workshops with the same name will be the same.
Q) Will the lectures be recorded?
Yes, everything but workshops will be recorded.
Hardware
Q) What hardware do I need to pass the course?
You need a microcontroller like the Pico W(H) with some kind of connectivity to transmit data, whether that be by LoRa or Wi-Fi, a breadboard, at least one sensor and jumper cables to be able to pass the course.
For higher grades (A, B) you must utilize more than one sensor and/or use other components.
Please see the Bill of Material for the hardware list.
Q) Can I use an Arduino microcontroller?
Technically possible, but not recommended.
While the Arduino Uno WiFi does tick all boxes for a suitable microcontroller, they are not covered in the course material nor workshops.
Q) Can I use a Raspberry Pi I have lying around?
No, not as a replacement for a microcontroller. You are however free to incorporate it in your project, as a server, for instance.
Q) I already have an ESP32/ESP8266, can I use it in this course?
Yes, it's possible, and should you not get a hold of a Pico W(H), these are the microcontrollers we would suggest that you use.
Programming languages
Q) Can I use C/C++ instead of MicroPython?
You can, but it is not recommended. This course covers only MicroPython.
If you wish to use the course material and utilize workshops, you must use MicroPython.