I don't have an idea about how to transfering images with uart can some one help?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I don't have an idea about how to transfering images with uart can some one help?
HI,
I will suggest you start with UART examples that come with the TivaWare library. You can find UART examples under:
<TivaWare_Installation>/examples/boards/ek-tm4c123gxl/uart_echo
<TivaWare_Installation>/examples/peripherals/uart
After you are familiar with how UART works then you can interface with your camera. You will start with reading your camera's datasheet on the protocol to read the image. It probably involves sending some command to first find out the size of the image and then a read command to read the image with the specified starting address and image size. This is beyond the scope of this MCU forum support. You will need to experiment with it yourself.
Thanks for answering,
But i want trying one last time :D
Do you have any image sending example with uart .
best regarts
Ataberk
Hi,
Sorry, we don't have any examples with UART interfacing to an external camera. I will suggest you find out which camera you will be using in your project and I hope the camera vendor may have some examples to interface to it. Or you can do Google search to see if there are examples being shared on the internet for your specific camera. If there are examples out there, they may or may not use the TM4C123 as the processor to interface with the camera. But you can at least reference to get a head start.