CES 2025: Acer Nitro Blaze 11, Nitro Blaze 8 Handheld Console Launched Alongside Nitro Mobile Controller

CES 2025: Acer Nitro Blaze 11, Nitro Blaze 8 Handheld Console Launched Alongside Nitro Mobile Controller

Acer Nitro Blaze 11 and Nitro Blaze 8 were launched on Monday at CES 2025 as the company’s latest handheld gaming consoles. They run on Windows 11 Home out-of-the-box and are equipped with an AMD Ryzen 7 APU, along with 16GB of RAM. Both consoles are equipped with physical controls that are located around the display, a 3.5mm headphone jack, and there’s a fingerprint scanner built into the power button. The Acer Nitro mobile controller was also launched by the company, and it can hold iOS and Android smartphones (with up to 8.3-inch displays) and has a USB Type-C port with 18W passthrough charging support.Acer Nitro Blaze 11, Nitro Blaze 8 and Nitro Mobile Controller Price and AvailabilityAcer Nitro Blaze 11 price is set at $1,099 (roughly Rs. ) while the Nitro Blaze 8 costs $899 (roughly Rs. ). The devices will go on sale in the US and in Europe, the Middle East, and Africa, in Q2 2025. Pricing for these models in India is yet to be announced.Acer Nitro mobile controllerPhoto Credit: Acer The new Acer Nitro mobile controller is priced at $69.99 and will be available in the US in Q2 2025, while the device will go on sale starting Q1 2025 in Europe, the Middle East, and Africa.Acer Nitro Blaze 11, Nitro Blaze 8 SpecificationsBoth the Acer Nitro Blaze 11 and Nitro Blaze 8 are equipped with similar specifications, except for the display size and battery capacity. The Nitro Blaze 11 has a 10.95-inch WQXGA (2,560×1,600 pixels) IPS screen, while the Nitro Blaze 8 has an 8.8-inch display with the same resolution. Both screens refresh at 144Hz, and have a peak brightness of 500nits.Acer has equipped the Nitro Blaze 11 and Nitro Blaze 8 with an octa-core Ryzen 7 8840HS APU, along with an AMD Radeon 780M GPU and 16GB of LPDDR5x RAM. You get up to 2TB of NVMe storage on these handheld gaming consoles, which run on Windows 11.The consoles are equipped with standard controller buttons, including a D-pad, ABXY buttons, LB and RB bumpers, LS and RS hall effect sticks, LT and RT trigger hall effect. They also feature menu, view, quick menu, power, and volume buttons, as well as a dedicated Acer Game Space button. The power button also has a fingerprint scanner for biometric authentication.Connectivity options on the Acer Nitro Blaze 11 and Nitro Blaze 8 include Wi-Fi 6E and Bluetooth 5.4, along with a USB 4 Type-C port, a USB 3.2 Type-C port , and a USB 3.2 Type-A port. The devices also have a 3.5mm audio jack and two 2W speakers. Both models pack a 55Wh battery, but the Nitro Blaze 11 can be charged at 100W, while the Nitro Blaze 8 supports 65W fast charging.Catch the latest from the Consumer Electronics Show on Gadgets 360, at our CES 2025 hub.

Credit-Read More

News kiosk Latest Posts

// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts

// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);

// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);

// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;

// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `

${description} Read more

`;

// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}

// Call the function to fetch and display the latest posts
fetchLatestPosts();

News kiosk- Are You Making These Common Mistakes? Click below to Learn More

Secret That Everyone Is Talking About

If you want to dive deeper into the topic, click on Read More:

Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!

Share to Spread

Leave a Reply

Your email address will not be published. Required fields are marked *