From e3c59ab885794d0395005bce0fd3b33009b88202 Mon Sep 17 00:00:00 2001 From: Fran <hola@beachlab.org> Date: Sun, 28 Apr 2019 23:02:44 +0200 Subject: [PATCH] Nueval format fix attemp 1 --- gitbook/embedded_networking_and_communications.md | 7 +++---- json/embedded_networking_and_communications.json | 4 ++-- src/embedded_networking_and_communications.yaml | 7 +++---- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/gitbook/embedded_networking_and_communications.md b/gitbook/embedded_networking_and_communications.md index 0a5e528..c734fc1 100644 --- a/gitbook/embedded_networking_and_communications.md +++ b/gitbook/embedded_networking_and_communications.md @@ -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. diff --git a/json/embedded_networking_and_communications.json b/json/embedded_networking_and_communications.json index 392afdf..330ec54 100644 --- a/json/embedded_networking_and_communications.json +++ b/json/embedded_networking_and_communications.json @@ -1,5 +1,5 @@ { - "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", diff --git a/src/embedded_networking_and_communications.yaml b/src/embedded_networking_and_communications.yaml index 70d0016..4805584 100644 --- a/src/embedded_networking_and_communications.yaml +++ b/src/embedded_networking_and_communications.yaml @@ -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. -- GitLab