Hi I am new to blynk and need help I am using a mpu6050 and cant get the temperature to display in c and also the axelorometer

[Unformatted code removed by moderator]

@Robert_Muller I’ve deleted the code you posted, because it was totally unreadable.
When you post code it needs to have triple backticks at the beginning and end. Triple backticks look like this.
```

It also needs to have regular line breaks (carriage returns, line feeds) at the end of each line, so that it is readable.

I’d also suggest that you re-read the information below, which is what we ask you to do when you create a new topic on the forum, and provide the missing information…

Before creating the topic

  1. Search forum for similar topics
  2. Check http://docs.blynk.cc and http://help.blynk.cc/
  3. Add details :
    • Hardware model + communication type. For example: Arduino UNO with Ethernet Shield
    • Smartphone OS (iOS or Android) + version
    • Blynk server or local server
    • Blynk Library version
    • Add your sketch code. :point_up:Code should be formatted as example below.

Simply paste your code between ``` If you don’t format your code, your topic can be deleted by moderators.


void loop()

Pete.