[email protected]ail.com M1628

Member since: Monday, 08 September 2014
Last login: 8 years ago
Profile viewed: 1,243 views

Your Rank: 62
Points: 32

Does AppMethod 1.16 support Windows 10 development and installing AppMethod 1.16?

Sarina, I have read the article in the link and looked at the demos. I am unable to find out if bluetooth on iOS and Android is enabled. What I am attempting to do is to search for a BluetoothLE device from an iPhone or Android device. I want to make sure bluetooth is enabled on the mobile device, before searching for the BluetoothLE device...

[email protected] M1628 started a new discussion Detect if Bluetooth is enabled... 8 years ago

How do I check to see if my iPhone or Android device has bluetooth enabled on the device using Object Pascal in App Method. I want to show a specific form if bluetooth is not enabled, otherwise I want to send the user to a different form. Here is part of my code which does not work. I have also look at the article http://community.embarcader...

[email protected] M1628 started a new discussion How do I save iOS and Android ... 8 years ago

I am trying to save configuration from my app to iOS and Android and easily be able to load the data back into the appliation on launch. I looked at a few options, however I am having issues getting these methods to work. What is the best way to easily save a few application settings and load back into the application at launch? I am new at AppMeth...

[email protected] M1628 started a new discussion Unable to read TI SensorTag Ac... 8 years ago

I am attempting to read accelerometer data from TI's SensorTag using BluetoothLE. I am able to subscribe to the Device/Service/Characteristic, however I am unable to read data from the device. http://processors.wiki.ti.com/index.php/SensorTag_User_Guide gives the layout of the Accelerometer Data and http://processors.wiki.ti.com/images/a/a8/BLE_Sen...

[email protected] M1628 started a new discussion Read Bluetooth TI Sensortag Ac... 8 years ago

I am attempting to read accelerometer data from TI's SensorTag using BluetoothLE. I am able to subscribe to the characteristic, however I am unable to read data from the device. http://processors.wiki.ti.com/index.php/SensorTag_User_Guide gives the layout of the Accelerometer Data and http://processors.wiki.ti.com/images/a/a8/BLE_SensorTag_GATT_Ser...

[email protected] M1628 is now ranked up to New Member... ! 9 years ago
[email protected] M1628 started a new discussion Does AppMethod support Android... 9 years ago

 Does AppMethod for Android and iOS have access to composite sensors?  I am specifically looking to find an angle using a starting point and then moving the phone to a stopping point.   From my research, I believe I will need the    Sensor typeCategoryUnderlying base sensorTrigger mode         Rotation vector Attitude Accelerom...

[email protected] M1628 started a new discussion Change TMotionSensor Type... 9 years ago

I am working with System.Sensors.TMotionSensor and it seems the default type is Accelerometer1D.  How do I change the sensor type to Accelerometer3D?...