I could not find a specific "marketplace" to post this so used general forum.
I am looking for someone to port some code across (it is written in C for ST micro) across to ESP32 in the ESP-IDF frameowrk (I use VSCODE).
Anyone interested please contact me for details, I can provide source code for you to provide quote.
Looking for programmer to port code to ESP32 for me
Re: Looking for programmer to port code to ESP32 for me
Tried that.
Signed up for free 1 month account. Posted job advert. Got several proposals, cannot see the proposals, get error I am not authorized to view proposal when I navigate to link.
Did you use the free service and it worked ok?
Signed up for free 1 month account. Posted job advert. Got several proposals, cannot see the proposals, get error I am not authorized to view proposal when I navigate to link.
Did you use the free service and it worked ok?
Re: Looking for programmer to port code to ESP32 for me
I am on the "other side", so i dont know how it works when you post a job.
Re: Looking for programmer to port code to ESP32 for me
So, are you available?
The code I want to port is the "Decawave" api. A simpler approach might be to get the C++ source code used in arduino into ESP-IDF.
All the code is available in cpp and h file but not sure how to get this working/included into my esp-idf project.
The code I want to port is the "Decawave" api. A simpler approach might be to get the C++ source code used in arduino into ESP-IDF.
All the code is available in cpp and h file but not sure how to get this working/included into my esp-idf project.
Re: Looking for programmer to port code to ESP32 for me
Hi,
If you are still on the lookout for some help I would be glad to help you out, as what you are wanting done is well within my area of expertise.
You can reach me on andrewjohnson.56782@gmail.com
Cheers and Have a great day ahead,
Andrew
If you are still on the lookout for some help I would be glad to help you out, as what you are wanting done is well within my area of expertise.
You can reach me on andrewjohnson.56782@gmail.com
Cheers and Have a great day ahead,
Andrew
- Vader_Mester
- Posts: 300
- Joined: Tue Dec 05, 2017 8:28 pm
- Location: Hungary
- Contact:
Re: Looking for programmer to port code to ESP32 for me
If you are still looking I sent you a PM yesterdayorbitcoms wrote: ↑Thu May 20, 2021 12:04 pmSo, are you available?
The code I want to port is the "Decawave" api. A simpler approach might be to get the C++ source code used in arduino into ESP-IDF.
All the code is available in cpp and h file but not sure how to get this working/included into my esp-idf project.
Code: Select all
task_t coffeeTask()
{
while(atWork){
if(!xStreamBufferIsEmpty(mug)){
coffeeDrink(mug);
} else {
xTaskCreate(sBrew, "brew", 9000, &mug, 1, NULL);
xSemaphoreTake(sCoffeeRdy, portMAX_DELAY);
}
}
vTaskDelete(NULL);
}
Who is online
Users browsing this forum: No registered users and 93 guests