Add some images and audio files for testing purposes
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
b147f24c64
commit
3d14845bd2
6 changed files with 15 additions and 0 deletions
BIN
notes/audio/15hz_loop.mp3
Normal file
BIN
notes/audio/15hz_loop.mp3
Normal file
Binary file not shown.
BIN
notes/audio/30hz_loop.mp3
Normal file
BIN
notes/audio/30hz_loop.mp3
Normal file
Binary file not shown.
BIN
notes/images/laptop-cpu.jpg
Normal file
BIN
notes/images/laptop-cpu.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 208 KiB |
BIN
notes/images/raspberry-pi-cpu.jpg
Normal file
BIN
notes/images/raspberry-pi-cpu.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 228 KiB |
|
@ -17,3 +17,11 @@
|
|||
* No change measurable in magnetmeter even if I can see the coil vibrate
|
||||
* I assume the change in the magnetic field is too small to be measured
|
||||
* Finish project plan
|
||||
|
||||
# 2022-09-26
|
||||
* Test Magnetic Field of Laptop CPU
|
||||
* I can clearly see the spikes
|
||||
* Another try on the Raspberry Pi
|
||||
* Still nothing accurate
|
||||
* Research other solutions
|
||||
* https://www.cs.sjtu.edu.cn/~yichao/pmwiki/assets/publications/mobicom17_pan.pdf
|
||||
|
|
7
src/stress-cpu.sh
Executable file
7
src/stress-cpu.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
while true
|
||||
do
|
||||
stress --cpu 8 --timeout 2
|
||||
sleep 2
|
||||
done
|
Reference in a new issue