“Program ESP8266 with Arduino IDE for convenience. ADXL345 accelerometer communicates using I2C protocol. I’ve used ESP8266-01, in later versions of ESP we have dedicated pins for I2C bus to communicate with ADXL345. But in ESP8266-01 we can use any of the 4 GPIO pins for I2C, here I’ve used GPIO 0 and GPIO 2, since GPIO 1 and GPIO 3 (Tx & Rx) will be used for debugging.”
Related Content
Related Posts:
- Self Balancing WiFi Controlled Robot with PanTilt Camera
- Raspberry SPy Robot
- WiDC - Wi-Fi Controlled FPV Robot (with Arduino, ESP8266 and DC Motors)
- my_smarthome#1
- ScyCo - A Semantic Cypress (Analog) Coprocessor for IoT
- 3D Printeed Mars Rover Using ESP12E
- Developing a Line Following Robot with AI-enabled Tasks
- Omni Wheel Robot – A Robot That Can Move In Any Direction
- Donkey Car
- Autonomous Driving Car V2