Sydney

Time Warner
daynejones
Joined in 2015
Finding guides
daynejones
Joined in 2015
Hard resets for hard network problems.
Home Interests RetroPie

RetroPie: Build Your Own Raspberry Pi Retro Gaming Rig

build your own raspberry pi retro gaming rig
How to install (and use) RetroPie!
howchoo   (436)
August 11, 2023
32 minutes

Share

You’ll Need 9

What you’ll need
Interests
Series
Howchoo is reader-supported. As an Amazon Associate, we may earn a small affiliate commission at no cost to you when you buy through our links.
Posted in these interests:
pi • 91 guides
retrogaming • 29 guides
retropie • 17 guides

For around 50 bucks, you can build your very own vintage gaming rig that will hook up to any HDMI-enabled TV or monitor. This guide will show you everything you need to do to get playing.

For this build, we’re going to use RetroPie, an awesome software package that handles all your emulation needs.

What is RetroPie?

RetroPie is a software library used to emulate retro video games on the Raspberry Pi computer. It’s one of the most popular Raspberry Pi projects out there and the most popular emulation system for the Raspberry Pi. RetroPie features a user-friendly interface and an even friendlier setup process.

RetroPie runs Emulation Station and supports all major retro video game emulators, allowing you to play games from the NES, SNES, Genesis, Atari, and more on your Pi, thus becoming your own Raspberry Pi emulator. I always wondered why the developers called it RetroPie instead of RetroPi… but I digress.

Which Raspberry Pi should I use for RetroPie?

Any Raspberry Pi model can run RetroPie, but I recommend using the Raspberry Pi 4 since its more powerful GPU, CPU, and RAM capabilities will maximize the range of games you can play. I recommend the 2GB version of the Raspberry Pi 4; RAM doesn’t matter too much beyond a certain point for emulating retro games. In other words, at a certain point, the limitation is on CPU and GPU, not RAM.

1 – Place your Raspberry Pi into its case

putting a raspberry pi into its case
This photo is not of the FLIRC case, but a clear case.

The Raspberry Pi ships by itself, without a case. I recommend you buy a case to avoid damaging your Pi. Using a screwdriver, place your Raspberry Pi into its case. Some cases do not require the use of a screwdriver — however, I prefer cases that use screws to secure the Pi for extra stability.

If you’re using the Raspberry Pi 3 or 4, I recommend choosing a case with a built-in heatsink. I highly recommend this FLIRC case since it provides passive cooling for the Raspberry Pi 4. Basically, the entire case is a giant heatsink, keeping your Pi cool. There’s also a version for the Raspberry Pi 3.

If you don’t use a passive cooling case, you’ll want to pick up a case that comes with heatsinks. If you’re using a Raspberry Pi Zero, you can also use an NES cartridge as a case for your RetroPie gaming rig.

🛈 Your Pi may look different than mine! This photo shows a Raspberry Pi 3, though I’ve now updated this guide for the Pi 4.

2 – Download the RetroPie SD-card image

download the retropie sd card image

RetroPie is a software package for the Raspberry Pi that is based on the Raspberry Pi OS, a Linux distribution. It combines a full suite of tools and utilities that will allow you to quickly and easily run retro game ROMs for various vintage gaming emulators.

We’re going to perform our RetroPie setup using an SD card image — essentially a snapshot of an entire working installation of RetroPie rather than doing a manual RetroPie install.

Because the Raspberry Pi doesn’t have an internal hard drive, it uses a microSD card for storage of the entire operating system and all files contained therein.

To set up RetroPie, Download and unzip the latest RetroPie SD-Card Image. There are two versions of the RetroPie SD-Card Image:

  • One for the Raspberry Pi Zero, Zero W, A, B, A+ and B+
  • One for the Raspberry Pi 2 and Raspberry Pi 3
  • One for the Raspberry Pi 4

Select the appropriate image for your Pi.

🛈 The Raspberry Pi A and B use a full-sized SD card; the Raspberry Pi B+, 2 and 3, and Zero use a MicroUSB card. I recommend using a 32GB card at the minimum so that you have lots of space for game ROMs; however, a smaller SD card will also work. Note: the Raspberry Pi requires a minimum 4GB card to operate.

3 – Format your SD card to work with Raspberry Pi

format your sd card to work with raspberry pi

First, you’ll need to format the SD card as FAT. Insert the SD card into your SD card reader. Your SD card will now show up as a mounted drive on your computer.

Format Type

If your SD card is 32GB or smaller, we’ll format it as MS-DOS (FAT). If your SD card is 64GB or larger, we’ll format it as ExFAT.

Formatting on Windows

Open up Explorer, locate the SD card, right-click it, and select Format from the context menu. Select the desired format and click the Start button.

Formatting on Mac

Open Disk Utility by navigating to Applications > Utilities > Disk Utility. Select your SD card in the left pane. Click the Erase button, select the desired format, give it a name, and click the Erase button. For OS X Yosemite and older, you’ll need to navigate to the Erase tab first.

🛈 Reformatting your SD card destroys all the data on it.

4 – Install the RetroPie image

install retropie image

To install RetroPie, we’ll use a third-party utility called Etcher. Etcher works on both Windows and Mac.

Download and install Etcher, open it, and select your SD card drive and downloaded image to “flash” the image to your SD card.

5 – Put the SD card into your Raspberry Pi and connect your peripherals

connect your peripherals

Safely eject the SD card and slide it into your Raspberry Pi.

Next, connect your USB game controller and connect the HDMI cable to a monitor or TV. Finally, connect the MicroUSB power supply. Always connect the power supply after connecting your other peripherals so that your Pi will detect all of the peripherals properly on boot.

Your Pi will now boot!

🛈 If you have a USB keyboard, you can connect it now and use it for further configuration (more on this later).

6 – Connect your Pi to the Internet

connect your pi to internet

I recommend connecting your Pi to the Internet to more easily add game ROMs and access additional features such as game rating and description scraping. Also, connecting the Pi to your network will allow you to access it remotely via SSH to perform remaining configuration without needing a keyboard.

If you have a Raspberry Pi Zero W, 3, or 4, you have built-in Wi-Fi!

To connect, simply select the RetroPie menu icon and then select WIFI.

Then, connect to your Pi remotely via SSH by opening Terminal (Mac) or Command Prompt (Windows) and then running:

How to Connect to a Raspberry Pi Remotely via SSH
The preferred (and most common) method of connecting to your Pi to run commands.

ssh pi@retropie
# default password: raspberry

Note: If you’re using an older Pi or one without built-in Wi-Fi, you can still transfer ROMs via USB. But if you still want to add Internet functionality to one of these older Pis, simply connect an Ethernet cable or USB Wi-Fi dongle.

7- Expand your SD card to utilize all usable space

expanding pi sd card to utilize all usable space

If your SD card is larger than 4GB, you must expand it before your Pi can use the remaining space. To do this, you’ll need to launch the Raspberry Pi configuration tool (raspi-config).

You can use the Retropie interface to do this. On the main screen, select the RetroPie menu icon and then select RASPI-CONFIG.

Then, choose either Expand Filesystem or expand_rootfs from the menu (this option will vary based on your Raspberry Pi model). You now need to restart your Pi. You may have noticed there’s no reset button (unless you’ve added one).

8 – Connect to your Pi

We now need to connect to your Raspberry Pi from your computer so that we can copy over game ROMs and easily edit configuration files.

Again, this step is optional as you can also transfer ROMs via USB and accessing your configuration and other additional features isn’t strictly required.

There are numerous ways to do this; my favorite method is via SSH/SFTP using an FTP client. As far as free FTP clients go, I recommend FileZilla since it’s very well documented and supported and is available for both Mac and Windows.

Download FileZilla from their downloads page and install it. I recommend you uncheck all the “additional components” that FileZilla will ask you to install, such as the Yahoo search page and toolbar crap.

**Note: As of the latest version of Raspberry Pi OS, SSH is disabled by default for security purposes; you will need to enable SSH on your Pi before proceeding. Thankfully, this process is super easy and painless.

Use the following credentials to connect to your Pi. The default Pi username and password are pi and raspberry, respectively.

Host:  (see below)
Username: pi
Password: raspberry
Port: 22

For security purposes, I highly recommend you change the default Raspberry Pi password to something else. It only takes a minute.

To find your Pi’s IP, open Terminal (Mac) or Command Prompt (Windows) and enter the following command to ping your Pi and return its network IP:

ping retropie

or, for older versions of RetroPie, use:

ping raspberrypi

It may take a few tries to get a response. If you see a “Request timeout” response when you run the ping command, then the command has failed. If you have a USB keyboard handy, you can boot up your Pi, press F4 to get to the shell, and run the following command:

 ifconfig

This alternate method will list your Pi’s IP immediately after inet addr: under eth0.

9 – Configuring your controller

configuring your controller

You’ll now want to configure your USB gamepad to work with your Pi. I recommend the Buffalo Classic USB Gamepad since it’s inexpensive, highly compatible with the Pi, and comes in sweet Japanese packaging. You can find an Amazon link to that USB controller at the top of this guide.

You can use any type of USB controller — including a USB NES controller, though your games are more limited since it has fewer buttons than most newer games use.

Be sure to check out our guide to the best RetroPie controllers!

best controllers for retropie

The Best RetroPie Controllers – Top 10 (2023)
Don’t skimp on your RetroPie controller—get the best!

To configure your controller to work with the menu system and games, boot up your Pi. Your Pi will automatically launch the RetroPie UI where you will be prompted to configure the controller. If you mess up, don’t worry — you can access this configuration menu again later by pressing Start in the RetroPie UI.

🛈 Some games require additional in-game controller configuration. This can be done by going into a game’s menu system and mapping the controller there (though this isn’t necessary for most games).

10 – Finding game ROMs

game roms

A ROM is an entire port of a particular video game. RetroPie contains a copy of EmulationStation, which both provides the user interface for your new retro gaming rig and interprets these ROM files appropriately. RetroPie comes with a few games preinstalled — such as QuakeDuke Nukem 3D, and Cave Story. These games are best played using a keyboard, however, since the gamepad doesn’t have enough keys to map the controls for some PC-ported games. You can emulate just about any console using the built-in RetroPie emulators.

A Legal Note

Most retro games are owned by a company (yes, even the very old ones!) and are protected by copyright laws. Thus, unfortunately, downloading ROMs for those games constitutes piracy.

While you can find tons of RetroPie ROMs on any Torrent site, keep in mind that you should not download any copyrighted titles.

Free ROMs

Luckily, there are some free ROMs out there that we can use for now! MAMEdev.org has a nice list of these free, legal ROMs. We’ll use these as examples and you can find more ROMs on your own.

Our list of the best of the video games from the year you were born contains links to some old arcade ROMs.

Let’s use Gridlee and Super Tank as examples. Download each ROM.

11 – Installing game ROMs

installing roms via sftp

ROMs can be installed via SSH/SFTP (over your network) or by plugging a USB flash drive into your USB port. Additional methods for copying ROMs to RetroPie can be found on the RetroPie Wiki.

I wrote a separate guide on installing RetroPie ROMs using a USB drive. Or, if your Pi is connected to the internet, you can use the instructions below.

Reconnect FileZilla and browse to the following directory:

/home/pi/RetroPie/roms

Unzip each game ROM and upload each game folder into its respective game system folder. For example, if you had a Super Mario Bros 3 ROM, you would upload the game’s folder into the “nes” directory.

Gridlee and Super Tank go in the “mame” directory since MAME handles the arcade emulation for most vintage arcade-style games that don’t belong to a specific home video game system such as the NES, SNES or Atari.

After you’ve copied these directories over, restart your Pi.

12 – You’re ready to play!

ready to play

Your Pi will boot into RetroPie automatically. Bask in the glory of simple graphics, bolstered by highly addictive gameplay. Whether you’re playing on your couch or building a RetroPie arcade cabinet or bartop arcade, I hope this guide was helpful to you!

Looking for that perfect controller?

Want a great classic or contemporary controller to play those new RetroPie games? Check out our list of the best PC gaming controllers that will work with your new setup.

The 10 Best PC Gaming Controllers (2022)
Customize your PC gaming experience.

🛈 Cave Story is actually a pretty sweet game.

13 – Exiting an emulation (game)

To exit a game, press the START and SELECT buttons at the same time. This will bring you back to the RetroPie UI.

14 – Saving a game

Check out my other guide on saving games in RetroPie to learn how to save and load saved games!

How to Save and Load Saved Games in RetroPie
No more marathons. Unless you want to.

15 – Optional: Back up your Raspberry Pi’s SD card

Now that everything is configured and working splendidly, I recommend you back up your Raspberry Pi’s SD card image. This way, if you’re feeling adventurous and want to attempt some further Retropie customizations, you have a safe restore point.

I’ve written a short guide on how to back up your Raspberry Pi.

16 – Questions?

Post in the comments section below and I’ll be sure to help you out. Also, stay tuned for more guides on customizing your RetroPie installation.

Did you know you can play games on RetroPie with your friends? Check out our guide to learn how to set up multiplayer on RetroPie.

NEXT UP

HeaterMeter: Control your Grill Using a Raspberry Pi!

Fire up the summer with a new Pi project.
howchoo   (436)
November 28, 2023

With summer right around the corner, it’s time to fire up the grill! But who will watch the grill while you’re beating the heat? This year, kick things up a notch with your own Raspberry Pi-powered HeaterMeter. Don’t just throw a BBQ, be a part of it. HeaterMeter lets you keep a close eye on

Continue Reading
Home Interests Comcast

How To Fix Your Comcast Router: A Troubleshooting Guide

The most common issues and how to fix them.
howchoo   (467)
August 11, 2023
8 minutes

Share

Interests
Posted in these interests:
comcast • 7 guides
internet • 36 guides
router • 32 guides

Comcast offers a router to all of its internet customers for a monthly fee. If your Comcast router isn’t working, there may be something you can do to fix it.

1 – How to access Comcast router settings

If you’re just looking to tweak a few settings—like the Comcast WiFi password or Comcast network name—you’ll need to log in to your router.

  1. Using a device on the router’s network, open a browser window. You can use a tablet, computer, or phone.
  2. Enter the router IP address and press enter. The default Comcast IP address is 10.0.0.1.
  3. Enter your router username and password.
  4. Access the settings you want using the web interface.

Visit our guide on how to log in to a Comcast router for more details.

2 – The Comcast router has malware or a virus

If you suspect your Comcast router has malware or a virus, disconnect any connected devices from the router and contact Comcast for technical support. The support team will likely advise you to factory reset the router.

Check out our guide on how to factory reset a Comcast router.

3 – The Comcast router won’t turn on

If the Comcast router or modem won’t power on, try these steps first.

  1. Verify all cables are connected to the router.
  2. Disconnect all of the cables from the router and reconnect them.
  3. Test the power outlet the router is connected to. Ensure other devices are able to receive power when using it. If the outlet doesn’t work, try a different one.

If the router still will not power on, contact Comcast to report the faulty device.

4 – The Comcast router won’t connect to the internet

If your router loses connection to the internet, you can try these steps before reaching out to Comcast.

  1. Reboot your router—this can be done using the web interface or power button (if your router has one). Test the internet connection.
  2. Unplug the router from the wall, wait about 30 seconds, and plug the router back in again. Test the internet connection.
  3. If you have access to the internet from another source, like a mobile phone, visit the Comcast website to verify there are no outages in your area.
  4. As a last resort, you can factory reset the router.

If you still have no internet connection, contact Comcast directly for support.

5 – The Comcast router won’t assign an IP address

Occasionally, a router will malfunction by assigning IP addresses to some devices but not all of them. This is a somewhat common networking issue and can easily be fixed with a few steps.

  1. Restart your router using the power button.
  2. If there is no power button, unplug it from the wall, wait 30 seconds, and plug the router back in again.

If the router refuses to assign a new IP address, contact Comcast technical support.

6 – How to replace a Comcast router

If you’ve absolutely had it with your current device, you can always get a new one. Comcast can provide a replacement for your defective rental equipment. The rental fee is usually $5 each month for a modem and an additional $5 for a router. In many cases, it can be cost-effective to invest in a router of your own.

There are Comcast-compatible routers available on the market. In most cases, you can expect more control over your network with fewer hurdles from an ISP by owning your own router. If you’re not sure where to start, check out our recommended list of Comcast-compatible routers.

NEXT UP

How to Change Your Frontier WiFi Password

howchoo
howchoo   (467)
November 25, 2023

There are a few reasons you might want to update or reset your WiFi password: making your network more secure, and making your password easier to remember and type. Improved network security You can add an extra layer of security to your network by changing the WiFi password. As long as your new password is

Continue Reading

howchoo

 467 guides

Introducing Howchoo, an enigmatic author whose unique pen name reflects their boundless curiosity and limitless creativity. Mysterious and multifaceted, Howchoo has emerged as a captivating storyteller, leaving readers mesmerized by the uncharted realms they craft with their words. With an insatiable appetite for knowledge and a love for exploration, Howchoo’s writing transcends conventional genres, blurring the lines between fantasy, science fiction, and the surreal. Their narratives are a kaleidoscope of ideas, weaving together intricate plots, unforgettable characters, and thought-provoking themes that challenge the boundaries of imagination.

Home Interests Xfinity

How to Change your Comcast Xfinity WiFi Password

howchoo (467)
August 11, 2023
5 minutes

Share

You’ll Need 1
What you’ll need
Interests
Series
Howchoo is reader-supported. As an Amazon Associate, we may earn a small affiliate commission at no cost to you when you buy through our links.
Posted in these interests:
comcast • 7 guides
router • 32 guides
xfinity • 2 guides
Routers provided by Internet Service Providers, like Xfinity, often come with really long and hard-to-remember WiFi passwords. You may want to change the password to make it easier for friends and family members to use your wireless connection. This guide will show you three ways to log in to a Comcast Xfinity router and change the WiFi password.

1 – Log in to your Xfinity router

If you’ve never logged in to your Xfinity router, simply follow my Xfinity router login guide. We’ll summarize it here for you.
Xfinity Router Login: How to Log in to a Comcast Xfinity Router
  1. Visit 10.0.0.1.
  2. As long as you haven’t changed the credentials, you can use the username admin and the password password to log in.
  3. Go to Gateway > Connection > WiFi.
  4. Press EDIT next to your wireless network.
  5. Edit your new password. (You can change the network name too, if you wish.)
  6. Click SAVE SETTINGS.
If you ever forget your password, simply reset your Comcast Xfinity router.
How to Reset a Comcast Xfinity Router or Modem Network troubles? Reset your gateway.

2 – With the Xfinity “My Account” app

📷 Xfinity
You can easily change your Xfinity WiFi password with the Xfinity “My Account” app.
  1. Make sure you have the Xfinity “My Account” app downloaded to your phone.
  2. Open the “My Account” app.
  3. Log in with your Xfinity username and password.
  4. Select Internet.
  5. Select Wireless Gateway.
  6. Click Change WiFi settings.
  7. Enter a new password.
  8. Click Save.
Visit this guide for help logging into your Xfinity account.

3 – With the Xfinity online website

📷 Xfinity
Finally, you can visit your account page at the Xfinity website to change your WiFi password.
  1. Head over to the Xfinity “My Account” page.
  2. Log in to your account with your Xfinity username and password.
  3. Click on Settings.
  4. Click Internet.
  5. Click WiFi Credentials.
  6. Select Edit on the right-hand side of the window.
  7. Enter your desired WiFi password (and network name, if you wish to change that too).
  8. Click Save.
After a few minutes, you should have a new updated Xfinity WiFi password! Make sure to log in again.
NEXT UP

How to Change Your Frontier WiFi Password

howchoo
howchoo (467)
November 25, 2023
There are a few reasons you might want to update or reset your WiFi password: making your network more secure, and making your password easier to remember and type. Improved network security You can add an extra layer of security to your network by changing the WiFi password. As long as your new password is
Continue Reading

howchoo

 467 guides
Introducing Howchoo, an enigmatic author whose unique pen name reflects their boundless curiosity and limitless creativity. Mysterious and multifaceted, Howchoo has emerged as a captivating storyteller, leaving readers mesmerized by the uncharted realms they craft with their words. With an insatiable appetite for knowledge and a love for exploration, Howchoo’s writing transcends conventional genres, blurring the lines between fantasy, science fiction, and the surreal. Their narratives are a kaleidoscope of ideas, weaving together intricate plots, unforgettable characters, and thought-provoking themes that challenge the boundaries of imagination.
Home Interests Ruby

How to Install a Specific Version of a Ruby Gem

howchoo
howchoo (467)
August 10, 2023
2 minutes

Share

Interests
Posted in these interests:
ruby • 1 guides
Installing gems is easy enough, but how do you install a specific version? Or a range of versions? In this guide, we’ll cover the basics of RubyGem’s gem install command.

Use `gem install -v`

You may already be familiar with gem install, but if you add the -v flag, you can specify the version of the gem to install. Using -v you can specify an exact version or use version comparators.

Install a specific version

gem install mypackage -v 1.0.0

Install a gem using version comparators

gem install mypackage -v '>= 1.0.0'

# or

gem install mypackage -v '~> 1.0.0'

howchoo

 467 guides
Introducing Howchoo, an enigmatic author whose unique pen name reflects their boundless curiosity and limitless creativity. Mysterious and multifaceted, Howchoo has emerged as a captivating storyteller, leaving readers mesmerized by the uncharted realms they craft with their words. With an insatiable appetite for knowledge and a love for exploration, Howchoo’s writing transcends conventional genres, blurring the lines between fantasy, science fiction, and the surreal. Their narratives are a kaleidoscope of ideas, weaving together intricate plots, unforgettable characters, and thought-provoking themes that challenge the boundaries of imagination.
Home Interests Mac

How to Instantly Show and Hide the Dock on Mac

No more delay!
howchoo   (467)
August 10, 2023
2 minutes

Share

Interests
Posted in these interests:

Mac

mac • 24 guides

This guide shows you how to modify the dock such that it will hide or show the instant you roll over it, rather than the annoying default delay.

1 – Enable autohide

If you haven’t already, enable autohide. Navigate to System Preferences > Dock & Menu Bar and select the Automatically hide and show the Dock option.

2 – Open Terminal

Navigate to Applications > Utilities > Terminal.

3 – To make the dock hide and show instantly

Paste the following command and press enter:

defaults write com.apple.Dock autohide-delay -float 0.0001; killall Dock

Note: Prior to MacOS Mojave, you may need to use this command instead:

defaults write com.apple.Dock autohide-delay -float 0; killall Dock

4 – To undo this and restore normal dock behavior

Paste the following command and press enter:

defaults delete com.apple.Dock autohide-delay; killall Dock
NEXT UP

How to Enable the “Popping” Sound When Adjusting the Volume on Your Mac

howchoo
howchoo   (467)
December 13, 2023

Starting with MacOS Sierra and High Sierra, your Mac will no longer play a “pop” sound when you adjust your volume. If you prefer to have this sound when you adjust volume up and down (as I do), this guide will teach you how to reenable it. 1 – Open Sound System Preferences Navigate to System

Continue Reading

howchoo

 467 guides

Introducing Howchoo, an enigmatic author whose unique pen name reflects their boundless curiosity and limitless creativity. Mysterious and multifaceted, Howchoo has emerged as a captivating storyteller, leaving readers mesmerized by the uncharted realms they craft with their words. With an insatiable appetite for knowledge and a love for exploration, Howchoo’s writing transcends conventional genres, blurring the lines between fantasy, science fiction, and the surreal. Their narratives are a kaleidoscope of ideas, weaving together intricate plots, unforgettable characters, and thought-provoking themes that challenge the boundaries of imagination.

Home Interests Supernote

10 Reasons to Pick Supernote A6X over reMarkable 2

10 reasons to pick supernote a6x over remarkable 2
Read this if you’re on the fence about the reMarkable 2 or the Supernote.
howchoo   (455)
August 9, 2023
31 minutes

Share

Interests
Posted in these interests:
e-ink • 5 guides
supernote • 5 guides
technology • 20 guides

The world of e-ink devices is vast and confusing, with dozens of models from dozens of manufacturers.

Some people will only be familiar with Amazon’s Kindle or the Kobo series of e-readers, but these are actually really limited in terms of functionality! I’ve written about how much I love the Supernote e-ink device before, but I haven’t yet touched on what makes the Supernote superior to another big name in the e-ink world: reMarkable.

ReMarkable set itself up as the “paper replacement” of e-ink devices, going so far as to create a highly paperlike experience with a special screen and a pencil-like stylus nib that wears down through use.

But, what started looking like an outstanding idea with unbeatable software, quickly became a nightmare of venture capitalism as they locked features behind a paywall. Meanwhile, Supernote actively engaged with their user community, working with their users to build what is probably the best e-ink device in its price range.

1 – reMarkable’s subscription plan

remarkables subscription plan
reMarkable’s subscription plan

This is the largest blow to the reMarkable because it’s never enjoyable to find a device’s features being locked behind a paywall.

ReMarkable hinted that they would be heading in this direction for some time, and they finally took the leap at the end of 2021, likely because they took tons of venture capital money and ended up desperate to make their backers happy ASAP.

Supernote has almost gone the opposite direction of reMarkable, if such a thing is possible. In a truly remarkable twist in today’s capitalist world, Supernote puts all their resources into improving existing devices instead of arbitrarily phasing out devices to make a profit, or opting for a subscription model like reMarkable.

People who purchased their reMarkable devices before October 12, 2021 got to keep a few of their so-called “premium” features for free, but all future updates that reMarkable makes won’t be included, and if you’re thinking of buying a reMarkable now…just don’t.

Here’s the thing: reMarkable bills itself as a paper notebook replacement, but as a side-by-side comparison shows, the features offered via any reMarkable plan simply don’t come anywhere close to the Supernote, and that includes things like writing feel and latency. How is this possible? Well, it all comes down to Supernote’s incredible roadmap.

2 – Supernote’s development roadmap

supernotes development roadmap
Supernote’s development roadmap

Supernote has a public roadmap available with all their development plans. ReMarkable offers a blog with infrequent updates when major software changes take place.

This is a stark difference that highlights not only how great Supernote is with community engagement (and how much they care about creating an incredible product), but how the needs of the community have influenced the actual design of the device and the features that it offers.

3 – Supernote stylus is better than reMarkable 2

supernote stylus is better than remarkable 2
Supernote stylus is better than reMarkable 2

’ll come right out with a hot take: for all that reMarkable does offer the writing feel of pencil on paper (it does, and, to be fair, it’s incredible how well it does this), it comes with the massive limitation of wear and tear.

Like a few other e-ink devices on the market, the reMarkable stylus wears out and, according to various reviews, wears out quite quickly. That’s a steep price for the feel of writing on paper.

The Supernote, meanwhile, approaches the experience of writing through their patented self-repairing screen film. This mimics the experience of writing with a pen on paper surprisingly well, and does so with a hard ceramic nibbed stylus that never wears out.

In fact, their Heart of Metal stylus is the best-looking and most impressive on the market, offering the feel of a high-quality pen.

4 – Supernote’s Android OS vs reMarkable’s Linux OS

supernotes android os vs remarkables linux os
Supernote’s Android OS vs reMarkable’s Linux OS

Beneath the hood, these devices are wildly different. The reMarkable uses custom software based on Linux, the open-source GNU operating system.

When I originally heard this, I immediately thought two things: that’s awesome, and, what about all the apps that people expect to be able to use with an e-ink device? Because the reMarkable can’t run anything from the Android app store.

That means: no Kindle, no Overdrive, no Dropbox; none of the integrations that have become a mainstay of the e-ink market. To get around this, reMarkable tried to double down on their claim of their device as a “paper journal replacement” designed to focus the user’s attention on nothing but their writing. No matter that this alienates a huge potential userbase.

Supernote has a Linux line of devices, their older A5 and A6 models (and these actually feature email integration, Supernote’s own generous cloud sync, and software that is still getting major improvement updates). But Supernote’s latest devices, their A5x and A6x line of tablets, feature a heavily modified Android OS that offers massive integration potential.

Currently, Supernote supports Kindle (and, through Kindle, Supernote also supports reading books borrowed from your local library which is wonderful), as well as email, calendar, and Dropbox integration.

Their team has stated that wider access to apps in the Android app store is on their radar, and that means that we will hopefully eventually be able to ditch Kindle altogether and use any apps we choose for our ebook pleasure.

They have also considered integration with various academic and knowledgework apps like Obsidian. Supernote even has default integration with Microsoft Word, in a major boon for writers everywhere who want to travel without their bulky laptop.

5 – Supernote beats reMarkable 2 as an e-reader

supernote beats remarkable 2 as an e reader
Supernote beats reMarkable 2 as an e-reader

Ever since the original reMarkable came out, users have been complaining about issues with using that device as an e-reader. To be fair, reMarkable 2 has improved things immensely, and the size of the reMarkable 2 makes it handy for viewing PDFs and other large documents.

But the Supernote not only comes bundled with its own extremely powerful e-reading application, it can also use the Kindle app, one of the most widely used e-reader apps around.

For a long time, Supernote lagged (literally) when it came to handling very large or image-dense ebooks and PDFs. The December 2021 Supernote update changed all that.

The Supernote now absolutely matches the reMarkable in terms of speed, but provides a far more satisfactory reading experience, through multiple apps. That’s a big winner for me.

6 – Supernote has integrated Word processor and keyboard support

supernote has integrated word processor and keyboard support
Supernote has integrated Word processor and keyboard support

The reMarkable is excellent when it comes to writing and drawing, without a doubt. They corner the market on superb latency and pressure sensitivity…but that’s it. For a very high price, you’re getting something that’s ultimately less functional than a good art pad and stylus.

What first attracted me to Supernote was it’s Word Processor integration. You can open and create Word documents from within Supernote directly, link a bluetooth keyboard to your device, and get straight to work.

As a professional writer, this was groundbreaking. I do actually want to escape the distractions of tech while I work, and Supernote offers me the ability to get the best of both worlds. I can work in my Word documents without eyestrain and with insane battery life, all at a quarter of the weight of my laptop.

Proofreader marks for Word in Supernote?

proofreader mark support
Supernote proofreader mark support

But then Supernote went even farther with their development of the perfect writer’s companion, and added proofreader mark support for Word documents. What does this mean?

That’s right. You can mark up your Word document using your stylus, deleting and inserting content with a strike of the pen.

And, since the massive update at the end of 2021, Supernote’s word recognition is fully functional. That means it’s possible to insert handwriting directly into a Word document—handwriting that is automatically converted to digital text.

7 – Supernote turns on when the cover opens!

supernote turns on when the cover opens
Supernote turns on when the cover opens!

This is a small one, but Supernote has an ingenious cover design that automatically wakes the device when the cover is flipped open.

It wakes to whatever document you last had open and feels beautifully intuitive. It really is just like using a paper journal. No buttons to press or anything.

8 – Supernote vs reMarkable 2, which is sturdier?

supernote vs remarkable 2 which is sturdier
Supernote vs reMarkable 2, which is sturdier?

The reMarkable has definitely seen some upset customers after cracked screen issues, but it’s not any more risky to own the reMarkable than any other glass tablet. Save, perhaps, that you can’t put an additional screen protector over it.

Still, if it’s snug in its folio, then nothing short of a drop or applied pressure needs to be a concern. But, so the consensus goes, don’t drop it, or it absolutely will break.

The Supernote A6X also uses a glass screen, but this is covered by Supernote’s special self-healing film (which gives the device it’s pen-like writing feel). This makes the device sturdier, and I’ve yet to run into any concerns with my own A6X.

Supernote’s A5X has a newer plastic screen that’s even sturdier, however, making it the ideal choice for those of us constantly on the run and more likely to be rough on our devices.

With the folio attached, both Supernote devices are pretty hard to damage. My A6X did eventually end up with some cosmetic damage after two years of rough use—the thin plastic lip at the bottom USB-C port split. It doesn’t affect the device in any way, however, and isn’t noticeable unless I’m looking right at it.

9 – Supernote vs reMarkable 2, which has the better design?

supernote vs remarkable 2 which has the better-design
Supernote vs reMarkable 2, which has the better design?

Build quality aside, the reMarkable is incredibly thin and well-designed for a futuristic sleek factor. In an age where we want all the power of technology without any of the baggage, it definitely has something to offer.

The Supernote beats it out again for me in this department, however. Yes, the Supernote is fractionally thicker, with a design that reminds me a little like a Moleskine notebook (once it’s in its folio), but that also gives it a weight and solidity I like.

It’s very easy to hold, but has the sort of density one would expect from a notebook. I enjoy reading on it more because of this as well.

But these two features really stand out for the Supernote: the instant-wake feature I mentioned earlier. It’s intuitive and lovely to have the device snap to life as soon as I open the cover. But there’s also Supernote’s unique hardware slide.

The right side of the Supenote features a sleek groove that provides two powerful functions. Slide your thumb up and the screen instantly refreshes. For anyone who has not yet used e-ink devices, a “ghosting” effect can sometimes occur, where subtle afterimages of previous content are displayed until the page is refreshed.

Supernote makes it incredibly easy to take care of this issue. And, swiping down brings to life the system control bar, providing physical access that once again feels really natural to use.

10 – Supernote vs reMarkable 2, writing latency

supernote vs remarkable 2 writing latency
Supernote vs reMarkable 2, writing latency

The big claim that reMarkable made early on was that the latency of its devices were equal to Apple’s 2nd Gen Pencil. That was a major breakthrough for e-ink devices that have historically struggled to match the writing experience of traditional devices like the iPad.

Initially, the Supernote’s writing latency was still perfectly serviceable (and, indeed, faster than a number of better-known e-ink devices), but it was double that of the reMarkable 2.

But then came the 2021 end of year update, and Supernote quietly changed the game. The Supernote now boasts a pen latency almost identical to that of the reMarkable 2 eliminating the lead that originally excited me so much about the reMarkable device.

11 – Supernote’s incredible community engagement

As I’ve mentioned, the best thing about Supernote is its community engagement. Their entire business model seems to be based on building a deep and effective rapport with their customers, taking suggestions and critiques in good faith and using them to directly improve their device. Comments that I made when I first purchased my A6X in 2019 were put on the public roadmap and solved.

The engineers and marketing team are active on the company’s Reddit page, and even their managing director is both available and extremely friendly.

I honestly have not encountered a single other company that does half as much to connect with their customers and build a community of engagement and trust. And that community works out for them, too! User feedback has provided them with a huge testing base that has allowed them to improve their device continually since its release.

The reMarkable team has been less straightforward. They do have a Reddit channel, but little official activity seems to take place there. They do have an official blog, but only a few major updates are released on it.

They will respond to emails, but I haven’t seen a glowing review of their customer support process yet. And then there’s the big problem of their subscription model, which was kept veiled from the public and only became known early through some clever investigating by Voja over at My Deep Guide.

I wish I could like the reMarkable more…it’s a neat device with so much potential. But the terrible business model, horrible user support and connectivity, and unwillingness to meet the user where the user needs to be met make it a no-go for me. The Supernote, however, is the opposite in every way.

I have experienced nothing but good will and support from the Supernote community and official team, and their devices have become a part of my daily workload for everything from writing articles, to reading books I want to review, to planning my move into a new apartment. It just doesn’t get any better than that.

NEXT UP

How to Set Up Quick Connect on a Synology NAS

Get Synology’s powerful Quickconnect running in minutes on your NAS!
howchoo   (455)
November 24, 2023

Synology is one of the most popular creators of Network Attached Storage devices on the market today, and for great reason — they’re really good at what they do. They consistently make devices that stand the test of time and feature top-notch software that makes the process of running a home server as easy as

Continue Reading
Home Interests Comcast

Xfinity Router Login: How to Log in to a Comcast Xfinity Router

howchoo
howchoo   (400)
August 9, 2023
6 minutes

Share

You’ll Need 1

What you’ll need
Interests
Series
Howchoo is reader-supported. As an Amazon Associate, we may earn a small affiliate commission at no cost to you when you buy through our links.
Posted in these interests:
comcast • 7 guides
internet • 33 guides
router • 30 guides

There are many reasons you might want to access your Comcast Xfinity router. For instance, you may want to change your wireless password or set up port forwarding for a project you are working on.

In any case, if you’re looking to log in to the Xfinity Wireless Gateway, then you’ll need the Comcast Xfinity router IP address in [the second step] to log into your router. If you have an Xfinity modem/router combo, this is also known as your modem login. If you’re using a business router, the process can be a little different. Check out this guide for steps on how to log into a Comcast business router.

If you need to login to your Comcast account, visit this guide.

1 – Make sure you are connected to your Xfinity network

This can be a wired or WiFi connection.

2 – Open a browser and go to 10.0.0.1

This is the router’s gateway. It will automatically bring up a log in screen.

3 – Enter a username and password

Username: admin
Password: password

Now you’re logged in.

4 – Change your password

You can change your password by click “Change Password” at the top right of the admin panel.

5 – Can’t remember your username or password?

Username

Here’s the Xfinity page to help you find your username.

Password

Here’s the Xfinity page to help you reset your password.

6 – Other options

While the above steps are the easiest way to directly log in to your Comcast Xfinity router, here are some other options that may suit your needs, as well.

Xfinity xFi

If you’re using an xFi gateway, then you can access xFi from your account pages in both the mobile Xfinity app and on the Xfinity website.

Then you’ll simply:
1. Log in to your Comcast Xfinity account.
2. Select your network name from the top of the page.
3. From here you can view your password and make changes to your WiFi.

7 – Next up: Speed up your wifi connection

We’ve written a few practical tips to show you how to speed up your wifi connection.

Make Wi-Fi Faster: How to Speed Up Your Wi-Fi Connection
Speed up your Internet connection in just a few minutes.

Looking to upgrade your Comcast router or modem? Get a faster connection and remove equipment rental fees from your bill by finding the best Comcast compatible routers.

NEXT UP

How to Change Your Charter Spectrum WiFi Password

howchoo
howchoo   (400)
September 29, 2023

If you’re a Charter WiFi user, you need to keep your network secure. Changing your WiFi password is a simple and effective way to add an additional layer of security to your network. This guide covers the best ways to manage your Charter Spectrum Network password. 1 – Change Wifi Password You can change the

Continue Reading
Home Interests Raspberry Pi

How to Enable SSH on Raspberry Pi OS Without a Screen

howchoo
howchoo   (436)
August 9, 2023
4 minutes

Share

Interests
Posted in these interests:
pi • 91 guides

If you’re like me, you don’t always have a spare keyboard/monitor available to set up your Raspberry Pi. I rely heavily on SSH to set up my Pi, but in late 2016 Raspbian images started shipping with SSH disabled for security reasons. Fortunately, you can still enable SSH without a screen using the latest operating system, Raspberry Pi OS.

1 – Put the micro SD card into your computer

This guide assumes that you’ve already installed Raspberry Pi OS on your Pi. If not, go ahead and install it. Then put the SD card into your computer.

How to Install Raspberry Pi OS on Your Raspberry Pi
Get the new official Raspberry Pi OS on your Pi.

You’ll have to locate the boot directory, on my Mac it’s in /Volumes/boot.

If you’re on a Mac, open Terminal (Applications > Utilities > Terminal) and type:

cd /Volumes/boot

On Windows, you’ll need to use Command Prompt instead.

3 – Create an empty file called ssh

All you have to do is create an empty file called ssh.

touch ssh

If this file exists, ssh will be enabled when the pi is booted.

4 – Insert the SD card into the Pi and power on

Connect the Pi to a power source to power it on. As long as the Pi is connected via an Ethernet cable (or wifi), you should now be able to ssh in to the Pi.

How to Connect to a Raspberry Pi Remotely via SSH
The preferred (and most common) method of connecting to your Pi to run commands.

If you don’t have easy access to an ethernet connection, you can configure a WiFi connection similar to how we enabled SSH.

NEXT UP

HeaterMeter: Control your Grill Using a Raspberry Pi!

Fire up the summer with a new Pi project.
howchoo   (436)
November 28, 2023

With summer right around the corner, it’s time to fire up the grill! But who will watch the grill while you’re beating the heat? This year, kick things up a notch with your own Raspberry Pi-powered HeaterMeter. Don’t just throw a BBQ, be a part of it. HeaterMeter lets you keep a close eye on

Continue Reading