danlsk
November 8, 2016, 10:53am
1
I am not sure if this is due to Blynk IOS BLE issue or not. But, the float data cannot be sent to the mobile app.
I am using Simblee module and IOS Blynk.
BLYNK_READ(V4)
{
float temp = Simblee_temperature(CELSIUS);
Blynk.virtualWrite(V4, temp);
}
I have to change from float to int to get this working. Setting float to float temp=1.50;
doesn’t work as well. It is not due to the Simblee_temperature() function.
Dmitriy
November 8, 2016, 11:41am
2
What widget do you use for displaying?
danlsk
November 8, 2016, 10:34pm
3
Both value and labeled display are seeing the same problem.
So, what do you get actually?
danlsk
November 9, 2016, 11:34pm
5
I got a “stop”. No value or very old value from my previous int variable.
danlsk
November 11, 2016, 2:52am
6
I think the problem could be the simblee platform. Simblee has a sendfloat function which was not used.
I have the same problem. Float not sent. Convert to int - is sent. What are these new things?
This is very old topic. Be sure to use the latest Arduino Core for your hardware (2.4.1+ for ESP8266 is required)