My bad back means that I’ve not spent too much time writing code for the past week or two. Tonight, I’m in the mood to try and hack something together.
I should probably try and do some work on my CurrentCost setup – now that I’ve got the new home server connected to the CurrentCost meter, I could write a script to start collecting data and do something with it.
But that can wait for another night – for tonight, I want to get back to doing something mobile.
One idea that I’ve had kicking around since last month is a location-based reminder app based around people – using Bluetooth as a way to know who is near you.
The idea was to have an application which lets you assign tasks in your Tasks list to Bluetooth device IDs for mobile phones and laptops. Then, when your phone sees that Bluetooth Device, it could remind you about that task.
For example, I could know that I want to talk to Will about a particular project. I can put this in my To Do list, but unless I’m actually looking at my To Do list when Will is around, it’s not very helpful.
But with this app, I set my To Do list to remind me to talk to him about it the next time I am near him – the next time his phone and/or laptop is within Bluetooth range, my mobile can prompt me with an alarm.
I’m thinking that a neat way of defining this is in two parts:
Tasks –> assign to –> People –> assign to –> Bluetooth Device IDs
By decoupling it like this, it makes it more logical for the user, and means that (once set up) they don’t need to remember what people’s Bluetooth Device IDs are.
It allows for changes to people’s Bluetooth device IDs without altering multiple tasks. It also makes it easier to handle people who have several Bluetooth devices. You can assign a task to ‘Fred’, and ‘Fred’ can have multiple Bluetooth Device IDs – e.g. one for a mobile, one for a laptop, etc.
I’ve seen location based reminders before based around knowing when you are at a known fixed location – e.g. using GPS or the phone’s GSM Cell Id – but I’ve not seen it done for mobile locations using Bluetooth. So I think it could be interesting.
Will it work? Erm… watch this space 🙂
Tags: bluetooth, development, mobile, windows mobile, windowsmobile
[…] dale lane fan of all things mobile, father of small girls, IBM code monkey, youth charity trustee… « Writing a Bluetooth-based location-based reminder app […]
[…] part of my plan to write a location-based reminder app using Bluetooth devices, I need a way to know what bluetooth devices are near […]