Lab10 Preview Report - YYBS/ee240500 GitHub Wiki

Topics

Motor controls with microcontrollers

Introduction

  1. The Parallax P8X32A Propeller chip, introduced in 2006, is a multi-core architecture parallel microcontroller with eight 32-bit RISC CPU cores.[1][2]

The Parallax Propeller microcontroller, Propeller Assembly language, and Spin interpreter were designed by one person, Parallax's co-founder and president Chip Gracey. The Spin programming language and "Propeller Tool" integrated development environment were designed by Chip Gracey and Parallax's software engineer Jeff Martin.

On August 6, 2014, Parallax Inc. released the Propeller P8X32A Verilog and top-level HDL files under the GNU General Public License 3.0.[3]

Related parts of our lab

我們用code去控制輪子的速度和方向

Questions about the topic or our lab

servo的明確意思是什麼?

Topics

Compass sensors

Introduction

  1. This 3-axis digital compass features a low field magnetic sensing multi-chip module HMC5883L, which provides up to 1° to 2° heading accuracy. HMC5883L consists of high-resolution HMC118X series magneto-resistive sensors, as well as Honeywell developed ASIC containing amplification, automatic degaussing strap drivers, offset cancellation and 12 bit ADC. With peripheral power management circuit added, this is an easy to use and reliable compass module for low cost compassing and magnetometry.

Related parts of our lab

用Test_Compass_HMC5883L.side判斷xyz

Questions about the topic or our lab

所以HMC5883L可以判斷車子的方位嗎?