Search found 37 matches

by Reeshma
Thu Apr 13, 2017 4:55 am
Forum: General Discussion
Topic: Hi , can anyone say , how to write the values to the specific register through I2C..??
Replies: 6
Views: 11800

Re: Hi , can anyone say , how to write the values to the specific register through I2C..??

Thank you sir , the code had you posted its all related to reading the values from the register,
but now i want to write the values to the register through I2c and also to read the values from the register. Can anyone say how to do..?
by Reeshma
Wed Apr 12, 2017 1:51 pm
Forum: General Discussion
Topic: Hi , can anyone say , how to write the values to the specific register through I2C..??
Replies: 6
Views: 11800

Hi , can anyone say , how to write the values to the specific register through I2C..??

Am a beginner to this platform , i don't know how to write the value to the specific register. I just want like this...in esp32 const int MPU_addr=0x68; const int ACCEL_CFG=0x1c; Wire.beginTransmission(MPU_addr); // write the data to ACCEL_CFG Wire.write(ACCEL_CFG); Wire.write(0x01); Wire.endTransmi...
by Reeshma
Mon Apr 10, 2017 9:20 am
Forum: General Discussion
Topic: Hi , is there any sample code to interface the mpu-6050 with the esp32 ..??
Replies: 10
Views: 21201

Re: Hi , is there any sample code to interface the mpu-6050 with the esp32 ..??

Hi , now i can able to read only the accelerometer-x values and the y and z values remains 65535 throughout the process , can anyone say , what changes will am need to do..?
by Reeshma
Mon Apr 10, 2017 4:00 am
Forum: General Discussion
Topic: Hi , is there any sample code to interface the mpu-6050 with the esp32 ..??
Replies: 10
Views: 21201

Re: Hi , is there any sample code to interface the mpu-6050 with the esp32 ..??

Hi , am tried with the above code , i did'n get any sort of output, can anyone please help me ..?
by Reeshma
Fri Apr 07, 2017 10:08 am
Forum: General Discussion
Topic: Hi , is there any sample code to interface the mpu-6050 with the esp32 ..??
Replies: 10
Views: 21201

Hi , is there any sample code to interface the mpu-6050 with the esp32 ..??

Am tried with the arduino , it works well, but now i want to interface the mpu 6050 with esp 32 . am a beginner to this platform. can anyone help me with the sample code would be greatly appreciated..
by Reeshma
Tue Apr 04, 2017 11:34 am
Forum: General Discussion
Topic: Hi , can anyone say , how to configure the digital input and output in esp32 and how to read the digital input..?
Replies: 4
Views: 10352

Hi , can anyone say , how to configure the digital input and output in esp32 and how to read the digital input..?

My objective is , when am pressed the button , the led should glow , and when am released the button , the led should turn off.
am a beginner to this platform , please anyone can help me for the above problem