Forum >Replies by kegnapuydi
userhead kegnapuydi
Replies (2)
  • You Reply:
    porada.mariusz wrote:
    Sun Oct 29, 2017 12:19 pm
    Hi All,

    I have tried WhenDo, but this is too simple for my kids already.

    I want to use Scratch for programing. However I have some problems. I have done all what is writen in the "Scratch 2.0 Wireless Programming Guide for Vortex". I runing this via USB cable (not wireless).

    The device has been detected by Windows 7 like a Arduino Uno at com6. So the drivers are working.
    Then I run Launch Vortex Communication Service, the black vidmate window opens and get close quickly.

    But when I open "Vortex Example" and press green flag nothing happen. I tried also different programs.

    How I can check if Scratch is getting communication with Vortex?
    By cause of the strategy of vortex flow meter , Sure has gained more balanced and diversified development.
  • You Reply:
    amurrayf88 wrote:
    Thu Mar 26, 2020 11:38 am
    I am trying to do an app for Beetle V1.1 using Android Studio and the source code of Bluno Basic Demo published in GitHub. I was able to create a project, compile it successfully and upload it in my cellphone. However, when scanning for BLE devices, the window "BLE Device Scan" opens, but the list is not populated. With the APK of Bluno Basic Demo this list populates, and shows the Bluno.

    Is there anything I am missing from this? Why can't I see any BLE device in my list?

    Greetings,
    Andy
    This is not an issue, it is intended behaviour because BLE devices can give out location information. You must add the location services permissions, and if you are building against API 23+, you must ask for permissions in runtime.