FAQ

How to choose the correct baud rate for ideal frequency? Can we set the module to only read up to +-2g?

userHead JaneYu 2022-08-22 18:35:48 50 Views18 Replies

How to choose the correct baud rate for ideal frequency?
Can we set the module to only read up to +-2g?

2024-02-14 18:34:40

I am looking to measure deceleration around 1 m/s2 which I think is 0.1 g-force Will this module measure that? What sort of accuracy could I expect?

userHeadPic JaneYu
2023-12-11 22:24:45

what is the battery life?

userHeadPic JaneYu
JaneYu wrote:

This product does not have a built-in battery, you will need to use a 3.3-5V DC voltage input.

2023-12-12 11:36:32
1 Replies
2023-12-11 00:55:10

what type of data output for acceleration? is it "g" or "m/s2"

userHeadPic JaneYu
JaneYu wrote:

The unit of the acceleration is "g"

2023-12-11 10:35:45
1 Replies
2023-11-28 13:21:46

i cant program 6-Axis Accelerometer in esp32, can you give me example program for esp32.

https://uploads.disquscdn.c...

userHeadPic JaneYu
2023-11-28 13:19:17

i cant program 6-Axis Accelerometer in esp32, can you give me example program for esp32.

userHeadPic JaneYu
2023-11-13 22:34:43

Can you share me an example with arduino nano ?

userHeadPic JaneYu
2023-10-26 17:39:17

how to calibrate this sensor?

userHeadPic JaneYu
JaneYu wrote:

This accelerometer is factory calibrated. You do not need to perform a second calibration.

2023-11-02 14:59:55
1 Replies
2023-10-19 20:08:26

How to reset angle with new start by Arduino

userHeadPic JaneYu
2023-09-25 13:26:55

Hello DFROBOT. I want to buy locally
1. Can it connect to uno R4 (minima or wifi)
2. How to check the accelerometer SEN0386 we bought is 2g version.
3. If it 8g, can it change to 2g by our. Or we must buy the 2g direct from dfrobot HQ?
We want the best 2g mems acc for arduino handle.
4. How fast the sampling? 100Hz? or more using uno R4
5. Can it programmed direct to save to csv files?
6. How much digital acc SEN0386 result ? we want something like 0.9944107310629988 g.

userHeadPic JaneYu
2023-05-29 12:46:13

Hi,
I have Serial 6-Axis Accelerometer from DFRobot. I try to connect with Arduino UNO and I use example code to read the sensor output (provided by dfrobot in github). Since, the sensor uses RX-TX as the outputs, I curious about the data frame that transmitted from the sensor. Finally, I connect the sensor with USB-TTL to my PC. Then, I get the data frame like this.
55 51 16 00 3D FF FA 07 CF 0A D2
55 52 00 00 00 00 00 00 CF 0A 80
55 53 1B FC 95 FF FF F9 45 38 C8
55 54 00 00 00 00 00 00 CF 0A 82

This data frame is repeated as long as the sensor connected to my PC. But, there is something that I do not understand. The header number 54 and the 2-bytes before the checksum byte.
xx xx xx xx xx xx xx xx CF 0A xx
xx xx xx xx xx xx xx xx CF 0A xx
xx xx xx xx xx xx xx xx 45 38 xx
xx 54 xx xx xx xx xx xx CF 0A xx

What are these used for? Thanks.

userHeadPic JaneYu
JaneYu wrote:

pls check the forum:https://www.dfrobot.com/for...

2023-05-29 17:09:41
1 Replies
2023-05-03 23:22:42

Hi,

I am a french user/buyer of this accelerometer.
We have some problem with the information.
This gives :
https://uploads.disquscdn.c...

Thanks in advance for help.
Regards
Roger

userHeadPic JaneYu
2023-03-23 19:09:48

Hi, Thank you for the reply.
This is what I does, except I use other serial library (I am using sensor via USB-UART converter on a laptop). Reading data works fine, It just does not modify frequency when I write Cmd bytes. Meybe there should be some kind of special port configuration?

userHeadPic JaneYu
2022-11-19 04:29:32

How can I get the cosine of angles X and Y when hooked to my Arduino (MEGA2560)?
At least, how can I get angles X and Y?
Thank you!

userHeadPic JaneYu
JaneYu wrote:

You can use "Serial.print(sensor.Angle.X)"

2022-11-21 14:36:45
1 Replies