This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Editor does not load my experiment correctly
#11
Yes, I have the original file named Solo_FotocCelda.phyphox.

I also downloaded the file that is installed in the Phyphox app on my phone using the three-dot option, this file downloads with the following name: eedb69a5a4d24066b097029b91381a98.phyphox.

This last file does not work properly when I load it back into the Phyphox app on my phone with the Editor.

I am attaching both files.


Attached Files
.phyphox   Solo_FotoCelda.phyphox (Size: 1.56 KB / Downloads: 45)
.phyphox   eedb69a5a4d24066b097029b91381a98.phyphox (Size: 1.6 KB / Downloads: 45)
Reply
#12
Errr… these two files just differ by the type of newlines: it's POSIX style for the original file and DOS style for the broken one…  Huh
Reply
#13
… and what's even weirder: if I download the file it's identical to your original file (modulo two mini bugs in the editor with Schroedinger's attributes).
Reply
#14
Could you please briefly record data with both files and save these measurements as “experiment state”s? Perhaps the files including data shine some light on what's going wrong here…
Reply
#15
I tried again, I downloaded the file that works in my Phyphox app installed on my phone using the three dots option, I uploaded it again using the Editor and again it didn't work.

I did it again but checked the parameters of the Bluetooth module, without changing anything and re-uploaded it to the app and this time it worked.

For each test, I reset the Editor screen, I also downloaded the .phyphox file and reviewed them, I found that they were not the same regarding the Bluetooth module, these were the differences:

Solo_FotoCeldaTest.phyphox (don'work):

  <input>
    <bluetooth name="Arduino MKR 1010" uuid="19b10000-e8f2-537e-4f6c-d104768a1214" rate="0">
      <output char="19b10001-e8f2-537e-4f6c-d104768a1214" conversion="singleByte">Time</output>
      <output char="19b10001-e8f2-537e-4f6c-d104768a1214" conversion="formattedString" separator="/" index="0">Fotocelda</output>
    </bluetooth>
  </input>
Solo_FotoCeldaTest (1).phyphox (WORK):

    <bluetooth name="Arduino MKR 1010" uuid="19b10000-e8f2-537e-4f6c-d104768a1214" mode="notification" rate="0">
      <output char="19b10001-e8f2-537e-4f6c-d104768a1214" conversion="singleByte" extra="time">Time</output>
      <output char="19b10001-e8f2-537e-4f6c-d104768a1214" conversion="formattedString" separator="/" index="0">Fotocelda</output>
    </bluetooth>

I am attaching both files: the one that didn't work (Solo_FotoCeldaTest.phyphox) and the one that did (Solo_FotoCeldaTest (1).phyphox).

It seems that the Bluetooth module is still unstable Undecided .

I attach data captured with each of the versions of the .phyphox files (incorrect and correct).


Attached Files
.phyphox   Solo_FotoCeldaTest.phyphox (Size: 1.53 KB / Downloads: 37)
.xls   Solo_FotoCeldaTest.xls (Size: 22 KB / Downloads: 41)
.phyphox   Solo_FotoCeldaTest (1).phyphox (Size: 1.57 KB / Downloads: 39)
.xls   Solo_FotoCeldaTest (1).xls (Size: 19.5 KB / Downloads: 39)
Reply
#16
That's what I meant with “Schroedinger's attributes”: they have a defined state only when observed… Smile

I have already asked if a fix could be put out after my previous reply. I keep you posted when it gets released.
Reply
#17
A new version of the editor has just been released. Both issues with mode="notification" and extra="time" are fixed now. In addition, the conversion function is left out for extra="time": it is not used in this case…
Reply


Forum Jump: