Kali Linux is a debian-based Linux distribution aimed at advance penetration testing and security auditing.Kali Linux contain several hundreds of tool which are geared towards various information security tasks, Such as Penetrations testing, Security research, Computer Forensics and Reverse engineering.
Hey, Today's blog we are going to use ADXL345 Accelerometer with raspberry pi. WHAT YOU NEED : Raspberry pi 3 SD card (8gb+ recommend) Power supply ADXL345 accelerometer Breadboard CIRCUIT : PREPARING RASPBERRY PI : 1. Before we can get our Raspberry Pi to retrieve data from our ADXL345 Accelerometer, there are a few changes we must make to the Pi’s configuration. Let’s first ensure that everything is up to date by running the following two commands. sudo apt-get update sudo apt-get upgrade 2. Once the Raspberry Pi has finished updating, we will need to go ahead and launch the Raspberry configuration tool so that we can enable I2C on the Raspberry Pi. Run the following command to launch the raspi configuration tool . sudo raspi-config 3. On this screen, you need to head to the “ 5 Interfacing Options ” menu. You can navigate the raspi-config tools menus by using the arrow keys . Use the ENTER...
Comments