Hi ! I done this at least, 4 different times, and I never wrote it down. So, here it is. import json from bluepy.btle import Scanner try: # based on http://ianharvey.github.io/bluepy-doc/scanner.html#sample-code scanner = Scanner() devices = scanner.scan(10.0) devices_m = [] for dev in devices: name = “” power = “” for (adtype, desc, value) in…… Continue reading #RaspberryPi – Listing nearby BLE devices using the onboard #bluetooth sensor
Tag: BLE
#Xamarin – #Bluetooth LE plugin version 1.0 (Monkey Robotics finally gets older)
Hello! It has been some time since I wrote something about BlueTooth Low Energy. I think that the last post that I wrote was the ones about development for Garmin sports smart watchs. While working with BlueTooth Low Energy devices is common and easy with iOS and Android, with Windows it was somewhat hard. If you work with…… Continue reading #Xamarin – #Bluetooth LE plugin version 1.0 (Monkey Robotics finally gets older)
#Xamarin – #Bluetooth LE plugin en version 1.0 (Monkey Robotics se hizo mayor)
Hola ! Hace ya varios meses que no pruebo ni escribo nada sobre BlueTooth Low Energy. Creo que lo último que escribí fueron mis posts sobre desarrollo para los smartwatchs deportivos Garmin. Si bien trabajar con devices BlueTooth Low Energy es algo común con iOS y Android, con Windows era un tanto complicado. En un…… Continue reading #Xamarin – #Bluetooth LE plugin en version 1.0 (Monkey Robotics se hizo mayor)
#Channel9 – My own #Coding4fun channel (so great!)
Hi ! Long story short: I’m far far away from the Spanish and Latin America community, so this year I’ll try to learn new ways to do some remote collaboration. My first action will be create short videos (~30 minutes) in Spanish and post them in Channel 9. So the first one is a quick…… Continue reading #Channel9 – My own #Coding4fun channel (so great!)
#Garmin – Next Challenge: #ConnectIQ SDK & #MonekyC
Hello! The process of installation in Toronto is taking shape. While I continue with the steps necessary to live here, I give me the luxury of jogging at – 10 ° C to learn a little. Best of all this, is that the past February 14, Pao gave me a Garmin Forerunner 235 to replace…… Continue reading #Garmin – Next Challenge: #ConnectIQ SDK & #MonekyC
#Garmin – Próximo desafio: #ConnectIQ SDK y #MonekyC
Hola ! El proceso de instalación en Toronto va tomando forma. Mientras sigo con los trámites necesarios para vivir aquí, me puedo dar el lujo de salir a correr a -10ºC para conocer un poco. Lo mejor de todo esto, es que el pasado 14 de Febrero, Pao me regaló un Garmin Forerunner 235 para…… Continue reading #Garmin – Próximo desafio: #ConnectIQ SDK y #MonekyC
[#XAMARIN] Estimote beacons + #StarWars = true
Hi! I’m going to share a couple of posts on Xamarin and Beacons in the next few days. I’m going to use Estimote for the first posts. So, today I realize that some beacons run out of battery. So, a normal tech dude will throw them out. Me, on the other side, think to open them…… Continue reading [#XAMARIN] Estimote beacons + #StarWars = true
[#XAMARIN] Estimote beacons + #StarWars = true
Hola! En los próximos días escribiré un par de posts sobre beacons y Xamarin. Los que utilizaré para los primeros ejemplos serán los de Estimote. Hoy cuando revisaba alguno de ellos me he dado cuenta de que no tenían más batería. Y claro como son descartables, se me ocurrio ver que tenían dentro (además de…… Continue reading [#XAMARIN] Estimote beacons + #StarWars = true
#WINDOWS10- Display Heart Rate Band battery status in a Windows Universal App #BLE
Hola! Series 1. Pair Heart Rate Band using Bluetooth LE to be used in a Windows Universal App 2. Create a Windows Universal App and access to Heart Rate Band information 3. Display Heart Rate Band battery status in a Windows Universal App In my previous post, I wrote a series of steps to create…… Continue reading #WINDOWS10- Display Heart Rate Band battery status in a Windows Universal App #BLE
#WINDOWS10- Mostrar la carga de la batería de la Heart Rate Band en Windows Universal App #BLE
Hola! Series 1. Emparejar Heart Rate Band via BlueTooth LE para utilizarlo en Windows Universal App 2. Crear una Windows Universal App y mostrar la información de Heart Rate Band 3. Mostrar información de la carga de la batería de Heart Rate Band En el post anterior vimos cómo crear una Windows Universal App, y…… Continue reading #WINDOWS10- Mostrar la carga de la batería de la Heart Rate Band en Windows Universal App #BLE