Philipp Bulling

Results 8 comments of Philipp Bulling

Hi Ulrich, thank you for your message. Just a couple of questions: - Are you using the exe file to start the app (not the Python script)? - What hardware...

Hi Ulrich, okay, good to hear that the hardware is working with an other laptop. This means that it's unlikely to be a hardware issue. Are both laptops you've tried...

Hi Ulrich, that is very strange. I've got no idea, whats happening here. I've built [another debug version](https://www.dropbox.com/s/v454o229i3jeqyr/CriticalForce_DEBUG2.exe?dl=1), where I've manually added some print statements. Ideally, the terminal output should...

I think that the device disappears should be no problem, this also happens on my computer. Unfortunately, I've got no idea, whats happening here. You said, the NAU7802 is connected...

Yes, it could be helpful, if you would run the app directly as Python script. Are you familiar with Python?

The problem is that "import board" loads an external module. So it seems to be a problem with the MCP2221A, not with the Critical Force software itself. Not sure, how...

Okay, thanks for trying this. Unfortunately, I'm afraid that I'm not able to help you. It seems to be a problem with the MCP2221A. Could you maybe post your problem...

You can find the Tindeq API description here: [Tindeq API](https://tindeq.com/progressor_api/) You have to implement their Bluetooth interface to connect to the Tindeq. Originally, I planned to implement this interface. However,...