HN user

evck

133 karma
Posts27
Comments26
View on HN
tetrelsec.com 1y ago

CVE-2024-41660: A Critical Vulnerability in OpenBMC

evck
3pts0
www.crowdsupply.com 5y ago

Cross-Platform Controller Area Network Support with Python and Rust

evck
1pts0
www.crowdsupply.com 6y ago

CANtact Pro – Open-Source USB CAN Interface

evck
2pts0
hackaday.com 10y ago

Review: Voltera V-One PCB Printer

evck
1pts0
www.evenchick.com 11y ago

Continuous Integration for Firmware

evck
2pts0
hackaday.com 12y ago

Hackaday launches Hackaday Projects

evck
2pts0
hackaday.com 12y ago

TI Launches “Connected LaunchPad”

evck
2pts0
hackaday.com 12y ago

Atmel Announces SmartConnect WiFi Modules

evck
1pts0
news.ycombinator.com 12y ago

Ask HN: What Podcasts Do You Listen To?

evck
15pts19
hackaday.com 12y ago

CAN Hacking: The In-vehicle Network

evck
1pts1
uctools.github.io 12y ago

Open Source Tools for Firmware Development

evck
2pts0
news.ycombinator.com 12y ago

New Arduino WiFi Shield Available for Pre-order

evck
4pts2
medium.com 13y ago

Writing Open Source Firmware

evck
2pts0
medium.com 13y ago

Getting Real Value Out of An Engineering Education

evck
26pts15
www.evenchick.com 13y ago

Learning Microcontrollers, from Arduino to ARM

evck
3pts0
www.evenchick.com 13y ago

Designing Hardware for the Internet of Things

evck
38pts26
upnotnorth.net 13y ago

Pianocade Post Mortem: Lessons from a HW Startup

evck
1pts0
hackaday.com 13y ago

Hacking a Ham Radio

evck
1pts0
upverter.com 13y ago

Hardware Design Challenge: Design a Nerf Sentry, Win Money

evck
11pts5
thedeconstruction.org 13y ago

The Deconstruction: a 48-hour decentralized hacking event

evck
2pts0
blog.upverter.com 13y ago

Upverter Launches Teams Collaboration, Free for Open Source

evck
31pts6
www.evenchick.com 13y ago

Building Blocks for Open Source Hardware

evck
1pts0
evenchick.com 13y ago

MOO: The Learn to Code MMO

evck
2pts0
evenchick.com 14y ago

Writing a Bootloader-Part 2: Interrupts

evck
3pts0
evenchick.com 14y ago

From C to Hardware

evck
1pts0
evenchick.com 14y ago

Writing A Bootloader

evck
5pts1
evenchick.com 14y ago

Hacking Your Car

evck
4pts0

If this works, it seems pretty strange to build their own devices with it. With a patent on the methods they could make a fortune licensing the technology to Si companies. They would reach the market much quicker too.

However, having worked on BMS systems for lithium batteries this sounds very fishy. Maybe they've hit on something spectacular, but it seriously looks like snake oil based on the info they've provided thus far.

SEEKING WORK - Remote (Toronto area) Embedded systems developer with experience in hardware design and firmware. I can help with ground up hardware design, prototyping, and bringing a product to market (DFM, DFT). I've worked with a wide range of microcontroller architectures and tools, and have additional experience in automotive systems and bootloaders.

More info: http://evenchick.com

Email: eric@evenchick.com

While copying magstripes is already easy, no merchant will accept a stock magstripe card for a credit transaction, because it's clearly fraudulent.

If merchants will accept coin, it creates trust for this devices, and lookalikes. I think it would be much easier to create Coins, or Coin clones with stolen credit card data. This is rather concerning.

On another note, I really want one of these to tear apart and mess with. The hardware is pretty slick.

Thanks for sharing that, I'll check it out. One problem I'm looking forward to working on is what the embedded device will do to take care of communications, and what the firmware to do that looks like. Lots of neat problem including authentication, minimizing power consumption, etc...

Haven't done anything high speed, but I'm not too worried since it's short. It might not be perfect on the first run, but hopefully it'll work.

8 GHz and multiple traces would be a bit more concerning without impedance control. Hope it works out.

Assuming that the Model S uses the HV pack and a DC/DC to power the 12 V bus all of the time (like the Roadster), it would make sense that parking the car overnight in the cold would cause issues.

All other EVs that I know of shut off the battery contactors when the car is keyed off, and rely on a 12 V SLI battery (usually lead-acid) to support the vehicle when the power is off. The roadster did not do this, which is explained in Tesla's BMS documentation [1]. This means that any quiescent current consumed by the 12 V system will drain the main battery pack.

[1] http://webarchive.teslamotors.com/display_data/TeslaRoadster...

Most of the neat things that this device can accomplish could also be done with an OBD-II to Bluetooth interface, which can be had for ~$20 off EBay.

You don't get remote access to the bus, but it's much cheaper. Not sure how they plan to implement some of the non-OBD-II features (remote unlock is a major one) for all vehicles, since there's no standard. But it'll be interesting to see where this goes.

Modern vehicles report OBD-II signals over Controller Area Network, which is used to link most the controllers in your vehicle. All cars after 2008 in the states use CAN for OBD-II.

Most manufacturers have the OBD-II CAN bus connected to the engine controller for diagnostic purposes. If you can gain control of the CAN bus, you can do some real damage to the car. Furthermore, the hardware must write to the bus to get OBD-II data (it's a request/response system), so it's not a read only device.

Bootloaders are pretty ubiquitous in embedded systems today; just about every device with a microcontroller runs one. I'm writing one to learn about them and support specific protocols. This is a first working prototype of a bootloader, but it does explain how they work and what they do.

Yeah, I'd chalk this up to poor management. Any manager who doesn't listen to "hey, you have a serious problem here" isn't doing their job.