Raspberry PI

Downloaded small footprint Minibian and Used Win 32 Disk Imager to put it onto an SD card. Realized that the device had to be registered for the network. Eeehk. Ok, it boots at least. Apparently it is quite possible to control an Arduino board from a RPI. This way one can use python rather than […]

Raspberry PI Läs mer »

Onto the Arduino platform. It has its own IDE based on Processing. It is more C/C++ oriented than e.g. Phidgets. Gemma check. Including library for neo-pixel check (In the menu). USBtinyISP programmer check. Got an error: avrdude: error: usbtiny_receive:  (expected 4, got -5) But it did upload the program and thus it works. Good enough,

Läs mer »

Here is the source for a sensor – in this case just a slider – connected to a servo, each phidget connected to plain USB. import com.phidgets.*; import com.phidgets.event.*; InterfaceKitPhidget ikp; AdvancedServoPhidget asp; float sensorVal; void setup() { size(400, 300); fill(255, 0, 0); setupServo(); setupIK(); } void draw() { readIK(); // clear the previous frame,

Läs mer »

One week later and the inbox is still clean and tidy. Noticed that more things get “done” and less time is spent pondering how and when to respond on various things. Also check email less frequently yet still feel much more in control. Drew this diagram to sort out my own actions and how they

Läs mer »

Inbox Zero

This spring I decided to do something about my mail inbox that have been growing steadily since around 2005. Although I have attempted every now and then to keep it tidy, I was now determined to clean it up once and for all. I had seen a new app from a small company that was

Inbox Zero Läs mer »

Estimote

Today a colleague dropped an Estimote on my desk (or rather I grabbed one from his desk and promised to return it in one piece…) and one hour later getting all the Gradle files to play nicely I have the Android Demo application up and running. Estimotes are small BLE beacons that can be used

Estimote Läs mer »

Materializing

It was a blast to watch Google I/O last week. The upcoming set of smart-watches looks seriously interesting and I might have to get one of those Moto 360’s. Just for developing of course as I haven’t used a wrist watch for well over 15 years. What appeals to me at this point is the

Materializing Läs mer »