-
基于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
-
dictionary
android英语字典是手机中经常使用的应用。因此,在本文将结合Android来讨论如何实现一个Android版的英文词典。实现英文词典的方法很多。在本文使用了SQLite数据库来保存英文单词信息。系统通过SQLite数据库中保存的单词信息来查找到与指定英文对应的中文信息。(Android Dictionary of English is often used in mobile phone applications. Therefore, in this paper will be combined with Android to discuss how to implement a Android version of the English dictionary. A lot of ways to realize the English dictionary. In this paper, we use the SQLite to save the English word information. The system through the SQLite to save the word information to find the corresponding Chinese information with the specified english.)
- 2016-06-13 09:48:48下载
- 积分:1
-
Letao
Android模仿乐淘的应用程序分析源码,应用程序编程,很好的参考资料。(The application of Android mimic Le Amoy source analysis, application programming, a good reference.)
- 2013-11-11 10:25:51下载
- 积分:1
-
滚动视图
Android常用的滚动视图的Demo程序,详细的阐述了怎么样实现一个简单的滚动视图,以及一些注意事项,通过该代码,初学者能够掌握怎么去实现一个滚动视图
- 2022-09-02 17:50:03下载
- 积分:1
-
android开心网源代码适合初学者
资源描述一个开心网界面的小栗子 适合初学者 里面有listview的操作 fragment的切换 动态的menu菜单等
- 2022-02-26 04:51:07下载
- 积分:1
-
timerpickercompat
用fragment实现的timepicker,风格为material design,接口友好,有白天模式和夜间模式,其中白天模式可设置主题色
- 2022-03-25 03:17:11下载
- 积分:1
-
android 读取通讯录/短信,短信删除 例子源码下载( 智能短信)
读取通讯录,短信,编辑短信
- 2015-04-09下载
- 积分:1
-
Launcher3源码
Android Launcher源码, Launcher3源码, Android6 源码 Launcher3, Android6.0 Launcher3源码 ,Android6.0源码学习,Android6.0.0.r1源码 Launcher3部分
- 2022-03-20 22:14:09下载
- 积分:1
-
android 支付宝 快捷支付实例源码下载(含文档)
android 支付宝实例源码
- 2014-08-17下载
- 积分:1
-
骰宝安卓版
骰宝,又名太和西,戴兆,大的和小的或高低,是中国古代血统的机会,打了三个骰子的不平等的游戏,。大的危害和Chuck-A-运气是英语出身的变种,和。骰宝的字面意思是“珍贵的色子”,而戴兆和戴西的意思是“大[或]小”。不过,本场比赛是由中国政府禁止的,所以这样的应用是在中国大陆无法使用。所以,如果你要玩这个游戏,你必须自己去发展它。这是骰宝的简单版本,可以运行此应用程序在Android设备版本4.3或更高版本。
- 2023-02-06 16:50:03下载
- 积分:1