I want to detect when something has been placed on a table. So my idea is to put a sensor in the table and it has to detect that there is an object there using its weight or pressure.
I have seen things like Load Cell and HX711. Is there anything else we I can use? I'm looking for something very simple just that detect it, I don't need weight or anything else.
The object that has to detect weights more than 2kg and less than 15kg
Yeah, table is not too heavy so I guess it should work. It is also easier than HX711.
I'll take a look and investigate about connections and how to implement the code.
Thank you.
FSR will do well for the job. They're simple analog sensors, so you need an analog input and pull-up resistor for each of them. Not very accurate and even less linear but that doesn't matter for your application.
Thanks @wvmarle I will investigate them. I'm quite new on that so I might need more help in a few days
@hammy is not metallic so I understand that no hall effect there. Regarding Breaking light you mean IR, I don't think I can use IR. Gonna check the micro switch solution as well https://www.instructables.com/id/Arduino-and-Micro-Switch/ something like that?
I also will investigate pressure pad.
Cheers
I don't think a light sensor works for my project. Thanks anyway for the idea, I will take into account for other projects.
I've just bought a FSR sensor but have to wait 2 weeks
They're simple analog sensors, so you need an analog input and pull-up resistor for each of them. Not very accurate and even less linear but that doesn't matter for your application.
wvmarle:
FSR will do well for the job. They're simple analog sensors, so you need an analog input and pull-up resistor for each of them. Not very accurate and even less linear but that doesn't matter for your application.
Datumelectronics:
They're simple analog sensors, so you need an analog input and pull-up resistor for each of them. Not very accurate and even less linear but that doesn't matter for your application.
You could just have quoted my reply instead of copy/pasting it.