The LIS3DH is a very popular low power triple-axis accelerometer. It's low-cost, but has just about every 'extra' you'd want in an accelerometer.
This sensor communicates over I2C or SPI (our library code supports both) so you can share it with a bunch of other sensors on the same I2C bus. There's an address selection pin so you can have two accelerometers share an I2C bus
I am developing a trackable USB drive that utilizes 4G and GNSS technology, without relying on Bluetooth or Wi-Fi. When the USB drive is plugged into a computer, it begins charging its internal lithium battery while the positioning system remains dormant. Once unplugged, the positioning system activates and reports its location once per day.
Template for Arduino Uno R3 Shield. Include an official pinout so you will always know Arduino names, the alternative roles of pins, which one is SDA, or SCL, etc. On PCB you can find the 3D model of the Arduino Uno R3 itself along with the board outline on the silkscreen.
#Arduino #Uno #Shield #Template #project-template #project