mylifewithandroid.blogspot.com
My life with Android :-): December 2014
http://mylifewithandroid.blogspot.com/2014_12_01_archive.html
My life with Android :-). Tuesday, December 30, 2014. Integrating an Android smartphone application with the BLED112 module. My conclusion with the RFDuino adventures. Bluegiga's BLED112 USB dongle. The BLED112 implements the same API (called BGAPI, check out Bluetooth Smart Software API reference. Click here to download the Android client. And the PC server. In this exercise, we will implement the Current Time Service. Grab a Windows machine, download the Bluegiga SDK. Usb 3-2: Product: Low Energy Dongle.
mylifewithandroid.blogspot.com
My life with Android :-): September 2014
http://mylifewithandroid.blogspot.com/2014_09_01_archive.html
My life with Android :-). Monday, September 29, 2014. Gas sensor prototype explained. The " We know RFDuino. Contest has not ended yet but its end is sufficiently close so that I can explain our prototype application. Our entry is a Bluetooth Low Energy-connected gas sensor and it is presented in the video below. Make sure that you watch it, you help us win the competition. Click here to download the Android client application project. Click here to download the RFDuino source code. 0xA5 seq no LEL%.
mylifewithandroid.blogspot.com
My life with Android :-): Connect your Android to the real world with Bluetooth Low Energy
http://mylifewithandroid.blogspot.com/2014/11/connect-your-android-to-real-world-with.html
My life with Android :-). Monday, November 24, 2014. Connect your Android to the real world with Bluetooth Low Energy. This is my presentation at Londroid IoT meeting, 2014 nov. 19. Connect your Android to the real world with Bluetooth Low Energy. I was scanning through your links and found a broken link on your page. Please email me back and I would be happy to point them out to you. November 29, 2014 at 5:13 AM. Subscribe to: Post Comments (Atom). Project bundle downloads related to the blog entries.
mylifewithandroid.blogspot.com
My life with Android :-): February 2014
http://mylifewithandroid.blogspot.com/2014_02_01_archive.html
My life with Android :-). Friday, February 7, 2014. RenderScript in Android - the parallel version. In the previous post I promised to revisit the parallel case. The big promise of RenderScript is to exploit parallelism among different CPUs, GPUs and DSPs in the device at no additional cost. Once the algorithm is properly transformed into parallel version, the RenderScript runtime grabs whatever computing devices are available and schedules the subtask automatically. The problem with DTW. The other paral...
mylifewithandroid.blogspot.com
My life with Android :-): March 2014
http://mylifewithandroid.blogspot.com/2014_03_01_archive.html
My life with Android :-). Tuesday, March 11, 2014. Beyond RenderScript - parallelism with NEON. My last post about the parallel implementation. Of Distributed Time Warping (DTW). The example program can be downloaded from here. The relevant functions are in jni/cpucore.c. There are 3 implementations, processNativeSlow, processNative and processNativeNEON, each is progressively more optimized than the previous one. The processNativeSlow and processNative functions are in C, in processNativeNEO...Let's tak...
mylifewithandroid.blogspot.com
My life with Android :-): April 2015
http://mylifewithandroid.blogspot.com/2015_04_01_archive.html
My life with Android :-). Wednesday, April 22, 2015. Infrared imaging with Android devices. In this post, I will present an integration of FLIR Lepton Long-wavelength Infrared Camera. The prototype system presented here needs a relatively long list of external hardware components and it is also not trivial to prepare these components. This list is the following:. An Android phone with Bluetooth 4.0 capability. I used Nexus 5 for these experiments. A BeagleBone Black card with an SD Card 4GB. Fortunately ...
mylifewithandroid.blogspot.com
My life with Android :-): My first steps with command-line development tools
http://mylifewithandroid.blogspot.com/2007/12/my-first-steps-with-command-line.html
My life with Android :-). Sunday, December 23, 2007. My first steps with command-line development tools. As, I guess, most of the prospective Android developers, I started my Android experience by going through the Tutorial. This tutorial assumes Eclipse. Based development environment. Many people love Eclipse but I am kind of old-fashioned and I prefer command line development tools. Somehow I feel myself more in control of what is happening during development. :-). List of devices attached. Command, th...
mylifewithandroid.blogspot.com
My life with Android :-): Gas sensor prototype explained
http://mylifewithandroid.blogspot.com/2014/09/gas-sensor-prototype-explained.html
My life with Android :-). Monday, September 29, 2014. Gas sensor prototype explained. The " We know RFDuino. Contest has not ended yet but its end is sufficiently close so that I can explain our prototype application. Our entry is a Bluetooth Low Energy-connected gas sensor and it is presented in the video below. Make sure that you watch it, you help us win the competition. Click here to download the Android client application project. Click here to download the RFDuino source code. 0xA5 seq no LEL%.
mylifewithandroid.blogspot.com
My life with Android :-): Infrared imaging with Android devices
http://mylifewithandroid.blogspot.com/2015/04/infared-imaging-with-android-devices.html
My life with Android :-). Wednesday, April 22, 2015. Infrared imaging with Android devices. In this post, I will present an integration of FLIR Lepton Long-wavelength Infrared Camera. The prototype system presented here needs a relatively long list of external hardware components and it is also not trivial to prepare these components. This list is the following:. An Android phone with Bluetooth 4.0 capability. I used Nexus 5 for these experiments. A BeagleBone Black card with an SD Card 4GB. Fortunately ...
mylifewithandroid.blogspot.com
My life with Android :-): Award for our Android Gas Sensor
http://mylifewithandroid.blogspot.com/2014/10/award-for-our-android-gas-sensor.html
My life with Android :-). Friday, October 3, 2014. Award for our Android Gas Sensor. I just got a mail that our gas sensor entry. A gas sensor with Bluetooth Low Energy connectivity and the associated Android application) has just won 3rd place on the We Know RFDuino contest. Thanks to everyone who viewed our video and thus helped us to compete successfully! Meanwhile the source code of the prototype. Was made open source so you may want to check out that too! Subscribe to: Post Comments (Atom).