โŒ

Reading view

There are new articles available, click to refresh the page.

Bringing Quake to Arduino: a game-changing project by Nicola Wrachien

Following up on his successful Doom port last year, engineer Nicola Wrachien โ€“ who works at Silicon Labs, a leader in secure, intelligent wireless technology for a more connected world and long-time Arduino partner โ€“ has now tackled an even bigger challenge: porting Quake, the iconic 1990sโ€™ first-person shooter, to an Arduino gamepad.ย 

What a great warm-up for the upcoming Matter Challenge! If this kind of project sounds like fun, follow the competition or submit your own entry by October 31st.ย 

Sponsored by Mouser Electronics, Silicon Labs and Arduino, the Matter Challenge is open to all skill levels. Take the opportunity to inspire others, by creating an incredible project with the Arduino Nano Matter board.

Released just three years after Doom, Quake was a huge leap forward in gaming technology. It introduced full 3D environments complete with dynamic lighting effects, and its enemies and weapons were 3D models rather than 2D sprites. The game also featured a scripting engine that gave modders a lot of creative freedom. But with more realistic graphics, a particle engine, and more complex sound effects, Quake was also a far bigger technical challenge to port.

Tackling this project required Wrachien to level up on memory and speed constraints. If you want to dive deeper into these challenges, be sure to check out the dedicated post on the Silicon Labs community blog.

In the face of demanding requirements, Wrachien turned to the Arduino Nano Matter, developed with the powerful Silicon Labsยฎ MGM240S as part of a partnership to better enable seamless development of Matter over Thread applications on the Arduino platform, which also led to the release of Arduinoโ€™s first-ever Matter software library earlier this year.ย 

Reflecting on the Arduino Nano Matter board, Wrachien said: โ€œThe Nano Matter board, featuring the Silabs xG24, offers impressive processing power and versatility in a compact size, making it a fantastic tool for both simple and complex projects like this one.โ€

If youโ€™re intrigued and want to explore more technical details, dive into Wrachienโ€™s full post and get into the nitty-gritty of this remarkable project on his blog. You can get your Arduino Nano Matter from our store and replicate his idea thanks to all the information he shares, or imagine a new challenging project of your own!ย 

The post Bringing Quake to Arduino: a game-changing project by Nicola Wrachien appeared first on Arduino Blog.

Easily build an energy meter with the Arduino Nano Matter

The primary appeal of microcontrollers is their versatility. They are, essentially, the embedded equivalent of computers โ€” general purpose devices that can perform a wide range of functions. And to get the most out of a microcontroller, youโ€™ll also want connectivity suitable for your application. Thatโ€™s why we released the Arduino Nano Matter and YouTuber Mr Innovative has shared a great video illustrating how easy it is to build an energy meter using this new development board.

The Nano Matter is based on the powerful Silicon Labs MGM240S, which has an Arm Cortex-M33 processor and support for a number of wireless connectivity options, including 802.15.4 (Zigbee and Thread), Bluetoothยฎ Low Energy 5.3, Bluetoothยฎ Mesh, and Matter. That makes the Nano Matter perfect for smart home and other Internet of Things applications. To demonstrate that, Mr Innovative created an energy meter that would be useful to many people around the world.

This unit monitors the power flowing to any device or appliance connected to mains AC power. It displays information about that power consumption on a small OLED screen, and also sends the data over Bluetooth to a connected smartphone for logging. The Nano Matter canโ€™t monitor mains AC voltage directly, so Mr Innovative used a ZMCT103C current transformer for the job. The Arduino receives its power from a 9V battery and the components fit inside a 3D-printed enclosure. A printed sticker label gives that a nice, smooth top finish.ย 

The post Easily build an energy meter with the Arduino Nano Matter appeared first on Arduino Blog.

โŒ