Ivor Wanders

Results 116 comments of Ivor Wanders

> Because nixos-hardware tends to be trying to provide config at the machine-level, I've found it tricky to avoid running a build+install on real hardware. @mexisme , @onny Just though...

> Do you think you could add support for pre obd2 MUT 2 protocol for Mitsubishi vehicles? If you want that, you have to do it yourself :) I don't...

I don't think you're guaranteed to have `0xC1` in the message, in [these examples](https://github.com/iwanders/OBD9141/blob/ff2d79538ec177c54da349f5d06b86f6b3bfd524/src/OBD9141.cpp#L267-L274), the start is `0xc2`, but that is not anywhere in the response?

> The buf gives me buf: 193 51 241 129 and checksum is 102 and buffer[0] is 128, later while calculating const uint8_t msg_len = (this->buffer[0]) & 0b111111; which gives...

Hmm, so the request you are sending is the start communication request; [this one](https://github.com/iwanders/OBD9141/blob/ff2d79538ec177c54da349f5d06b86f6b3bfd524/src/OBD9141.cpp#L481). But then for your system it returns more bytes than the expected 6 from [here](https://github.com/iwanders/OBD9141/blob/ff2d79538ec177c54da349f5d06b86f6b3bfd524/src/OBD9141.cpp#L485) Searching...

I'm not sure I understand, the `mrfc630_cmd_load_key` function is [pretty boring](https://github.com/iwanders/MFRC630/blob/577b0433a7dfae3fe3eba7a578d784982d90be69/mfrc630.c#L140-L145), it just writes the key to the fifo and then sends a command, if you need to send another...

@chcmq , good question, I have no idea if that's even possible. You'll want to read up on how nfc actually works, if the frequency / hardware protocol is even...

Following up here from https://github.com/linux-surface/kernel/pull/144#issuecomment-1858999412 . I pulled the `feature/thermal-sensors` branch at 004898c290c9f11cd4907902773aa0cc21be9843. On surface pro 9, the following thermal sensors appear; ``` ssam_thermal-virtual-0 Adapter: Virtual device temp1: +30.8C temp2:...

The scaling is definitely off: ![thermals](https://github.com/linux-surface/surface-aggregator-module/assets/1732289/09c0a85e-aec9-4cd5-8603-a0a01f4e69aa) Temperatures stay at ~30, while I'm certain my tablet was more than lukewarm... `stress -c12` going... With [log_sensors.py](https://github.com/iwanders/nixos-surface/blob/5135540ab9dc1ce3b819e0efc80bb8d3de2c249e/dev/log_sensors.py) (but forgot to log the load...

> Keep in mind that it also depends on where the sensors are placed Agreed, but if I have 11 sensors in my device, they're not all going to be...