Wednesday, August 16, 2023, 20:30:02 + 6

main
shwetha729 2023-08-16 20:30:39 -04:00
parent 5ad89861b9
commit 10b53e6e2d
5 changed files with 25 additions and 11 deletions

View File

@ -97,7 +97,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "EMF Detector.md", "file": "Machine Tips (Quantum)/Physics/Hardware/MicroControllers/Arduino.md",
"mode": "source", "mode": "source",
"source": false "source": false
} }
@ -266,7 +266,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "EMF Detector.md", "file": "Machine Tips (Quantum)/Physics/Hardware/MicroControllers/Arduino.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -283,7 +283,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "EMF Detector.md", "file": "Machine Tips (Quantum)/Physics/Hardware/MicroControllers/Arduino.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -306,7 +306,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "EMF Detector.md" "file": "Machine Tips (Quantum)/Physics/Hardware/MicroControllers/Arduino.md"
} }
} }
} }
@ -332,8 +332,8 @@
}, },
"active": "6474aabcbe492ea9", "active": "6474aabcbe492ea9",
"lastOpenFiles": [ "lastOpenFiles": [
"Machine Tips (Quantum)/Physics/Hardware/EMF Detector.md",
"Coding Tips (Classical)/Webpage/Machine Tips - Quantum/Quantum Stuff.md", "Coding Tips (Classical)/Webpage/Machine Tips - Quantum/Quantum Stuff.md",
"EMF Detector.md",
"Coding Tips (Classical)/Webpage/Main Page.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/Obsidian-gitea process.md",
"Coding Tips (Classical)/Project Vault/Obsidian/Obsidian Guides/Digital Garden Plugin.md", "Coding Tips (Classical)/Project Vault/Obsidian/Obsidian Guides/Digital Garden Plugin.md",

View File

@ -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)

View File

@ -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)

View File

@ -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. 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. Although recently they've both been trying to improve to essentially do each others' jobs.
Arduino Resources: Arduino Resources:
- LOTS of arduino projects on [maker.pro](https://maker.pro)
-
Arduino Models: Arduino Models: