Looking for programmer to port code to ESP32 for me

orbitcoms
Posts: 149
Joined: Fri Aug 03, 2018 10:08 pm
Location: Sydney, Australia

Looking for programmer to port code to ESP32 for me

Postby orbitcoms » Thu May 20, 2021 3:43 am

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.


orbitcoms
Posts: 149
Joined: Fri Aug 03, 2018 10:08 pm
Location: Sydney, Australia

Re: Looking for programmer to port code to ESP32 for me

Postby orbitcoms » Thu May 20, 2021 11:42 am

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?

chegewara
Posts: 2306
Joined: Wed Jun 14, 2017 9:00 pm

Re: Looking for programmer to port code to ESP32 for me

Postby chegewara » Thu May 20, 2021 11:58 am

I am on the "other side", so i dont know how it works when you post a job.

orbitcoms
Posts: 149
Joined: Fri Aug 03, 2018 10:08 pm
Location: Sydney, Australia

Re: Looking for programmer to port code to ESP32 for me

Postby orbitcoms » Thu May 20, 2021 12:04 pm

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.

Andrew22
Posts: 2
Joined: Mon Jan 25, 2021 2:47 pm

Re: Looking for programmer to port code to ESP32 for me

Postby Andrew22 » Thu May 20, 2021 6:27 pm

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

User avatar
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

Postby Vader_Mester » Fri May 21, 2021 4:35 am

orbitcoms wrote:
Thu May 20, 2021 12:04 pm
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.
If you are still looking I sent you a PM yesterday :)

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 170 guests