Farnell element14 has announced the launch of CodeBug, a low-cost crowdfunded nano-board designed to teach beginners the fundamentals of programming and electronics in a friendly non-intimidating way.
Programming Internet of things devices isn’t like programming a PC or a mobile device. There’s not much memory, no screen or keyboard, and often no operating system. So how do you get started? One low ...
CodeBug is a programmable wearable for teaching coding and ‘physical computing’ (interfacing computers to the real world) to beginners. It comes from team lead by Dr Andrew Robinson, the man behind ...
In 2015, a UK-based team launched a mini IoT development board called CodeBug. The same team has now come up with the CodeBug Connect IoT Development Board. CodeBug Connect is a new wearable ...
You can use the sprites library to quickly draw things on CodeBug's display. >>> import codebug_i2c_tether >>> import codebug_i2c_tether.sprites >>> # create a 3x3 square with the middle pixel off >>> ...