Forum Replies Created

Viewing 15 posts - 16 through 30 (of 250 total)
  • Author
    Posts
  • in reply to: Wrong documentation [Connect to SCiO Sensor] #43595
    Ayelet
    Keymaster

    Hi Sacha,

     

    Below is the correct code for Android:

    ScioDevice myScio = new ScioDevice(this, scioAddress);
    myScio.connect(new ScioDeviceConnectHandler() {
        @Override
        public void onConnected() {
            /* put your code for successfully connecting to the SCiO here */
            
            Log.d("DemoApp", "SCiO was connected successfully");
        }
    
        @Override
        public void onConnectFailed() {
            /* put your code for failing to connect to the SCiO here */
            
            Log.d("DemoApp", "Timeout while connecting");
        }
    });

    Ayelet

    in reply to: Data Entry #43594
    Ayelet
    Keymaster

    Hi,

     

    As you probably have noticed alraeady – this feature has been implemented and now available in SCiO Lab.

    You need to access the ‘Samples’ tab and choose ‘Import Data’

     

    1. The first step is to choose the relevant file (as a CSV file)

    Inline image 1

    2. Make sure to mark the unique sample identifier – in this case ‘Sample Name’

    Inline image 2

    3. Choose the relevant mapping: attribute<>column
    In this case, you will need choose ‘Sample Name’ next to ‘sample_name’, as following (the rest of the fields were automatically identified):

    Inline image 1

    4. Imported successfully

    Inline image 2

     

    Ayelet,
    The Consumer Physics Team

    in reply to: Wrong documentation [Connect to SCiO Sensor] #43593
    Ayelet
    Keymaster

    Hi Sacha,

     

    You are right, there is a problem with our documentation.

    We will fix this issue shortly and let you know.

     

    Ayelet,

    The Consumer Physics Team

    in reply to: Empty Scan also showing results for Milk #43592
    Ayelet
    Keymaster

    Hi Gaurav,

     

    Just to let you know that we didn’t forget and we are still working on investigating the issue.

    We apologize for the delay and appreciate your understanding.

     

    Ayelet

     

    in reply to: Unable to discover scio devices (SWIFT 3.0) #43591
    Ayelet
    Keymaster

    Hi Sacha,

     

    Unfortunately, we currently do not support swift.

    We will support Swift in the future, however when exactly is yet to be decided.

     

    Ayelet,

    The Consumer Physics Team

    in reply to: importing meta-data (a CSV file). #43586
    Ayelet
    Keymaster

    Mali,

     

    We have talked about the first issue.

     

    As for the collection deletion, do you still encounter difficulties?

    We have checked the feature and it works properly, we are not aware of any bugs.

     

    Ayelet

    Ayelet
    Keymaster

    Hi Gaurav,

     

    Have you checked out our online guide?

     

    This may be helpful (found in the online guide under ‘Get Consumer Physics Models’) –

     

    Get ConsumerPhysics models info (name, ID, supported SCiO versions, etc.) and use them to analyze your scans.

    Each model has a “supportedSCiOVersions” array property that contains all the supported SCiO versions for the specific model.

    • __weak typeof(&*self)weakSelf = self;
    • [[CPScioCloud sharedInstance] getCPModelsWithCompletion:^(BOOL success, NSArray *models, NSError *error) {
    • if (success) {
    • [weakSelf modelsScreenWithModels:models];
    • return;
    • }
    • // Error
    • dispatch_async(dispatch_get_main_queue(), ^{
    • [weakSelf alertWithTitle:error.userInfo[NSLocalizedDescriptionKey] mes-sage:error.userInfo[NSLocalizedFailureReasonErrorKey]];
    • });
    • }];}
    in reply to: Cleaning with Alcohol #43584
    Ayelet
    Keymaster

    :good:

    in reply to: Error connecting to a new SCiO from app #43583
    Ayelet
    Keymaster

    Hi Gaurav,

     

    The problem was transferred to our software team.

    It might take some time for them to investigate the issue – we will keep you updated.

    Note that we have sent you an e-mail regarding other errors you have encountered recently (during the models creation process).

     

    Thanks for your patience and understanding,

    Ayelet

    in reply to: Framework – Swift Support #43582
    Ayelet
    Keymaster

    Hi Ruby and Lucas,

     

    We will support Swift in the future, however when exactly is yet to be decided.

     

    Ayelet

    Ayelet
    Keymaster

    Hi Gaurav,

     

    Following you conversation with Guy regarding this issue, a task was opened and our software will implement this feature in iOS SDK.

     

    We appreciate your inputs and feedback.

     

    Ayelet,

    The Consumer Physics Team

    in reply to: Empty Scan also showing results for Milk #43573
    Ayelet
    Keymaster

    Thanks, I sent you an e-mail.

     

    Ayelet

    in reply to: SCiO V1.1 !!! #43558
    Ayelet
    Keymaster

    Hi all,

     

    Certain applets such as the Produce Selector applet are indeed currently not supported by SCiO 1.0.

    However, we are evaluating the accuracy of the models and are looking into releasing it to our 1.0 SCiO users.

     

    We will keep you updated and notify you once new applets are released to 1.0 users.

     

    Ayelet,

    The Consumer Physics Team

    • This reply was modified 7 years, 5 months ago by Ayelet.
    in reply to: Meet us in SF – May 19th and 20th #43557
    Ayelet
    Keymaster

    Hi Mario,

    Currently there are no planned meet-ups for the near future.

    We will keep you posted!

    Ayelet

    in reply to: Login Session failed #43556
    Ayelet
    Keymaster

    Thanks for sharing! :good:

Viewing 15 posts - 16 through 30 (of 250 total)