Abdul_moh
@abdul
Member
Joined: 2022-12-05 12:17 pm
Last seen: 2023-04-06 12:41 pm
Topics: 5 / Replies: 9
Reply
RE: Advice on ADXL345 SPI code not working using ESPnow

The MPU6050 worked as expected. Kindly see the code below. #include <esp_now.h> #include <WiFi.h> #include <Adafruit_Sensor.h> ...

1 year ago
Reply
RE: Advice on ADXL345 SPI code not working using ESPnow

My issue is figuring out what to send to the receiver using &myData. I get this at the sender monitor, Last Packet Send Status: Delivery Success...

1 year ago
Topic
Reply
RE: ADXL345 SPI output 000 on the serial monitor

The serial monitor output is attached. I want to do the FFT of the data, but I don't know the "t" to use. Whether from the timestamp (the laptop time)...

1 year ago
Reply
RE: ADXL345 SPI output 000 on the serial monitor

@davee Thanks for your contributions and analysis. I tried all the DIVs to avail of no. I resort to using another code attached. #include <SPI.h&...

1 year ago
Reply
RE: ADXL345 SPI output 000 on the serial monitor

@will I am using ESP32 mini D1, thanks.

1 year ago
Reply
RE: ADXL345 SPI output 000 on the serial monitor

@zander The highest baudrate in Arduino IDE 2.0.4 is 2000000.

1 year ago
Topic
Replies: 16
Views: 1421
Reply
RE: Problem with ADXL357 with DFROBOT FIREBETTLE I2C

Below is the output; I welcome any input. 0.00,0.00,0.00 0.00,0.00,0.00 0.00,0.00,0.00 0.00,0.00,0.00 0.00,0.00,0.00 0.00,0.00,0.00 0.00,0.00,...

1 year ago
Topic
Reply
RE: how to display and adjust the sampling rate in the code a display in the serial monitor

Can you help with the code to count the number of samples per loop and total.

1 year ago
Reply
RE: how to display and adjust the sampling rate in the code a display in the serial monitor

I tried to copy and paste the serial monitor data to excel, but still no way.

1 year ago