Wednesday, August 16, 2023, 20:30:02 + 6
parent
5ad89861b9
commit
10b53e6e2d
Binary file not shown.
|
@ -97,7 +97,7 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "EMF Detector.md",
|
||||
"file": "Machine Tips (Quantum)/Physics/Hardware/MicroControllers/Arduino.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
|
@ -266,7 +266,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "EMF Detector.md",
|
||||
"file": "Machine Tips (Quantum)/Physics/Hardware/MicroControllers/Arduino.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -283,7 +283,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "EMF Detector.md",
|
||||
"file": "Machine Tips (Quantum)/Physics/Hardware/MicroControllers/Arduino.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
|
@ -306,7 +306,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "EMF Detector.md"
|
||||
"file": "Machine Tips (Quantum)/Physics/Hardware/MicroControllers/Arduino.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -332,8 +332,8 @@
|
|||
},
|
||||
"active": "6474aabcbe492ea9",
|
||||
"lastOpenFiles": [
|
||||
"Machine Tips (Quantum)/Physics/Hardware/EMF Detector.md",
|
||||
"Coding Tips (Classical)/Webpage/Machine Tips - Quantum/Quantum Stuff.md",
|
||||
"EMF Detector.md",
|
||||
"Coding Tips (Classical)/Webpage/Main Page.md",
|
||||
"Coding Tips (Classical)/Project Vault/Obsidian/Obsidian Guides/Obsidian-gitea process.md",
|
||||
"Coding Tips (Classical)/Project Vault/Obsidian/Obsidian Guides/Digital Garden Plugin.md",
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
A simply DIY using an arduino.
|
||||
|
||||
The[ full article goes in length here. ](https://maker.pro/arduino/projects/diy-simple-arduino-emf-electromagnetic-field-detector)
|
|
@ -0,0 +1,15 @@
|
|||
A simply DIY using an arduino.
|
||||
|
||||
An **EMF (electromagnetic field)** meter is a device used to measure electromagnetic radiation in a given area.
|
||||
|
||||
EMF meters are used to detect and measure the strength of electromagnetic fields emitted by various sources, such as electrical appliances, power lines, wireless devices, and other electronic equipment. The[ full article goes in length here. ](https://maker.pro/arduino/projects/diy-simple-arduino-emf-electromagnetic-field-detector)
|
||||
|
||||
|
||||
---
|
||||
|
||||
The EMF detector described in this video has a minimal number of components, which means that it is simple to make, and does not require any tuning. It works great right from the first power on.
|
||||
![https://youtu.be/7KH14ZHu-Nk](https://youtu.be/7KH14ZHu-Nk "Share link")
|
||||
|
||||
- [PROJECT](https://maker.pro/arduino/projects/diy-simple-arduino-emf-electromagnetic-field-detector#project-contents)
|
||||
- [RESOURCES](https://maker.pro/arduino/projects/diy-simple-arduino-emf-electromagnetic-field-detector#project-resources)
|
||||
|
|
@ -1,4 +1,6 @@
|
|||
This is one of the first classes that engineers often had to take (if they were not computer science & didn't get stuck in a functional programming language class like I did) during their freshman year to learn about programming languages. Arduinos are a great introduction into programming because people get to directly see the effects of their program written in MATLAB or something directly onto the Arduino which is a little microcontroller breadboard circuit which connects to code written from your machine to operate.
|
||||
This is one of the first classes that engineers often have to take (if they were not computer science & didn't get stuck in a functional programming language class learning LISP like I did) during their freshman year to learn about programming languages where they learn Arduino & MATLAB.
|
||||
|
||||
Arduinos are a great introduction into programming because people get to directly see the effects of their program written in MATLAB or something directly onto the Arduino which is a little microcontroller breadboard circuit that connects to code written from your machine to operate.
|
||||
|
||||
I never took that Arduino course though so instead I will have to learn it from scratch from building blocks. Either way there are things I have learned along the way but it's back to basics for me.
|
||||
|
||||
|
@ -7,8 +9,8 @@ The[ Raspberry Pi ](obsidian://open?vault=enter&file=Coding%20Tips%20(Classical)
|
|||
Although recently they've both been trying to improve to essentially do each others' jobs.
|
||||
|
||||
Arduino Resources:
|
||||
|
||||
|
||||
- LOTS of arduino projects on [maker.pro](https://maker.pro)
|
||||
-
|
||||
|
||||
|
||||
Arduino Models:
|
||||
|
|
Loading…
Reference in New Issue