2015-10-07 02:04 AM
Hi ! Could someone tell me how prepare file to send it via bluetooth (WT12) from uC (stm32f429) to for example computer ? Now I have bitmap in array form but need I convert it to windows bmp format ? Any suggestion ? Please help me :(
Maria #bluetooth #bmp2015-10-07 12:45 PM
What file transfer methods does Bluetooth normally uses? Over serial I'd probably look to X-Modem or Y-Modem type protocols as they are easy to implement, and supported in many terminal applications.
The format of Microsoft BMP is widely described, what exactly in the file creation, and header isn't making sense compared to how you're representing the image rasters now?