ESP32 Item Locator

hello, im trying to program our research "Item Locator using esp now" but i have no idea of how to program and I can't find someone to program it. Do you guys have any tips on where to learn programming in under 3 months? just codes that help to create our research

I moved your topic to an appropriate forum category @qzamathi.

In the future, please take some time to pick the forum category that best suits the subject of your topic. There is an "About the _____ category" topic at the top of each category that explains its purpose.

This is an important part of responsible forum usage, as explained in the "How to get the best out of this forum" guide. The guide contains a lot of other useful information. Please read it.

Thanks in advance for your cooperation.

I have no idea of your skill set or what is in your toolbox. I would suggest you start with some of the tutorials that are on line, sorry to say some are not so good but many are very good. Start by learning the basics, you will need to control outputs as well as interpret inputs such as reading a switch,
receiving a message etc. Start with the LED, they are not expensive and there is even one on most of the Arduinos. At this point you should have also found several tutorials on basic electronics that you have gone through. You should acquire a copy of the Arduino Cookbook (Arduino Cookbook : Free Download, Borrow, and Streaming : Internet Archive)
and go through that. I have no clue as to how fast you will learn this but it will probably take a few months. You can also go on line at this link: https://www.youtube.com/c/CodeBeauty There is a lot of material in small bytes (bites).

During this process you will learn what an IDE is and how to use it to generate and upload your code to the Arduino. Let us know how you progress. For more help check this link: https://docs.arduino.cc/learn/starting-guide/getting-started-arduino/

Lots of free stuff here, and many hours of videos. Centered on Arduino beginners' programming. Binge watch and have fun. You will catch on in one week.