联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All GPS编程(372) 
按平台查找All C++(372) 

[GPS编程] TBTracker-ESP32

用于ESP32和sx127x或RFM9x的高空气球跟踪器的Arduino草图。支持LoRa、LoRa APRS、RTTY、Horus V1 4FSK和Horus V2 4FSK
Arduino sketch for a High Altitude Balloon tracker for ESP32 and sx127x or RFM9x. Supports LoRa, LoRa-APRS, RTTY, Horus V1 4FSK, Horus V2 4FSK (2024-01-31, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1706950030977738.html

[GPS编程] tracker

该项目用于资产跟踪。它每2分钟更新一次地理坐标,以从GPS模块获取粒子云。*如果GPS模块无法给出定位。它将回退到Google Maps设备定位器,并基于地下室塔位置提供*地理坐标。
This project is for Asset Tracking. It update the Geo-Coordinates every 2 minutes to the Particle cloud fetch from the GPS Module. * If the GPS module is fail to give the fix. It will fall back to the Google Maps Device Locator and provide * the Geo-Coordinates based on the cellar tower location. (2018-04-20, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689342430165089.html

[GPS编程] QT_Project

该项目提出了一种用于管理和检索USB摄像头信息的控制器。该应用程序使用TCP Client-Raspberry Pi 4和TCP Server-PC。
This project presents a controller for managing and retrieving information from USB camera. The application is implemented with TCP Client - Raspberry Pi 4 and TCP Server - PC. (2022-06-11, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689342421933162.html

[GPS编程] sical-Feedback-Based-Smart-Stick-For-Blind-People

该智能棒项目是为CSE 316微控制器项目制作的,具有两个功能。一是基于盲人周围障碍物检测的物理反馈。第二,如果盲人需要任何即时帮助,则提供紧急警报系统
This smart stick project was made for CSE 316 Microcontroller Project having two features. One, physical Feedback based on obstacle detection around blind person. Second, an emergency alert system if the blind person needs any immediate help (2022-09-05, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689342409304325.html

[GPS编程] GPSClock

当存在卫星锁定时,该代码解析GPS数据,并使用软件串行引脚将数据输出到7段式串行显示器。时钟根据山区标准时间进行调整,具有夏时制可选模式。
This code parses the GPS data when there is a satellite lock and outputs the data to a 7-segment serial display using software serial pins. The clock is adjust for Mountain Standard Time with an optional mode for daylight savings. (2020-09-04, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689342387104810.html

[GPS编程] ekf_nav_ins

扩展卡尔曼滤波器(EKF),用于融合GPS坐标、高度、速度(NED)、加速度计X、加速度计Y、加速度计Z、陀螺X、陀螺Y、陀螺Z、磁强计X、磁强仪Y和磁强计Z
Extended Kalman Filter (EKF) to fuse GPS coordinates, Altitude, Velocity(NED), Accelerometer X, Accelerometer Y, Accelerometer Z, Gyro X, Gyro Y, Gyro Z, Magnetometer X, Magnetometer Y and Magnetometer Z (2022-07-07, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689337852646607.html

[GPS编程] RosHIT

这是一个关于履带车的控制程序,包括上位机和下位机arduino代码,以及对激光雷达、IMU、kinect v2.0、GPS等传感器信号的数据读取。
This is a control program for tracked vehicles, including the arduino code of the upper computer and the lower computer, and the data reading of sensor signals such as laser radar, IMU, kinect v2.0, GPS, etc. (2020-07-27, C++, 781KB, 下载0次)

http://www.pudn.com/Download/item/id/1686267876444144.html

[GPS编程] Smart-Helmet

...更多连接到Arduino板。因此,当骑手撞车,头盔撞到地面时,传感器...
A smart helmet is a special idea which makes motorcycle driving safer than before. This is implemented using Arduino. The working of this smart helmet using Arduino is very simple, we place vibration sensor in helmet where the probability of hitting is more which are connected to Arduino board. So when the rider crashes and the helmet hits the (2018-05-11, C++, 395KB, 下载0次)

http://www.pudn.com/Download/item/id/1686267729521946.html

[GPS编程] MU-and-GPS-Data-Extraction-and-Radio-Transmission

该程序从两个传感器中提取数据:SparkFun 9DoF Razor IMU M0和SparkFun GPS-RTK-SMA Breakout-ZED-F9P...
This program extracts data from two sensors: SparkFun 9DoF Razor IMU M0 and SparkFun GPS-RTK-SMA Breakout - ZED-F9P. The extracted data is then combined into a single message and sent via a radio transmitter. (2023-02-20, C++, 4KB, 下载0次)

http://www.pudn.com/Download/item/id/1686267704287480.html

[GPS编程] arduino-gps-tracker

基于Arduino的GPS跟踪解决方案。使用一个Arduino作为GPS跟踪器,另一个用于显示GPS位置。
An Arduino-based GPS tracking solution. Uses one Arduino as the GPS tracker and the other to display the GPS location. (2018-08-26, C++, 9551KB, 下载0次)

http://www.pudn.com/Download/item/id/1686267525938855.html

[GPS编程] Lab1-Windows1

利用所学数据链路层原理,自己设计一个滑动窗口协议,在仿真环境下编程实现有噪音信道环境下两站点之间无差错双工通信。信道模型为8000bps全双工卫星信道,信道传播时延270毫秒,信道误码率为10-5,信道提供字节流传输服务,网络层分组长度固定为256字节。 通过该实验,进一步巩固和深刻理解数据链路层误码检测的CRC校验技术,以及滑动窗口的工作机理。滑动窗口机制的两个主要目标:(1) 实现有噪音信道环境下的无差错传输 (2)充分利用传输信道的带宽。在程序能够稳定运行并成功实现第一个目标之后,运行程序并检查在信道没有误码和存在误码两种情况下的信道利用率。为实现第二个目标,提高滑动窗口协议信道利用率,需要根据信道实际情况合理地为协议配置工作参数,包括滑动窗口的大小和重传定时器时限以及ACK搭载定时器的时限。这些参数的设计,需要充分理解滑动窗口协议的工作原理并利用所学的理论知识,经过认真的推算,计算出最优取值,并通过程序的运行进行验证。
To use the data link layer principle of their own design of a sliding window protocol programming error-free duplex communication between two sites of the noise channel environment in the simulation environment. 8000bps full-duplex channel model satellite channel, the channel propagation delay of 270 milliseconds, the channel bit error rate of 10-5, the channel byte streaming services, network layer packet length is fixed at 256 bytes. Further consolidated through the experiment, and a deep understanding of the CRC checksum of the data link layer error detection technology, as well as the working mechanism of the sliding window. Sliding window mechanism two main objectives: (1) to achieve error-free transmission of the noise channel environment (2) make full use of the bandwidth of the transmission channel. Running the program in the program can be stably and successfully achieve the first objective, and checks the utilization of a channel in the case of no code error and the error e (2012-12-19, C++, 625KB, 下载15次)

http://www.pudn.com/Download/item/id/2088673.html

[GPS编程] ttgpslogger

用于 S60 3rd 、5th 的 GPS 数据读取保存器。保存数据格式为 NMEA, GPX, 或者 KML,GPS源可以为内置或蓝牙外置。包中包含sis文件,但是需要自行签名才能安装。
TTGPSLogger is a GPS logger software for Symbian S60 3rd Edition(FP1, FP2) and 5th Edition. The GPS tracking log can be written in NMEA, GPX, or KML format by using Built-in GPS or Bluetooth GPS. Note: It is necessary to sign TTGPSLogger on the Web site of Open Signed Online before installing it. Please read GettingStarted for details. (2012-08-21, C++, 172KB, 下载4次)

http://www.pudn.com/Download/item/id/1971909.html
总计:372