Showing posts with label hardware. Show all posts
Showing posts with label hardware. Show all posts

2019/03/21

CRL's demo day, hardware start-ups for the love of making things

The evening of Thursday 14th of March was Central Research Laboratories demo day, once again held at U+I (one of the backer of CRL).

It was kicked off by an introduction from Matt Hunter of CRL and then Marcus Sheppard from U+I - really just the normal things about the accelerator and that applications would close shortly for the next cohort.

Then followed a panel discussion chaired by Matt with the Rob Nicoll founder of Chip[s]board (who was on the previous CRL cohort) and Arnold du Told CRL Investor in Residence.

Alice Johnson the CRL Programmes Manager then gave an introduction and to the start-ups themselves.

The first start-up up was Cosi Care and Lauren Bell who have a solution to treat eczema. It's a hardware device that has a cool surface and reduces the effects of the eczema while being easy to use.

Agile Planet presented their Bio Burner Bio which is a compost material made by processing waste wood in a special kiln. It actively removes C02 from the atmosphere, and has a range of benefits including improving plant growth. Agile Planet have created a new home burner that will enable anyone to create biochar in their own garden. Design to be released in 2019.

Nxsteps's Alecia Esson presented their Bluetooth enabled shoe inserts that can measure the pressure on various parts of the feet and with an accompanying app, analyse stresses while running and other sports.

Alex Strang presented Moment Pebble which is a stone that lights up and encourages the user to be mindful in the workplace as Mindfulness is now big business as well as helping people's mental states in the busy world.

Saving women everywhere is Y-Heels and Yaagni Patel allowing users to clip/slot off their heels so removing the discomfort without having to cary a second pair of shoes. Simple, yet sophisticated.

How do mountain biker's and other sports users protect themselves? With Hero Skin of course which is the next generation of body armour which is worn on the chest. It's flexible and comfortable and allows movement giving the user protection while they have the freedom to carry out their sport. As a mountain biker Dorota Grabkowska the Founder and CEO knows about the dangers of not using Hero Skin benefits that come with using it.

Last but certainly not least was Odin Ardagh from Brahman Design. They would have been a tough act to follow anyway. Previously they made the Høvel which is a brass pencil sharpener that uses standard pencil sharpener blades that can be replaced and rather than placing the pencil in the sharpener, it's used like a plane on pencil itself. This was made to be used by designers for designers and gifted for that bit of desk jewellery that every designer should have to show they appreciate design. The newest object is called the IRIS and it's just that, a circular brash ring with an inner iris that can be adjusted to make a small or large circle. Again it's functional, but actually just really pretty and it feels good to use.

So for once an accelerator that has start-ups that are not just IoT/blockchain/AI/etc companies - people doing hardware but things that are interesting and making beautiful things because they can

2018/10/25

How to make 20 Easy Pies

Well actually "20 Easy Raspberry Pi Projects" is a book from Nostarch Press and takes the user through a variety of projects that can be built around the Raspberry Pi.

  • Table of contents
  • Introduction
  • Primer

  • LEDs
  • Project 1: Blinking an LED
  • Project 2: Pushbutton LED Flashlight
  • Project 3: LED Dimmer Switch
  • Project 4: A Graphical User Interface for a Multicolor LED
  • Project 5: Rainbow Light Strip

  • Displays
  • Project 6: An LCD Reminder
  • Project 7: Mini Weather Forecaster
  • Project 8: Pong with a Sense Hat

  • Sensors
  • Project 9: All-In-One Weather Sensor Station
  • Project 10: Intruder Alarm with Email Notifications
  • Project 11: Gas and Smoke Alarm
  • Project 12: Temperature and Humidity Data Logger

  • Cameras
  • Project 13: Burglar Detector with Photo Capture
  • Project 14: Home Surveillance Camera

  • Web Applications
  • Project 15: Building Your First Website
  • Project 16: Connecting Your Electronics to the Web
  • Project 17: Internet of Things Control Center with Node-Red

  • Games and Toys
  • Project 18: Digital Drum Set
  • Project 19: Make a Game in Scratch: Hungry Monkey
  • Project 20: Wi-Fi Remote-Controlled Robot

  • Appendix A: Raspberry Pi GPIO Pin Guide
  • Appendix B: Decoding Resistor Values

All the projects are built using the Pi, some external hardware and then programming the Pi using Python or Node Red.

You don't really need to fully understand programming and in-depth Python to get the most out of the projects, the book goes through the code and explains what the various code segments do.

Node Red is more complex and also simpler as it runs on the Pi and is accessed via a web browser and then the various actions are all performed by wiring bits together. All the actual programming is done behind the scenes. Some libraries and other bits and bobs have to be installed to support various bits of hardware, but the book goes into enough details of how to do it.

Each chapter ends with some tasks that the user can extend the project and though the basic knowledge of programming in the chapter should give these enough of a background to modify/extend the code, to really extend it, it;'s probably learning Python more fully.

All in all if you want to hook a Raspberry Pi up to some hardware, access the hardware through Python (or Node Red), then this book is no doubt a good starting point. However it is just that a starting point and doing more complex things with both the hardware and Python in particular will require more in0-depth knowledge and a more in-depth programming knowledge.

Saying all that, it's a great start and easy to follow and even with a basic knowledge of Python (just basing code on examples from the book) it should be possible to build all the projects and extend most of them without too much fuss.