HiFive1: RISC-V In An Arduino Form Factor

The RISC-V ISA has seen an uptick in popularity as of late — almost as if there’s a conference going on right now — thanks to the fact that this instruction set is big-O Open. This openness allows anyone to build their own software and hardware. Of course, getting your hands on a RISC-V chip has until now, been a bit difficult. You could always go over to opencores, grab some VHDL, and run a RISC-V chip on an FPGA. Last week, OnChip released the RISC-V Open-V in real, tangible silicon.

Choice is always a good thing, and now SiFive, a fabless semiconductor company, has released the HiFive1 as a crowdfunding campaign on CrowdSupply. It’s a RISC-V microcontroller, completely open source, and packaged in the ever so convenient Arduino form factor.

The heart of the HiFive1 is SiFive’s FE310 SoC, a 32-bit RISC-V core running at 320+ MHz. As far as peripherals go, the HiFive1 features 19 digital IO pins, one SPI controller, 9 PWM pins, an external 128Megabit Flash, and five volt IO. Performance-wise, the HiFive1 is significantly faster than the Intel Curie-powered Arduino 101, or the ARM Cortex M0+ powered Arduino Zero. According to the crowdfunding campaign, support for the Arduino IDE is included. A single HiFive1 is available for $59 USD.

Since this is an Open Source chip, you would expect everything about it to be available. SiFive has everything from the SDK to the RTL available on GitHub. This is an impressive development in the ecosystem of Open Hardware, and something we’re going to take a look at when these chips make it out into the world.

Life On Contract: How To Fail At Contracting Regardless Of Skill

I believe higher quality learning happens from sharing failure than from sharing stories of success. If you have set your mind to living on contract, I present this cheat sheet of some of the most simple and effective ways to muck it all up that have surprisingly little or nothing to do with your technical skill, knowledge, or even deliverables.

The previous installment of Life on Contract discussed how one might find clients as an engineering contractor or consultant while also taking a bit of time to pull apart the idea of whether life on contract is appropriate as opposed to, for example, bootstrapping a business instead. Assuming you are set on working as a contractor, let’s talk about what happens after you have found a prospective client (or perhaps more likely: after they have found you.)

WARNING: this article features an utter lack of success tips and tricks. Partly because those can be found in any seminar or business self-help book, but mostly because I do not have a foolproof recipe for success, and cheat codes to unlock easy mode still elude me. But I have witnessed (or committed) and reflected on many excellent ways to fail at contracting; or at the very least succeed in not being invited back.

Just because I won’t be sharing success stories doesn’t mean success has no learning value. Got a success story, or a better way to fail? Tell us about it in the comments!

Continue reading “Life On Contract: How To Fail At Contracting Regardless Of Skill”

Diamond Batteries That Last For Millennia

Like many industrialized countries, in the period after the Second World War the United Kingdom made significant investments in the field of nuclear reactors. British taxpayers paid for reactors for research, the military, and for nuclear power.

Many decades later that early crop of reactors has now largely been decommissioned. Power too cheap to meter turned into multi-billion pound bills for safely coping with the challenges posed by many different types of radioactive waste generated by the dismantling of a nuclear reactor, and as the nuclear industry has made that journey it in turn has spawned a host of research projects based on the products of the decommissioning work.

One such project has been presented by a team at Bristol University; their work is on the property of diamonds in generating a small electrical current when exposed to radioactive emissions. Unfortunately their press release and video does not explain the mechanism involved and our Google-fu has failed to deliver, but if we were to hazard a guess we’d ask them questions about whether the radioactivity changes the work function required to release electrons from the diamond, allowing the electricity to be harvested through a contact potential difference. Perhaps our physicist readers can enlighten us in the comments.

So far their prototype uses a nickel-63 source, but they hope to instead take carbon-14 from the huge number of stockpiled graphite blocks from old reactors, and use it to create radioactive diamonds that require no external source. Since the output of the resulting cells will be in proportion to their radioactivity their life will be in the same order of their radioactive half-life. 5730 years for half-capacity in the case of carbon-14.

Of course, it is likely that the yield of electricity will not be high, with tiny voltages and currents this may not represent a free energy miracle. But it will be of considerable interest to the designers of ultra-low-maintenance long-life electronics for science, the space industry, and medical implants.

We’ve put their video below the break. It’s a straightforward explanation of the project, though sadly since it’s aimed at the general public it’s a little short on some of the technical details. Still, it’s one to watch.

Continue reading “Diamond Batteries That Last For Millennia”

Build Your Own YouTube Play Button

The only thing that matters in this world is the likes you get on social media platforms. To that end, YouTube has been sending out silver and gold play buttons to their most valuable creators. [Sean] hasn’t screamed into a microphone while playing Minecraft long enough to earn one of these play buttons, so he decided to build his own.

This play button isn’t just a bit of pot metal ensconced in a frame brought to you by Audible dot com; this YouTube play button actually does something useful. It’s a PCB with 144 LEDs working together as a display. There’s an Atmel SAMD21 microcontroller on board to drive the LEDs, and an ESP8266 to pull data down from the Internet. What data is worthy enough to go on an Arduinofied YouTube play button? The subscriber count for [Sean]’s channel, of course. Go subscribe, it might crash his Play button.

Admittedly, there were a few problems with this Play button PCB. Firstly, the ESP8266 can’t directly communicate with the YouTube API to pull down the subscriber count. That problem was fixed with a Raspberry Pi that could connect to the API, and programming the ESP to pull the data from the Pi. Second, this was [Sean]’s first experiment with double-sided SMD boards reflowed in a toaster oven. The first side to be assembled was easy, but to get the second side on, [Sean] turned to low-temp bismuth solder paste. Except for a small error in assembling the board, everything worked as planned.

It’s a great project, and if you want to check out what the better parts of YouTube look like, check out [Sean]’s video below. Don’t forget to rate, comment, like, unlike, or subscribe.

Continue reading “Build Your Own YouTube Play Button”