一些国外做的最简易pic32小板的资料

2020-02-09 11:27发布

http://www.pic32.byvac.com/hw.php

http://code.google.com/p/cui32/

http://hackedgadgets.com/2008/10/28/bums-project-bathroom-utilities-management-system-pic32-based/

http://diydrones.com/profiles/blogs/pic32-autopilot-layout-done

http://www.vexforum.com/gallery/showimage.php?i=1746

http://www.mypic32.com/web/guest/contestants

http://www.element-14.com/community/docs/DOC-20175
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
6条回答
my2009
1楼-- · 2020-02-09 16:21
 精彩回答 2  元偷偷看……
morning_sun
2楼-- · 2020-02-09 21:18
http://www.mypic32.com/web/guest/contestantsprofiles?profileID=24826

Nowdays stealing of cars is a great problem. Unfortunately, car alarm systems, which are in circulation gives not enough security. In my project I try to update these systems with following functions:
- remote control on/off function (sms)
- You can query the alarm system on/off status (sms)
- at anytime You can query the car GPS position with a simply sms message
- in case of alarm-signal the system send a warning sms
- You can download the cameras picture which is situated in car (with software by means of GPRS)
- You can follow on-line the car movement ( with software through GPRS)


(原文件名:24826-1216065253958-CarAlarm.jpg)
morning_sun
3楼-- · 2020-02-09 23:25
我知道的实际产品是用别的主控做的,用的是别的移动网络供应商的模块,没有摄像头。在公交上使用
reloaded
4楼-- · 2020-02-10 01:23
http://mehilainen.homeip.net/mapviewer/mapviewer.html
Project MapViewer

The idea of this project was to build a device that can scroll map picture on LCD screen automatically depending of coordinates from GPS module. User can also scroll map picture manually using touchscreen. PIC32MX360F512L is used as main processor and Solomon Systech SSD1928 is an image processor that actually controls 3.5" QVGA LCD screen. There’s also JPEG codec and SD card interface on SSD1928. Map pictures are saved to Micro SD card.

Here’s hardware I used in this project. PIC32 evaluation board and LCD module with SSD1928 chip onboard from techtoys.com.hk. There’s also a GPS module in the middle connected to PIC32’s UART1. PIC and SSD1928 are connected together through 8-bit parallel port and touchscreen is connected to PIC’s AD converter. There’s also Micro SD card socket that is wired directly to SSD1928 on the LCD module board.

I grabbed map picture from Google Maps with this handy software and then converted it from PNG to JPEG. At the moment I have made map only for my hometown Tampere with five zoom levels (11 – 15 levels on Google Maps). The position on the map can be calculated like this:
x = (GPS longitude - top left longitude of the map) / longitude degree per pixel
y = (top left latitude of the map - GPS latitude) / latitude degree per pixel

Here’s the video where I’m scrolling and zooming the map. Holding the finger on the touchscreen for one second will zoom in and double click will zoom out the map.

(原文件名:IMG_5761_small.jpg)
jiabin1024
5楼-- · 2020-02-10 03:06
顶!!!!!
xwc891106
6楼-- · 2020-02-10 06:05
 精彩回答 2  元偷偷看……

一周热门 更多>