Arduino Hardware Resources
Introduction To "Fire Breathing Robots..."
This is a resources for Arduino Hardware. See links below for the different Arduino boards we have in class.
🛠️
Let's get started... Its going to be a fun, awesome ride...
This is a resources for Arduino Hardware. See links below for the different Arduino boards we have in class.
🛠️
Let's get started... Its going to be a fun, awesome ride...
Sid Bar for Teachers: This Module or lesson is how I teach in my class. Many of the lessons might be specific to my class, but you could probably adjust them for your class. I'll try to make them a neutral as I can, so they can be used in any Mathematics, Physics, Computer Science, or any other Engineering / Technology class. Let me know how I can make that better. I'll try to keep this unit current and relevant. Please let me know if any resource links are broken or not accessible. Use this email link to let me know what is broken @ TopClown@STEAMClown.org
Author: Jim Burnham - TopClown@STEAMClown.org. License: Distributed as Open Source.
I would like to thank <Your Company or Organization Here> for their generous support of my classroom and curriculum development. <Your Company or Organization Here> has <Your value proposition, call to action, & related content and message>
(If you would like to sponsor this, or other Modules or presentation, please contact TopClown@STEAMClown.org or check out my "How To Help Page"
Primer: "Aaron, I can imagine no way in which this thing could be considered anywhere remotely close to safe. All I know is I spent six hours in there and I'm still alive... You still want to do it?"
As with any activity, please make sure you are using appropriate safety equipment. If you are coding, writing, reading, or working a lab, make sure you stand up and stretch every hour or so, Please consider any safety issues connecting to a Raspberry Pi, Arduino, computers and other electronic equipment.
The Arduino Uno R4 is the latest iteration of the popular Arduino Uno series, featuring significant improvements over its predecessor, the R3. It comes in two versions: R4 Minima and R4 WiFi. Both models are powered by the Renesas RA4M1 microcontroller, offering a 32-bit Arm Cortex-M4 processor running at 48 MHz, increased 256 KB of flash memory, and 32 KB of RAM, enhancing performance and memory capacity. The R4 WiFi version includes Wi-Fi® and Bluetooth® connectivity, a built-in LED matrix display, and a Qwiic connector for easy integration with sensors and modules. This version maintains backward compatibility with previous Uno shields and adds new capabilities like 12-bit analog-to-digital conversion (ADC), making it ideal for more advanced projects while retaining the beginner-friendly, open-source ethos of the Arduino platform.
Arduino.cc Site - Arduino R4
Arduino R4 Data sheet on the Arduino.cc site
The Arduino Uno R4 is the latest iteration of the popular Arduino Uno series, featuring significant improvements over its predecessor, the R3. It comes in two versions: R4 Minima and R4 WiFi. Both models are powered by the Renesas RA4M1 microcontroller, offering a 32-bit Arm Cortex-M4 processor running at 48 MHz, increased 256 KB of flash memory, and 32 KB of RAM, enhancing performance and memory capacity. The R4 WiFi version includes Wi-Fi® and Bluetooth® connectivity, a built-in LED matrix display, and a Qwiic connector for easy integration with sensors and modules. This version maintains backward compatibility with previous Uno shields and adds new capabilities like 12-bit analog-to-digital conversion (ADC), making it ideal for more advanced projects while retaining the beginner-friendly, open-source ethos of the Arduino platform.
Arduino.cc Site - Arduino R4
Arduino R4 Data sheet on the Arduino.cc site
The Arduino Nano is The Arduino Nano is a small, complete, and breadboard-friendly board based on the ATmega328 (Arduino Nano 3.x). It has more or less the same functionality of the Arduino Duemilanove, but in a different package. It lacks only a DC power jack, and works with a Mini-B USB cable instead of a standard one. (Though the open source ones tend to have USB C now)
Arduino.cc Site - Arduino Nano
Arduino Nano Data sheet on the Arduino.cc site
The BLE Arduino is Bluetooth Low Energy capable device. It's tricky to get running, and I'm still learning how... Check out the resources below. I'll outline the steps I used.
Introduction to the Arduino BLE Nano (need to mirror this information)
Using the link Introduction to the Arduino BLE Nano (need to mirror this information)
I was able to Reset the module to its default settings by selecting a Arduino Nano, ATmega328P. I was able to run the AT scripts and reset to the default settings.
I seem to have also reset the Bluetooth name, though I still need to verify this.
(5/23/2024 - had to make sure I was connected to a new ComPort) I seem to be able to load standard Nano designs. Loaded a "Blink" with an LED between 13 and 3.3v, with the anode on 3.3 and cathode on 13.
Stuff From Lexi:
During open lab I managed to figure out how to interface with a BLE-Nano, which is different from the official Arduino BLE so unfortunately you can’t use the BLE library with it and you just have to treat as a nano but with kind of obscure bluetooth capabilities, in reference links I linked the manual for it so that way no one else who reads this has to go through the pain I did to find it.
Reference Links:
Here are a ton of resources I used to understand BLE and get information about the libraries in order to set up a connection:
After more than 2 hours of work, I was finally able to get a custom made service that wasn’t within bluetooth specifications. It took so long because I tried to identify it by getting a service like how you typically would for adafruit_ble in order to use it for something but that didn’t work and after a long time of debugging and looking through the library’s code I found that on line 68 it doesn’t properly pass the uuid into a function specified by the _bleio library in order to obtain the service. So I got around it by just doing it manually by passing in the uuid into the function that the library was trying to pass into which was (I’m using a BleConnection within the library here so I’m referencing the BleConnection within the BleConnection class of the library) ble._bleio_connection.discover_remote_services(uuid), I was so happy when I saw it work without crashing and properly logging the service lol.
This library will likely be useful since it’s what adafruit_ble uses and now I’m technically working with it to get around the broken code _bleio Documentation
Line 68 of this file has the broken code adafruit_ble/__init__.py
I also made it so that now my hosting code can actually transmit data to and from the host and peripheral and also find the properties of the peripheral
Make sure you use the Processor “ATmega328P” and not the one with “(old bootloader)”.
Lesson is coming soon
Mechatronics - <topic> - 📖 Lesson Tutorial
Mechatronics - <topic> - 📽️ Video / Podcast
Mechatronics - <topic> - 📰 Slide Presentation (Coming Soon)
Mechatronics - <topic> - LAB #1 - 🛠️ LAB Activity
Mechatronics - <topic> - LAB #2 - 🛠️ LAB Activity
Mechatronics - <topic> - LAB #3 - 🛠️ LAB Activity
If you are a teacher and want to connect and teach this Lesson or Module, discuss how I teach it, give me feedback, please contact me at TopClown@STEAMClown.org
To access this Lesson Plan and the Teacher collaboration area, you will have needed to connect with me so I can Share the content with you. Please go to the Teachers & Partner Page, check out my Licensing and fill out my Collaboration and Curriculum Request Form. I'll review and then grant you access to the requested areas and lesson plans if they exist.
If you have questions or feedback on how I can make a presentation, lesson, lab better please give use my Feedback Form.
I’ll work on getting these in, but it’s the last thing I want to work on :-) When I have them updated, I’ll move to the top of the Lesson Plan.
NGSS: <list standard numbers>
California CTE Standards: <list standard numbers>
Related Instructional Objectives (SWBAT): <list standard numbers>
CCSS: nnn, RSIT: nnn, RLST: nnn, WS: nnn, WHSST: nnn, A-CED: nnn, ETS: nnn <list standard numbers>
Main Standard:
Priority standards:
National Standards:
Reference Text Book - Basic College Mathematics with Early Integers 4th edition - Elayn Martin-Gay - University of New Orleans - Pearson
Reference Sites -
https://imgbin.com/png/ZJtzkYZZ/under-construction-png
Key: 📰 Slides / Audio 🎧 / 📽️▶️ Video/YouTube / 🎧▶️📽️ Audio/Video / ✨ Resources / 🖼️ Tutorial / 📖 Reading Activity / 📝 Writing Activity / 📖 📝 Reading/Writing / 📟 Coding / 🛠️ LAB Activity / 🚀 Quiz / 🔎 Review / ✔️ Mastery Check / ✍️ Sign Up /🍕 Extra Credit / 🕸️ Web Links / 👩🏽🎓🧑🏽🎓🧑🏿🎓👩🏫 Class / 🏵️📜📃 Certificate / 🗂️ 📈 Collecting Survey Data
/🧟 Review / 🦾 Practice / 🆙Level Up /
🎚️🦑📤🎯 🚧
- 🦑 Special Project -
Assignment Type: ⚓ Establishing (Minimum Standard) / ⛏️ Developing (Digging Deeper) / 💎 Aspiring (Putting It Together)
This is an ⚓ Establishing Assignment (Minimum Standard) - "Everyone Do" Assignment
This is an ⛏️ Developing (Digging Deeper) - "Everyone Should Do, To Stretch" Assignment
This is an 💎 Aspiring (Putting It Together) - "When you have done the ⚓ Establishing and⛏️ Developing" Assignment
🚀 Formative Quiz - 🔎 Review
🚀 Quiz -🔀 Mastery Path
🚀 Summative Quiz -✔️ Skills Mastery Check
Quiz - verify that they are all listed as a "Formative", "Mastery Path", or "Summative"
🚀 Formative Quiz - These are quizzes that the students can take a few times. I have them either set for unlimited times, or 3-5 times, where the final score is their average. The idea is that these Formative Quizzes are designed for students to learn and master a skill. while I want them to ger 100%, and when it's set to unlimited tries, the student should get 100% eventually. When the quiz is set to 3-5 tries with an average, then they should be prepared and should take the quiz seriously. I set the quiz to not show the right answer, but I do let them see their wrong answer. I also put the explanation of the right and wrong answer in the right and wrong answer prompt for each question. That way they can see why they got the answer wrong and learn from that experience.
8.1.0.3.2.4 - Python - Ch 3 - Functions - Quiz #2 -Built-In Functions - 🚀 Formative Quiz
🚀 Quiz -🔀 Mastery Path - These Mastery path quizzes are to be presented after the student has had a chance to do some labs and some Formative quizzes. The goal is to let students have 2 chances to take this quiz, and take the average of the 2 attempts. Based on the average, they will be presented with a Canvas Mastery Path, where they will have an option for take additional quiz and assignments to help with remediation. This will get them ready to take the Summative Quizzes.
8.1.0.3.3.1 - Python - Ch 3 - Functions - Mastery Quiz #1 - 🚀 Quiz -🔀 Mastery Path
🚀 Summative Quiz -✔️ Skills Mastery Check - These Mastery path quizzes are to be presented after the student has had a chance to do some labs and some Formative quizzes. The goal is to let students have 2 chances to take this quiz, and take the average of the 2 attempts. That will be their final module/subject topic grade.
8.1.0.3.3.1 - Python - Ch 3 - Functions - Skills Mastery Check Quiz #1 - 🚀 Summative Quiz -✔️ Skills Mastery Check