Broken neck syndrome and crafted prosthetic.
Super Cool
I’ll think twice before I say that something is super cool again. And Evernote’s speech-to-text functionality is just that – super cool!
John Dewey
Before I start reading Art as Experience, I would like to state a few things that puzzles me. For myself I would engage in artistic work for myself and not so much for others. In the creative process that is. Then of course letting others reflect on the pieces is always nice, but if I
Back in one piece
Back from a few days of Snowboarding with the family. Next time I would like to test that internet of sports app that my colleagues are working on. Also talked to Jordi about equipping our boxing sack with accelerometer sensors. So after lunch I will interview our next Always On subject, looking forward to it
Unboxing Pleo
We have got a new Pleo RB! The unboxing will take place in about five minutes at the formal Mobile Life Fika 🙂
Calls and Proposals
We are currently working out a strategy for combining our interests in interaction design, robotics and IoT for upcoming calls. We would like to focus on the stuff and the physical context this time by mixing architecture, everyday life and emerging connected environments. Feels really good to set a more personally attuned research agenda this
RS232, Pleo Interface and Java
So just for references, issuing commands through a serial interface can be very handy at times. Rather than pushing the code to a repository I’ll just paste it in here. This code runs on mac but any bash equipped system would probably do. import java.io.*; public class main { private static final long serialVersionUID =
RS232, Pleo Interface and Java Läs mer »
NFC and RFID Basics
Using NFC within Android development is quite easy, at least when it comes to doing basic stuff as reading an ID of a RFID tag. From SDK v.9 the NFC reader produces an intent every time the NFC is activated e.g. by reading an RFID tag. This intent can then be picked up in an