Search found 3 matches
- Sat Nov 02, 2024 9:03 pm
- Forum: ESP8266
- Topic: Connecting ADXL345 to Nodemcu ESP8266 via SPI communication protocol
- Replies: 2
- Views: 1303
Re: Connecting ADXL345 to Nodemcu ESP8266 via SPI communication protocol
I need SPI communication because with I2C I can only get a sampling rate of 800Hz, and I need at least 2000Hz or more
- Fri Oct 25, 2024 10:07 pm
- Forum: ESP8266
- Topic: Connecting ADXL345 to Nodemcu ESP8266 via SPI communication protocol
- Replies: 2
- Views: 1303
Connecting ADXL345 to Nodemcu ESP8266 via SPI communication protocol
Hi everyone. I'm having problems to get the adxl345 working with the esp8266 nodemcu, with i2c there were no problems but through SPI I couldn't get a response from the sensor, or load the code. I used the following pins esp8266 ADXL345 3V3 ----------------> VCC GND ----------------> GND D8 (GPIO15)...
- Fri Oct 25, 2024 9:46 pm
- Forum: Hardware
- Topic: QUESTION-Help appreciated - ESP32 with ADXL345 with a LIPO charging breakout.
- Replies: 4
- Views: 3200
Re: QUESTION-Help appreciated - ESP32 with ADXL345 with a LIPO charging breakout.
Hi, could you send me your code? Did you try to make the adxl345 work via spi with nodemcu esp8266? I'm the same as you, with i2c everything worked fine but spi is a pain in the ass haha