diff --git a/encrypted-Notepad/d/55/EQDC6N3EXWV6NIN6HZPNP7DREQKOTV/h1XYxvD_UXqeGjDTNWbzXpjFozhyhxTLihNAEFf_XK8oLk8YdD127w==.c9r b/encrypted-Notepad/d/55/EQDC6N3EXWV6NIN6HZPNP7DREQKOTV/h1XYxvD_UXqeGjDTNWbzXpjFozhyhxTLihNAEFf_XK8oLk8YdD127w==.c9r new file mode 100644 index 0000000..a444ed3 Binary files /dev/null and b/encrypted-Notepad/d/55/EQDC6N3EXWV6NIN6HZPNP7DREQKOTV/h1XYxvD_UXqeGjDTNWbzXpjFozhyhxTLihNAEFf_XK8oLk8YdD127w==.c9r differ diff --git a/enter/.obsidian/workspace.json b/enter/.obsidian/workspace.json index dc74f5b..d560bcb 100644 --- a/enter/.obsidian/workspace.json +++ b/enter/.obsidian/workspace.json @@ -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", diff --git a/enter/EMF Detector.md b/enter/EMF Detector.md deleted file mode 100644 index 89596d5..0000000 --- a/enter/EMF Detector.md +++ /dev/null @@ -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) \ No newline at end of file diff --git a/enter/Machine Tips (Quantum)/Physics/Hardware/EMF Detector.md b/enter/Machine Tips (Quantum)/Physics/Hardware/EMF Detector.md new file mode 100644 index 0000000..0dba09d --- /dev/null +++ b/enter/Machine Tips (Quantum)/Physics/Hardware/EMF Detector.md @@ -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) + diff --git a/enter/Machine Tips (Quantum)/Physics/Hardware/MicroControllers/Arduino.md b/enter/Machine Tips (Quantum)/Physics/Hardware/MicroControllers/Arduino.md index 79d42e5..4239067 100644 --- a/enter/Machine Tips (Quantum)/Physics/Hardware/MicroControllers/Arduino.md +++ b/enter/Machine Tips (Quantum)/Physics/Hardware/MicroControllers/Arduino.md @@ -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: