This project uses a esp32 IDF code to connect to api as an html client and download the data to sd card, and search the data in sd card like student roll number with their ID tag number
This project is done on Visual Code Studio with Platformio extension and ESP-IDF tools
The task of this project is given as below:
Task details: Please find the API link:http://demo4657392.mockable.io/list-tag-ids Following is the task:
- When the system starts the latest data needs to be downloaded from the above API the data is stored in persistent storage like SD card
- In case the above API fails the system still uses the old stored persistent data. Please handle any border cases
- Task: a. When anyone types a key from the above API e.g. "HYBpDQVhoCni2wuyCT" the console replies with the value e.g. 56 b. Also print the query time for the above e.g. “Time for query: 50msec” Note:
- Take care of any border/failure cases when writing the code
- Submission of code written on ESP32 with FreeRTOS will be preferred. But you can use any micro-controller for the task (like Atmel, espressif(Preferred), STM, quectel, etc). The aim is to check if you can write the code following the best practices and deliver it in time with quality.
- Code only in C/C++(Python submissions will not be considered).
- In case you are not able to do the above task within 2 days then to get back to us with whatever