Skip to content
Snippets Groups Projects
Commit e3c59ab8 authored by francisco's avatar francisco :penguin:
Browse files

Nueval format fix attemp 1

parent f0cc3a8e
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -4,6 +4,7 @@
Group assignment:
* Send a message between two *projects* (assignments made by different students)
Individual assignment:
* design, build, and connect wired or wireless node(s) with network or bus addresses
......@@ -22,9 +23,7 @@ Individual assignment:
## FAQ
### Can we use arduino/commercial boards for networking?
> Answer:
1. You can not use Arduino or similar commercial microcontroller boards. You can use a commercial wireless module in your own PCB. For this week, you can use the original satcha-kit/fab-kit/fabduino.
Answer: You can not use Arduino or similar commercial microcontroller boards. You can use a commercial wireless module in your own PCB. For this week, you can use the original satcha-kit/fab-kit/fabduino.
### Must each board have a unique identity?
> Answer:
1. It does not have to be hard-coded but you must use some form of addressing.
Answer: It does not have to be hard-coded but you must use some form of addressing.
{
"faq": "### Can we use arduino/commercial boards for networking?\n> Answer:\n1. You can not use Arduino or similar commercial microcontroller boards. You can use a commercial wireless module in your own PCB. For this week, you can use the original satcha-kit/fab-kit/fabduino.\n### Must each board have a unique identity?\n> Answer:\n1. It does not have to be hard-coded but you must use some form of addressing.\n",
"faq": "### Can we use arduino/commercial boards for networking?\nAnswer: You can not use Arduino or similar commercial microcontroller boards. You can use a commercial wireless module in your own PCB. For this week, you can use the original satcha-kit/fab-kit/fabduino.\n### Must each board have a unique identity?\nAnswer: It does not have to be hard-coded but you must use some form of addressing.\n",
"tasks": [
{
"checklist": [
......@@ -8,7 +8,7 @@
"Outlined problems and how you fixed them",
"Included original design files and code"
],
"description": "Group assignment:\n* Send a message between two *projects* (assignments made by different students)\nIndividual assignment:\n* design, build, and connect wired or wireless node(s) with network or bus addresses\n",
"description": "Group assignment:\n* Send a message between two *projects* (assignments made by different students)\n\nIndividual assignment:\n* design, build, and connect wired or wireless node(s) with network or bus addresses\n",
"name": "Embedded Networking and Communications",
"outcomes": [
"Demonstrate workflows used in network design and construction",
......
......@@ -6,6 +6,7 @@ tasks:
description: |
Group assignment:
* Send a message between two *projects* (assignments made by different students)
Individual assignment:
* design, build, and connect wired or wireless node(s) with network or bus addresses
outcomes:
......@@ -18,8 +19,6 @@ tasks:
- Included original design files and code
faq: |
### Can we use arduino/commercial boards for networking?
> Answer:
1. You can not use Arduino or similar commercial microcontroller boards. You can use a commercial wireless module in your own PCB. For this week, you can use the original satcha-kit/fab-kit/fabduino.
Answer: You can not use Arduino or similar commercial microcontroller boards. You can use a commercial wireless module in your own PCB. For this week, you can use the original satcha-kit/fab-kit/fabduino.
### Must each board have a unique identity?
> Answer:
1. It does not have to be hard-coded but you must use some form of addressing.
Answer: It does not have to be hard-coded but you must use some form of addressing.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment