Dis-Integrated 6502 Running Programs; Acting Like Computer

[Eric Schlaepfer] tends to turn up to Maker Faire with projects you simply don’t want to miss. This year is no different. Twelve months ago we delighted in seeing his 6502 processor built from an enormous reel of discrete MOSFETs. At the time it was freshly built and running random code to happily blink the LEDs reflecting activity in the registers. This year he’s given that blinking meaning and is running real programs on his Monster 6502 processor.

Continue reading “Dis-Integrated 6502 Running Programs; Acting Like Computer”

The Tiniest Mechanical Keyboard Ever

Owning a mechanical keyboard makes you a better person. It puts you above everyone else. Of course, owning a mechanical keyboard does come with some downsides. Carrying a mechanical keyboard around all the time to tell everyone else you’re better than them is usually impractical, but [cahbtexhuk Joric] has come up with a solution. It’s a miniature Bluetooth mechanical keyboard that’s also a keychain.

Continue reading “The Tiniest Mechanical Keyboard Ever”

Arduino Cinque – The RISC-V, ESP32, WiFi, Bluetooth Arduino

This weekend at the Bay Area Maker Faire, Arduino in conjunction with SiFive, a fabless provider of the Open Source RISC-V micros, introduced the Arduino Cinque. This is a board running one of the fastest microcontrollers available, and as an added bonus, this board includes Espressif’s ESP32, another wonderchip that features WiFi and Bluetooth alongside a very, very powerful SoC.

Details on the Arduino Cinque are slim at the moment, but from what we’ve seen so far, the Cinque is an impressively powerful board featuring the RISC-V FE310 SoC from SiFive, an ESP32, and an STM32F103. The STM32 appears to be dedicated to providing the board with USB to UART translation, something the first RISC-V compatible Arduino solved with an FTDI chip. Using an FTDI chip is, of course, a questionable design decision when building a capital ‘O’ Open microcontroller platform, and we’re glad SiFive and Arduino found a better solution. It’s unknown if this STM32 can be used alongside the FE310 and ESP32 at this point.

We’ve taken a look at SiFive’s FE310 SoC, and it is an extremely capable chip. It was released first at the HiFive1, and our hands-on testing revealed this is a chip that outperforms the current performance champ of the Arduino world, the Teensy 3.6. Of course, with any new architecture, there will be a few problems porting the vast number of libraries over to the FE310, but SiFive has included an Arduino compatible SDK. It’s promising, and we can’t wait to see SiFive’s work in more boards.

FAA’s Drone Registration System Struck Down For Hobbyists

The US Court of Appeals for the D.C. Circuit has struck down a rule requiring recreational drone users and model aircraft pilots to register their drones with the FAA.

This began when [John Taylor], an RC hobbyist and attorney, filed suit against the FAA questioning the legitimacy of the FAA’s drone registration program. This drone registration began early last year, with the FAA requiring nearly all drones and model aircraft to be registered in a new online system. This registration system caused much consternation; the FAA Modernization And Reform Act of 2012 states, ““…Federal Aviation Administration may not promulgate any rule or regulation regarding a model aircraft…”, defining model aircraft as any unmanned aircraft flown within visual line of sight for hobby or recreational purposes. Despite this mandate from Congress, the FAA saw fit to require registration for every model aircraft weighing between 0.55 and 55 pounds, regardless of the purpose of its flight.

In our coverage of the FAA’s drone registration program, we couldn’t make heads or tails of the reasons behind this regulation. In addition to the questionable legality of this regulation, there are questions over the FAA’s mandate to regulate anything flying under the 400 foot ceiling cited in the FAA’s rules. The question of safety is also open — a 2 kg drone is likely to cause injury to a passenger on a commercial flight only once every 187 million years of operation. In short, the FAA might not have the mandate of managing the air traffic, certification, and safety of the nation’s airspace when it comes to model aircraft.

While the Circuit court struck down the rule for registration concerning model aircraft, this still only applies to small (under 55 pounds) planes and quads flown within line of sight. Commercial drone operators still fall under the purview of the FAA, and for them the drone registration system will stand.

BAMF: Hard Drive Platter Launcher Among All-Time Favorites

The hard drive platter launcher that [Krux] built has been among my all-time favorite builds and I am so excited that he is showing it off at this year’s Bay Area Maker Faire. At its core the concept is quite simple; dump a large amount of current through a coil all at once, and the magnetic current generated spontaneously repels the aluminum hard drive platter. The devil is in the details and this is where [Krux’s] work really shines.

Continue reading “BAMF: Hard Drive Platter Launcher Among All-Time Favorites”

Custom Hydraulic Cylinders From Off-the-Shelf Components

When your project needs power, you might need to turn to hydraulics. There is a lot of mystery about fluid power, but there is also a huge supply chain devoted to getting you the parts you need to power your project. Off-the-shelf components may not fit your application though, in which case it might be handy to know how to build your own custom hydraulic cylinders.

While it’s true that custom cylinder builds are pretty common, it’s still interesting to see the process [MakeItExtreme] used. Starting with an off-the-shelf piston and gland, this double-acting cylinder build is a pretty straightforward exercise in machining. The cylinder is threaded at the rod end and a cap is welded onto the piston end. Threaded bosses for fittings are welded on, the business end of the rod is threaded, and everything is assembled. The cylinder turned out to be pretty powerful as the video below shows.

As a product of the prolific team at [MakeItExtreme], we can tell this cylinder is destined for another even more interesting build. It’s hard to guess where this one will end up, but we’ll bet it ends up in another tool in their shop. Maybe it end up powering a beefed-up version of their recent roll bender.

Continue reading “Custom Hydraulic Cylinders From Off-the-Shelf Components”

Pedometer For Calorie Conscious Hamster Owners

The Arduino has inspired many a creative projects that can be beneficial to humanity. The Arduino Hamster Wheel Pedometer by [John Mueller] on the other hand is a creation that is meant for the cute furry rodent pets. When [John Mueller]’s daughter wanted to keep track of her hamster’s night-time strolls, her maker-dad saw it as an opportunity to get her involved in technology. The project consists of a hamster-wheel with a magnet that triggers a reed switch on completing a revolution. The entire assembly is custom-made and [John Mueller] does an excellent job documenting the build with a lot of clear images.

The wheel is affixed to a shaft with a ball bearing at one end and the entire thing is mounted on the side of the cage so that it can be removed with ease for maintenance. The reed switch is embedded in the wooden mounting block such that the connecting cables pass from inside the assembly. This prevents the hamster from coming in contact with the cabling or damaging it in any way. An LCD and the Arduino Uno are placed outside the cage and are used to display the revolutions of the wheel as well as the equivalent miles travelled.

The code for the Arduino is also supplied for anyone who wants to replicate the project and the video below shows the working of the project. The project could also be extended to count calories burned as well as running speed. This project is a prime example of how technology can be used to assist and is similar to the IoT Hamster Wheels that tweets every movement of the Hamster Life.

Continue reading “Pedometer For Calorie Conscious Hamster Owners”