Pyinstaller is Wonderful

Writing programs for your own use is nice, but often you want to send them to other people. This usually means creating some kind of installer. Pyinstaller is a neat little utility that takes a Python program and wraps it up with the appropriate Python runtime and any libraries that are required. This makes it dead easy to send a Python program to someone else.

There are two ways you can use it. The program will make a folder containing all the required resources and an executable which you can zip up and send to people, or you can make a single executable that unzips itself into a temporary folder and then runs from that.

I’ve been using it to make distributable versions of the HullOS code editor and it works very well. The only snags are the size of the executable (in the case of the HullOS editor my fairly small program swells to 8Mbytes) and the slight delay when opening the app as it gets all the libraries ready.

Pyinstaller doesn’t make a “universal” application that runs on anything. Instead it needs to run on each target platform to make a program for that platform. And I’m in the rather ironic situation of having the Pyinstaller program refuse to install on my Apple Mac, so at the moment I can’t make a Mac version of the HullOS editor.

But, bearing in mind that it is free and that when you get it going it just works, I reckon it is a very good solution to the problem of getting your code out there.

Making a Martian Wrist Watch - Badly

The watch in use showing the all-important dust levels…

Sometimes great ideas come to you at 3:00am in the morning. Sometimes you have ideas that turn out to be….. not so great.

After spending most of yesterday refining my air quality sensor I went to bed with no real plan of what to build for the Nasa Space Apps Challenge. Then, at 3:00am I woke up with an idea.

One of the “Can you build a….” challenges was to build a device to “Make sense of Mars”. The device could contain one or more senors and be used by those exploring the planet. So, all I have to do is take my Air Quality Sensor, add a wrist strap and presto, I have a Martian wrist watch. The idea is to make the kind of thing that a Martian might want to have on his or her person to track local environmental conditions and check for deadly dust storms.

Actually, at this point I must inform the reader that I’ve no idea whether or not dust storms would be a hazard to a martian, or whether or not any of the sensors I’m using (temperature, pressure, humidity and 10 and 25 micron dust particles) would generate any useful readings on Mars. But I’ve seen “The Martian” movie, and I reckon the hero would have found something useful to do with my device. He was a very resourceful chap.

Anyhoo, I reasoned that since there were things on the Martian surface that might be bad and I needed to make sure the wearer of the watch should be in no doubt when these happened. So I added a ring of pixels to my watch to give a strong and powerful warning. And it was at this point that my problems really started. Finding power for the pixel ring was easy, but I also needed a digital signal to select pixel colour.

This was tricky, since the Heltec device I’m using has pretty much all of the signals committed already. However eventually I managed to get the pixel ring to work without breaking any of the existing functionality. Or so I hoped.

The process involved three hours of tweaking drivers and moving devices around pins. During all this I was reminded of the old home truth: “Theory is when you know everything, but nothing works. Practice is when it works, but you really don’t know why.”

Testing the warning pixel with tissue paper…

When the final judging time came we we were a judge short, and so I ended up doing judgely things, although I also insisted on presenting as well. After all, there is always the “People’s Choice” award to go for. I was on last, after some really superb presentations by the other teams.

Alas things did not go well. The network connection to the access point the watch was using was disconnected during the presentations so my watch had fallen off the network. And the pixel ring on the watch seemed to have failed. So I did a bit of arm waving, told a few bad jokes and then headed for the door….

Anyhoo, you can find my team page on Nasa here. And you can find a fantastic description of the event at c4di here, including overviews of all the teams and the winners.

Thanks to c4di for the use of the venue, Dileepa for sorting out the awesome pizza and Nasa for coming up with a set of thought provoking challenges.

Nasa Space Apps Challenge

We started the Nasa Space Apps challenge in Hull today. There are around 25 of us and we’re going to spend the weekend attacking some of the challenges set by Nasa. We did this last year and it was great fun, so we’re doing it again. I’m flying solo today, as well as giving Dileepa and the crew some help here and there.

As last time I’m impressed with the breadth of the challenges that Nasa has put together and enthusiasm of the teams.

And there will be pizza. It just so happens that since the last challenge we’ve had a pizza place open right next door. Wonderful.

Printed C# Yellow Book is coming

Proof copy - Not For Resale

It’s finally going to happen. The C# Yellow Book is going to become….. a book.

I wrote the book for my C# programming course at Hull University and we used to give it to all new students (and anyone who came to see us).

And soon you’ll be able to buy your own copy thanks to the miracle that is Amazon printing on demand. I received a proof copy this afternoon and I’m surprised how good it looks. It now sports a snazzy cover and I’m having it printed in letter size (8 inches by 11 inches) to make the 220 pages easy to read.

It will be going on sale just as soon as I’ve fixed a few formatting foibles and run it through the Amazon approvals process.

In the UK it will cost nine pounds a copy. I was thinking of making signed copies available for fifty pence less but I’m not sure how to do this.

Looong Day

Being up town at 7:00 am does have it’s compensations….

Today was a looong day. Headed out of the house at 6:30 am to review some newspapers for the BBC Radio Humberside Breakfast show and got back home at 8:45 pm after a Hardware Meetup at c4di. In between I did some software development on the Air Quality sensor which can now talk LoRa, MQTT and seems to work. I make that that a 14 hour working day, and it was wonderful. And to think I don’t have a “proper job”.

We had a splendid turnout at the hardware meetup, we’ve got people getting started with Arduino devices and learning how to code for them .Tonight we made an “accidental reaction timer game” and discovered how to store music in a C++ program. Who knows what we’ll come up with next time. We’ve got others entering into earnest discussions about sensors, Stephenson’s Screens and software services. And that’s just the things that begin with s.

If you want to come along and see what we’re up to next time, we’ll be at c4di at 6:00 pm on Thursday 1st of November. Find out more here.

Visual Studio Code is growing on me

You learn something new every day. Today I learned that if you don’t enable the C++ extension in Visual Studio Code you can’t use any of the Arduino extension commands.

Visual Studio Code is really growing on me. It’s like a software Swiss Army knife. It wraps around your code development and there are some awesome plugins. Including an amazing one for working with MarkDown (Markdown All in One). And the GitHub integration is lovely useful.

First Man

First Man is a movie about triumph over grief. And going to the moon. It shows how Neil Armstrong dealt with every parent’s very worst nightmare by bringing a laser focus to his efforts in the space programme. I was expecting amazing visuals and great acting. What I wasn’t expecting was so much emotion. Ryan Gosling is brilliant as the unknowable astronaut and Clare Foy is even better as his wife.

The realism is amazing. One thing that struck me was the way that the insides of the spacecraft all seemed rather dirty and worn. I was expecting everything to be shiny new, but if you think about they would have spent a lot of time testing and practising in their spacecraft.After all, you wouldn’t want to set out in something that was fresh out of the factory. And if the hardware can’t stand a bit of dirt and wear then it’s not going to much use on the long journey to the moon and back.

You should go and see this film. The rocketry looks great but the emotion on display is very what you will remember. It really brings home is the huge cost of the enterprise, in terms of money and people. The astronauts are under no illusions that their lives are at least as precarious as those of racing drivers of the day and you start to lose count of all the people who fall along the way. But the moonwalk, with the phrase at has entered history, leaves you thinking that perhaps it was all worth it.

Hornsea Radio Rally

When I was a lot (and I mean a lot younger) Radio Rallies were a big thing. Lots of fascinating components and bits and pieces for sale. You could watch the progress of half-finished projects as they moved from one person’s “Bring and Buy” stall to another over the years. This was in the days when talking to someone a long way a way (perhaps even abroad) was not a thing that anyone did because it was either too expensive or impossible.

Nowadays, with the internet and Skype making the planet a tiny, tiny, thing, the lure of long distance ham radio has diminished a bit. But there are still people doing it, and I bumped into a bunch of them at the Hornsea Amateur Radio Rally today. The event was held at the lovely Hornsea Floral Hall and things were pretty much as I remembered. There was stuff that people had brought out of their sheds to see if anyone was interested, along with a few component suppliers. And even a lot of valves.

It was great. I vowed only to spend cash and keep all my bank cards safely tucked away in number one wife’s handbag. So I only spent fifteen quid. I got a programmable led badge that I think I can connect to a Raspberry Pi, some tools, a UV torch for playing with fluorescent printed objects and a few other bits and bobs. Great fun.

Creating 3D Printed Text Masks

I’ve been refining my light printing technology, based on the “Do it for Josh” light (which is still available by the way). The first version used a printed mask and transparent letter inserts that were stuck inside it. It worked OK but it was a pain to assemble and the letter inserts kept falling out.

So I’ve designed a new version in which the letters and the masks are all printed in one. The clever (I think) bit is that I print the first few layers using transparent filament and then switch to solid during the print. I quite like the effect, and it means that I don’t have to assemble anything.

If you’ve got a 3D printer you might like to experiment with changing filament during the printing process, most printer firmwares have an option to do this and you can get some quite nice effects.

This blog post is not about cucumbers

I keep getting these emails from people expressing their admiration of some of my blog posts. Which is rather nice. However, these uplifting messages are invariably accompanied by a request to put a paid piece on my blog about some service that they are offering.

Today things just got silly. A while back I did a blog post about a visit from Phil and Stuart who worked for the BBC and did a lovely session about how they transcode all the video content for the iPlayer video on demand service. In the post I described how they used a language called “Cucumber” to manage requirements and testing.

And this week I got an email from “Emily Bean” who apparently really enjoyed my post and would like to suggest that I include a link to her resource on growing cucumbers from seeds… It’s a nice enough resource, but I’ve not added the link because I’m not totally sure that Emily did really read my post. It’s almost as if someone (or some robot) is just trawling the interwebs looking for particular words (in this case cucumber) and then sending unsolicited emails to people hosting the sites.

Ugh. And to make matters worse, I’ll probably get another email from “Emily” in a week or so saying how much she liked this post….

Four hours of sheep rustling

A while ago I write a review of the Wallace and Gromit Fleeced game. In it I mentioned that some people were complaining that the game could go on forever with no winners because everyone just spent all their time rustling sheep from each rather than trying to win.

Well, that’s what we did last night. For four and a half hours.

Great fun though, and we did get a winner in the end….

Hull Fair

Hull Fair is huge. They say it’s the biggest fair travelling fair in Europe. It’s when all the travelling fairs from all over the country get together to have one last bash before winter. People come from all over to see it and go on the massive rides that they have.

Me, I just go on the Ferris wheel and try to take some pictures. In the olden days the wheel used to tower over the fairground. Nowadays it looks a bit lost in the corner, surrounded by a whole bunch of huge machines.

We went on Tuesday and arrived just as the sun was setting. It was a beautiful evening and I’m not sure that my pictures do it justice, but it was fun taking them.

If you’re in Hull you would be crackers not to go along and take a look.

Starting with the Azure IoT DevKit

Today I thought I’d have a proper play with the Azure IoT Devkit. There’s a ton of content out there about getting started. It’s actually quite simple to follow. In it’s simplest form you just follow the instructions here, but since the device has a proper security chip I though I’d veer off and see about using the Azure IOT device provisioning service and an X-500 certificate to create a very secure device. It’s another of the built-in examples that are provisioned when you add the Azure IoT Workbench to Visual Studio Code.

Rather pleasingly, I got it working. I’m now looking at making the device into an air quality sensor, just as soon as I can figure out how to get the serial port on the IoT board working.

There’s also an example where you can speak to the board in english and have it display the translation in a language of your choice. Great fun.

Programming books for kids

I was in the lovely Little Bookshop in Leeds today and I noticed that they had a display filled with books about engineering and coding for kids. Lovely stuff. I’ve bought a couple of books from the shop, and I thought I’d mention them in ye olde blogge.

I’ve put these in the blog post as Amazon items because I’m lazy and its easy to do (which is, in a nutshell why I use Amazon) but what I really want to you to do is go to Leeds, visit the bookshop and buy them there. There’s something really nice about browsing through interesting books in a pleasant environment (and they do great coffee and their Rocky Road cake is fantastic).

This is a beautifully presented book and makes lots of really good points about the what software development really is.

For my money it would have benefited slightly from a bit more detail about some of the topics covered, and a bit more programming context for each, but is a very pleasant read and as useful for grown-ups as it is for kids.

 

This is another beautifully presented book, but in this one the focus is on writing code. The text uses the tried and trusted technique of creating interesting applications and learning about code as you do that.

It’s done very well, there’s great use of colour and layout to explain what the various code elements do.

The programs as presented are great fun and could be the basis of even more interesting bits of code. It would be great to see a follow on text that built on what was described here.

 

Both of these books complement each other well and are pocket money priced (at least I think they are). They would make great additions to the bookshelf of any kid (or adult) that wanted to dip their toes into coding or at least know a bit about what it is that computers actually do.

Slave to Fitness

It turns out that I really want my watch to have a high opinion of me. I’m slave to a piece of program code somewhere deep in side the software that goes:

if(exercise_value>30)
printf(“Well done Rob”);

It’s reached the point that when I do a job where I can’t really wear the watch (for example painting a summerhouse with horrible, gloopy paint that goes everywhere) I get rather resentful of the way that that this piece of code moans at me:

if(exercise_value<10)
printf(“Try harder next time”);

Oh well.

Stocktaking

At the hardware group on Thursday, when we were talking about hardware for new members. We have a kit of parts that we make available for those who want to have a play with Arduinos and I realised that I had absolutely no idea how many devices I had in stock. So on Friday I spent a while going through all my little boxes from China and counting devices.

I then thought it might be a good idea to label some boxes for all the various bits and pieces. I thought I could use a whiteboard maker to write the stock levels on the printed labels. When I use something I can then just rub off the number and write another one. You can trace the evolution of the labelling process above through:

  • Using these printed labels with big letters is fun

  • I’d better switch to smaller text, running out of labelling tape

  • Ah. No labelling tape left. Let’s just write letters on insulating tape…….

Windows 10 October Update

I installed the latest Windows 10 update over Wednesday night on two machines at the same time. I was quite amused to see my lowly Surface Go upgrade in around same time as my proper desktop. The Surface Go is really growing on me.

The installation just worked. On Thursday morning I had the new system running. I’ve not noticed much different to be honest. The biggest change for me so far is that the Snipping Tool is being phased out. This has been a mainstay of my workflow for a very long time. One of the first things I used to do after installing Windows was put a shortcut to the Snipping Tool on the task bar. It was very good at capturing the entire contents of windows. It did have its foibles though. One of the most annoying was that when you drew with a white pen on a white background the pen disappeared. I’ve wondered for a long time why this has not been fixed.

I’m talking about the Snipping Tool in the past tense because I’ve switched to the new replacement, the Snip & Sketch tool. It seems to do all the things that the Snipping Tool does. I even used it to capture the image at the top of this post. It also sets the cursor colour correctly when drawing, which is a step forwards.

I’ve not noticed any huge changes in Windows 10 so far. But I’m looking forward to doing some more exploring.

Connexin Live

I can’t help thinking that HullOS has a much better ring to it…

A couple of weeks ago I was at the Hull Arena marvelling at how Hull could put on such a fantastic digital awards ceremony. Today I’m at the same place marvelling at how Hull can host a splendid technical event. One of of the first thing the delegates were told about Connexin was that they are a Hull company. Born and bred. And proud to be here.

Connexin are a local company with global plans and big hitting partners in the form of Cisco. A Cisco person had even flown all the way from San Francisco to speak at the event. The theme was something very dear to my heart; Smart Cities. We heard from Hull City Council and Hull University about their ideas for the future and from folks from Newcastle about what they had been up to.

These are challenging and exciting times for local government. Challenging because budgets are being squeezed as never before, and exciting because technology is showing real potential for improving the lives of the people that the councils serve.

It was great to hear all these inspiring plans being laid in Hull. I couldn’t stay to the end unfortunately, I had to go and see how the Hardware Group at c4di was getting on. The answer, by the way, is very well. We’ve got three new members who’ve turned up and want to have a go with the Arduino. I’m putting together some kits for them for the next meeting. You can come along and have a go too if you like. The next meeting is on the 11th of October at c4di, starting at 6:00 pm.

Hot Fingers

I’ve been doing a lot of 3D printing lately. What with josh lights and everything. Today I thought I’d replace the print nozzle on Una, my 3D printer. Turned out that hardest part of the process was finding the replacements that I’d rather sensibly bought a while back. I looked where they should have been and didn’t find them. This triggered a huge hunt all over the house, loft and garage. All to no avail. So in the end I resorted to going tack to where they should have been and used the ancient old trick of looking properly. And of course they were there, tucked in the bottom of the drawer. Idiot me. But, on the bright side I now know where lots of things are that aren’t 3D printer nozzles.

Replacing the nozzle on a 3D printer is made much more exciting that it might be by the way that you have to do it when the print head has been heated to 200 degrees centigrade. Fortunately I’ve done this before, and consequently no longer have any nerves in my fingers so, in no time at all, the old head was off and the new head on. I think the prints look better, which is a good thing.