Physical Computing - Arduino + Bluetooth + Gadget Control
Loading...
12,118
Loading...
Uploader Comments (miumiub)
see all
All Comments (23)
-
@miumiub thanks for the reply, and the link! I really appreciate it :D
-
@miumiub thanks alot I thought it might be getting more complex to have a specific type of moment, altho it would be more sophisticated. I am thinking to do some complese things but not ready yet. I am doing my master after I just finished my BS degree in computer engineering
-
@kkpuzp2 i did motion sensing with processing video library and sound with Ess library (also for processing)
-
How did you do the motion capture and the sound recognition?
Loading...
what bluetooth module did you use? was it the kc5100?
direktormikong 2 weeks ago
@direktormikong BlueSMiRF Gold from sparkfun.com
miumiub 2 weeks ago
so if the sound captured wasn't high-pitches, the vacuum would keep going on when it trigger any sound and never stop because the vacuum is noisy? :)
TheMasterAbdul 1 month ago in playlist Arduino
@TheMasterAbdul Exactly! I remember I did some calibration to avoid the vacuum noise triggling
miumiub 1 month ago
@miumiub thank you for the comment, but I the movement triggering for the vaccum, is it any type of movement is enough to make it move?
TheMasterAbdul 1 month ago
@TheMasterAbdul basically, yes. I just calculated the total pixel difference between two frames. It triggers the system when the value of difference is greater than a given threshold.
miumiub 1 month ago