Tutorial of Using LinkSprite 2MP UART JPEG Camera with Arduino
[vc_row][vc_column width=”1/1″][vc_column_text]LS-Y201-2MP is LinkSprite’s new generation high resolution serial port camera module. Its resolution is 2 million pixel. It can […]
[vc_row][vc_column width=”1/1″][vc_column_text]LS-Y201-2MP is LinkSprite’s new generation high resolution serial port camera module. Its resolution is 2 million pixel. It can […]
[vc_row][vc_column width=”1/1″][vc_tour][vc_tab title=”Problem analysis” tab_id=”1394075736-1-34″][vc_column_text] From the figure we could find that we do not define the SPI. To solve this problem , I will add the “#include<SPI.h>”before the code. The another problem is that we can’t read the figure data, the progress of reading data goes wrong, because the waiting time after the host send a name is not long enough to read the data, lead to read no data or incomplete data, and we can’t see the data in the SD card, to solve this problem, we need to last the delay time ,change the 20 to 200 in the “delay(20);//250 for regular”[/vc_column_text][/vc_tab][vc_tab title=”The modified source code” tab_id=”1394075736-2-93″][vc_column_text] // LinkSprite.com // Note: // 1. […]
[vc_row][vc_column width=”1/1″][vc_tour][vc_tab title=”Analysis” tab_id=”1394080826-1-5″][vc_column_text]Last night when we debugging serial camera, found that sometimes it took a long time for collecting […]
[vc_row][vc_column width=”1/1″][vc_column_text]LinkSprite JPEG Color Camera is simple camera that you can use with your Arduino projects. Its size is 32 […]
[vc_row][vc_column width=”1/1″][vc_tour][vc_tab title=”1. General Description” tab_id=”1392603633-1-76″][vc_column_text]AW Serial Camera series has a standard RS232 interface; it supports RS232 input/output signals and […]
[vc_row][vc_column][vc_column_text]In this tutorial, we are going to cover using LinkSprite JPEG camera to capture a picture and save it to […]
The user manual can be downloaded here (https://s3.amazonaws.com/linksprite/camera/JPEG_camera_uartinterface_TTL/JPEG_Camera_2M_Manual.pdf)
LS-Y201-TTL-INFRARED is LinkSprite’s new generation serial port camera module. It can captures high resolution pictures using the serial port. LS-Y201 […]
[vc_row][vc_column][vc_column_text]On Thursday I decided it was time to hook up my cameras (LinkSprite JPEG camera). I’ve actually had them for […]
[vc_row][vc_column width=”1/1″][vc_column_text]Original: http://bradsmc.blogspot.com/2013/05/taking-larger-pictures-with-pcduino.html I posted a couple days ago about using the LinkSprite JPEG Color Camera (TTL Interface) to take pictures with […]