Hello everyone,
I want to make that arduino seismograph: DIY extremly Sensitive and cheap Arduino Seismometer | Arduino Project Hub, but I dont know how to make the LM358 amplifier circuit without the module (Post mentions that this can be done with some resistors).
Can someone provide a suitable scematic?
Any help will be greatly appreciated.
Thanks!
Often, you can buy the PCBWAY module from PCBWAY. Note that there is a precursor project, so this is part 2/2.
Just buy the module. Search on Amazon for " LM358 Weak Signal Amplifier".
Thanks for the info everybody!
Now I tried to compile the nerdaqII sketch with all its libraries (Memoryfree ,biquad,boost_filter,denoise_filter,detrend_filter) but I got the following errors:
code.ino:209: undefined reference to `biquad_clear'
code.ino:210: undefined reference to `biquad_clear'
code.ino:234: undefined reference to `detrend_biquads'
code.ino:234: undefined reference to `detrend_biquads'
code.ino:234: undefined reference to `biquad_filter'
code.ino:234: undefined reference to `detrend_biquads_g'
code.ino:234: undefined reference to `detrend_biquads_g'
code.ino:234: undefined reference to `detrend_biquads_g'
code.ino:234: undefined reference to `detrend_biquads_g'
code.ino:241: undefined reference to `boost_biquads'
code.ino:241: undefined reference to `boost_biquads'
code.ino:241: undefined reference to `biquad_filter'
code.ino:241: undefined reference to `boost_biquads_g'
code.ino:241: undefined reference to `boost_biquads_g'
code.ino:241: undefined reference to `boost_biquads_g'
code.ino:241: undefined reference to `boost_biquads_g'
collect2.exe: error: ld returned 1 exit status
exit status 1
Can anyone help me?
Thanks
I compiled it with no errors.
You need to have all the files that are in the zip folder inside your sketch folder.
You should see all the files like this
Thanks for the info!
I renamed the .pde file to .ino ,thats why it didnt work
I tried both pde and ino, both worked.
Yeah ,I tried it again and now it worked with .ino extension.I dont know what I was doing wrong before...
No problem.

