-
基于STM32的温感GPS终端设计
【实例简介】
野火的指南者,GPS是ATGM332D,温度传感器是DHT11。实现定位温度的采集、LCD显示及WIFI传输
/**
温感GPS终端设计.rar
******************************************************************************
* @file main.c
* @author fire
* @version V1.0
* @date 2013-xx-xx
* @brief 对GPS模块传输的数据进行解码,获取定位信息。
******************************************************************************
* @attention
*
* 实验平台:秉火 STM32 F103-指南者 开发板
* 论坛 :http://www.firebbs.cn
* 淘宝 :https://fire-stm32.taobao.com
*
******************************************************************************
*/
#include "stm32f10x.h"
#include "./usart/bsp_usart.h"
#include "./gps/gps_config.h"
#include "./lcd/bsp_ili9341_lcd.h"
#include "./systick/bsp_SysTick.h"
#include "./dht11/bsp_dht11.h"
#include "./i2c/bsp_i2c_ee.h"
#include "./flash/bsp_spi_flash.h"
#include "usart1.h"
#include "test.h"
#include "bsp_esp8266.h"
#include
#include
extern void nmea_decode_test(void);
extern void ESP8266_StaTcpClient_UnvarnishTest2(void);
int main(void)
{
ILI9341_Init ();
SysTick_Init();
DHT11_Init ();
ILI9341_GramScan ( 6 );
USART_Config();
USARTx_Config();
ESP8266_Init ();
GPS_Config();
while(1)
{
ESP8266_StaTcpClient_UnvarnishTest2();
nmea_decode_test();
}
}
- 2021-10-16 00:31:16下载
- 积分:1
-
CreatePulleyJoint
滑轮关节,Android开发精典案例源码,很好的参考资料。(The pulley joint, Android development of classical case of source code, a good reference.)
- 2013-11-12 00:14:46下载
- 积分:1
-
android 数据库增删改实例源码下载
android 数据库增删改实例源码下载
- 2015-04-27下载
- 积分:1
-
android 上传视频文件实例,含服务器源码下载
android 上传视频文件实例,含服务器源码下载
- 2013-07-18下载
- 积分:1
-
pedometer
开源Android项目计步器源码,打开软件后,手握手机,可根据你走路时胳膊摆的次数准确测试出你走了多少步,有意思吧,而且这个项目的源码是开源的,分iPhone版和Android版,此为android版的pedometer源代码,有条件的可重新编译运行一下。(Open-source Android project pedometer source, open the software, hand phone, according to the swing arm when you walk out the number of accurately test how many steps you take, it is interesting, and this project' s source code is open source, and the iPhone version of Android version, this version of the pedometer for android source code, conditions can be recompiled to run it.)
- 2013-06-06 16:07:19下载
- 积分:1
-
shudu01
自己编写的Android数独游戏程序,修改了其中的很多BUG,在自己手机上运行良好,要求Android2.3以上(Write your own Android sudoku game procedures, revised and many of those bugs, work well on their mobile phones, above Android2.3 is required)
- 2015-07-24 18:13:40下载
- 积分:1
-
Android
Android 开发资料,包括所有的Android 开发API(Android api develop)
- 2015-10-06 19:41:13下载
- 积分:1
-
gallery_load_layout
andriod多控件滑动gallery加载布局文件(滑动)(the andriod more than the control slide, gallery load the layout file (slide). rar)
- 2012-07-03 14:31:32下载
- 积分:1
-
android 异步加载资源示例源码下载
android 异步加载资源示例源码下载
- 2014-02-09下载
- 积分:1
-
android 下载管理
android 下载管理
- 2015-05-15下载
- 积分:1