Urgent.News

the world's headlines, one feed

Editions

Tech

BMW, University Malaya Reuse Old EV Batteries For Campus Chargers, Rural Electrification

At the start of the year, BMW Group Malaysia announced that it was working with Universiti Malaya (UM) on research that would give aging batteries from the carmaker’s older EVs continued use. Part of this is letting these second-life batteries be used either for rural electrification or as an on-campus sustainable energy solution. Today, the […] The post BMW, University Malaya Reuse Old EV…

BMW, University Malaya Reuse Old EV Batteries For Campus Chargers, Rural Electrification

At the beginning of this year, BMW Group Malaysia collaborated with Universiti Malaya (UM) on a research initiative aimed at giving new life to the aging batteries of the automaker's earlier electric vehicles (EVs). The primary objective of this collaboration was to utilize these second-life batteries in two ways: either for rural electrification or to power an on-campus sustainable energy solution.

Today, the two organizations have announced the latter initiative, with the installation of a solar-powered smartphone charging station at the UM Central bus stop. This station is expected to cater to over 3,000 daily users.

The charging station is powered by a 1.5 kWh system, which consists of three battery modules that are approximately ten years old. These batteries are part of BMW's plan to repurpose lower-capacity battery packs, which are more suitable for lighter tasks like device charging. Higher-capacity battery packs, on the other hand, are being prepared for deployment to Pos Sinderut, Kuala Lipis, Pahang, where they will provide off-grid electrification for the Semai Orang Asli community, powering essentials such as lighting, fans, and refrigerators.

In addition to the battery capacity, the solar panels for the charging station were generously donated by a private individual and company. The charging station itself features three USB-C ports and a Lightning port for older Apple devices, with a maximum combined output of 200W and a maximum output of 100W for each individual port.

A group of trained students is monitoring and maintaining the system, and it is designed to remain operational for at least five years. However, these batteries are unlikely to be repurposed for a third-life application due to their current state of degradation. Meanwhile, batteries with higher charge retention, which will be used for rural electrification, can be repurposed once their second-life application is complete.

Written by urgent.news from Lowyat.NET's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

Read the original at lowyat.net →

More in Tech

Rust SIMD Just Came to the GPU — and It Changes How We Think About Parallel Programming

For decades, GPU programming has meant one of two things: writing CUDA kernels in C++ or wrestling with OpenCL. Both require you to think in a fundamentally different paradigm than CPU programming.

  • Rust SIMD now works natively on GPUs, bridging decades-long programming gap
  • VectorWare's GPU runtime enables SIMD code to run without modifications
  • Same Rust code can run on x86 CPUs, ARM devices, and GPUs with single codebase

Porting a Python PEG parser to Rust in 72 hours, and actually proving it worked

There's a joke that every Rust project starts with someone saying "we should rewrite this in Rust" and ends four weekends later with a half-finished repo and a lot of new opinions about lifetimes.

  • Team ported parsimonious Python PEG parser to Rust in 72 hours for Port Mortem 2026 hackathon
  • Rust parser achieved 23x performance increase over original Python parser
  • Optimized Rust parser used 6.7 MB memory vs. 13 MB, with 0.016 ms peak latency

Tired of JS for simple UI in Ruby?

Meet web_ruby_ui — write reactive client-side SPAs using 100% pure Ruby via WebAssembly. Features state management & VDOM diffing. Give it a try & share feedback!