Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use iso14229 on windows #45

Open
momet83 opened this issue Nov 5, 2024 · 2 comments
Open

use iso14229 on windows #45

momet83 opened this issue Nov 5, 2024 · 2 comments

Comments

@momet83
Copy link

momet83 commented Nov 5, 2024

Hi Driftregion,

I'm new on githup. I want to use your project. ich have 2xESP32 they are connected via CAN and I use VS code.
now to my quations:

  1. wich folder should I download? Windows or main?
  2. next step: I complie the ESP32_server and flash the code on ESP32
  3. then I compile for example "test/test_server_0x22_RDBI.c"
  4. how can I send the request to ESP32?
@driftregion
Copy link
Owner

Hi @momet83,

  1. wich folder should I download? Windows or main?

use the main branch. Download the source files from the releases link https://github.com/driftregion/iso14229/releases/tag/v0.7.1 , copy iso14229.c and iso14229.h into your source tree and build.

  1. how can I send the request to ESP32?

For the client (sending a request to the ESP32), I'd recommend using https://github.com/pylessard/python-udsoncan/

@momet83
Copy link
Author

momet83 commented Nov 27, 2024

Hi @driftregion,
Thank you for your support. I have download the source files as you have said. I have used your folder “ESP32_server” but after compiling the VS code shows me a problem “unused variable ‘ta’” is it a problem or I can ignore it and I'll start flash the esp32?
image

2nd Question: in the folder "iso14229-0.7.1 --> test" dor what are the tests there?

thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants