mirror of
https://gitlab.ewi.tudelft.nl/ee2l1/2025-2026/A.K.03.git
synced 2025-12-12 15:30:57 +01:00
38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
{
|
|
"cells": [
|
|
{
|
|
"cell_type": "markdown",
|
|
"metadata": {},
|
|
"source": [
|
|
"# Appendix B: Serial Communication with Windows\n",
|
|
"\n",
|
|
"This Appendix describes how the serial connection to the car from Windows (using Bluetooth) is implemented.\n",
|
|
"\n",
|
|
"## Connecting KITT to a PC on Windows 10\n",
|
|
"\n",
|
|
"In the figure below, the steps can be seen how KITT can be connected to a PC with Windows 10 installed. \n",
|
|
"\n",
|
|
"- Note that all KITTs have their Bluetooth hardware address written in the front of the car. Use this identifier to choose the right Bluetooth device to pair: Step 3 and 4.\n",
|
|
"\n",
|
|
"- Step 6, the correct port to take note of is the one listed as *Outgoing*. This is the port you have to use in your setup.\n",
|
|
"\n",
|
|
"### Steps how to connect KITT to the PC\n",
|
|
"\n",
|
|
"\n"
|
|
]
|
|
},
|
|
{
|
|
"cell_type": "markdown",
|
|
"metadata": {},
|
|
"source": []
|
|
}
|
|
],
|
|
"metadata": {
|
|
"language_info": {
|
|
"name": "python"
|
|
}
|
|
},
|
|
"nbformat": 4,
|
|
"nbformat_minor": 2
|
|
}
|