-
基于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
-
pdf reader code in android
These codes were developed for android to open and read the pdf documents.
These codes were developed for android to open and read the pdf documents.
These codes were developed for android to open and read the pdf documents.
These codes were developed for android to open and read the pdf documents.
These codes were developed for android to open and read the pdf documents.
These codes were developed for android to open and read the pdf documents.
- 2022-01-28 22:25:59下载
- 积分:1
-
android连接mysql数据库例子
android连接mysql数据库例子
- 2015-12-14下载
- 积分:1
-
android 上传视频文件实例,含服务器源码下载
android 上传视频文件实例,含服务器源码下载
- 2013-07-18下载
- 积分:1
-
ImgListView_tpxlfd
ListView头图片下拉放大效果在屏幕上按住下拉可以实现图片的放大,类似的效果可以在手机版的QQ空间看到,不过我没有想出这个例子图片放大可以应用的具体场景。(Listview head picture drop-down amplification effect in the screen hold down to achieve the picture enlarged. Similar effects can be seen in the mobile phone version of the QQ space, but I do not think this example picture amplification can be applied to the specific scene.)
- 2016-06-24 17:46:44下载
- 积分:1
-
android仿淘宝,自动获取短信验证码 例子
android仿淘宝,自动获取短信验证码 例子
- 2014-09-13下载
- 积分:1
-
lucene检索office
资源描述基于文档的lucene检索 需要:lucene-core-3.0.3.jar poi-3.12-20150511.jar poi-ooxml-3.12-20150511.jar poi-ooxml-schemas-3.12-20150511.jar poi-scratchpad-3.12-20150511.jar xbean.jar
- 2022-04-27 01:37:17下载
- 积分:1
-
java加密
很久很久很久将建军节建军节建军节建军节建军节哈哈哈哈哥哥哥哥姑姑uuuuuuuuuuuuuuuuuuuuuuuuuuuuu
- 2023-03-30 15:55:04下载
- 积分:1
-
notepad
安卓版本的文本编辑器 简单实现了文本编辑器的流程 作为新手的参考还是可以的(The text editor of the Andrews version simply implements the text editor s process as a novice reference or a)
- 2017-04-03 11:11:45下载
- 积分:1
-
JDBC连接器
package jdbc;import java.sql.DriverManager;import java.sql.ResultSet;import java.sql.SQLException;import java.sql.Connection;import java.sql.Statement;import java.sql.PreparedStatement;class dbConnection{ final String JDBC_DRIVER = "com.mysql.jdbc.Driver"; final String DB_URL = "jdbc:mysql://localhost/"; final String USER_ID = "khalid"; final String PASSWO
- 2022-10-26 01:25:03下载
- 积分:1