All Projects → akari-tun → iAts_pro

akari-tun / iAts_pro

Licence: GPL-3.0 license
Antenna tracking system build on ESP32 module

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to iAts pro

redux-sentry
Middleware that logs all your store and actions on exception to Sentry with raven-js
Stars: ✭ 13 (-70.45%)
Mutual labels:  raven
Budgie Desktop
I Tawt I Taw A Purdy Desktop
Stars: ✭ 2,374 (+5295.45%)
Mutual labels:  raven
scpx-wallet
Scoop Wallet: Core open-source, multi-asset & cross-platform CLI
Stars: ✭ 18 (-59.09%)
Mutual labels:  raven
raven-python-lambda
Sentry/Raven SDK Integration For AWS Lambda (python) and Serverless
Stars: ✭ 48 (+9.09%)
Mutual labels:  raven
sanic-sentry
Sentry integration to sanic web server
Stars: ✭ 31 (-29.55%)
Mutual labels:  raven
raven2
Raven II Surgical Robot
Stars: ✭ 43 (-2.27%)
Mutual labels:  raven
Cleanflight
Clean-code version of the baseflight flight controller firmware
Stars: ✭ 2,362 (+5268.18%)
Mutual labels:  inav
AspNetCore.Identity.RavenDB
RavenDB Storage Provider for ASP.NET Core Identity
Stars: ✭ 16 (-63.64%)
Mutual labels:  raven
Sentry Javascript
Official Sentry SDKs for JavaScript. We're hiring https://grnh.se/ca81c1701us
Stars: ✭ 6,012 (+13563.64%)
Mutual labels:  raven
AAT
Another Activity Tracker for Android
Stars: ✭ 137 (+211.36%)
Mutual labels:  aat
raven
Rust-based themer for linux, specializing in i3. Rice at a moment's notice!
Stars: ✭ 48 (+9.09%)
Mutual labels:  raven
nest
Raven's package manager
Stars: ✭ 22 (-50%)
Mutual labels:  raven
ESP32
DroneBridge for ESP32. A short range wifi based telemetry link. Support for MAVLink, MSP & LTM (iNAV).
Stars: ✭ 183 (+315.91%)
Mutual labels:  inav
RavenCoin-Wallet-With-Miners
RavenCoin Wallet including CPU and GPU miners! programs are directly from Ravencoin and official miner sources
Stars: ✭ 75 (+70.45%)
Mutual labels:  raven
send-test-info
Attach unit test information to exceptions sent by Raven to Sentry
Stars: ✭ 17 (-61.36%)
Mutual labels:  raven
zend-sentry
A Zend Framework 3 module that lets you log to the Sentry.io service.
Stars: ✭ 34 (-22.73%)
Mutual labels:  raven
good-sentry
Sentry broadcasting for good process monitor
Stars: ✭ 15 (-65.91%)
Mutual labels:  raven
drivers-linux-firmware
MOVED: https://gitlab.com/q3aql/drivers-linux-firmware
Stars: ✭ 28 (-36.36%)
Mutual labels:  raven
aiohttp-sentry
An aiohttp server middleware for reporting failed requests to Sentry
Stars: ✭ 35 (-20.45%)
Mutual labels:  raven
mwptools
ground station, mission planner and tools for inav and multiwii-nav
Stars: ✭ 147 (+234.09%)
Mutual labels:  inav

iAts_pro(Antenna automatic tracking system pro)

AAT test video

You can see the test video at here.

Development is on the way...

Not long ago, I created an automatic tracking system that supports bluetooth connection and parameter configuration based on the open source project amv-open360tracker (You can find my project at here).

This project was built with Ateml 328p. As it is an 8-bit chip, its performance was low, so I couldn't implement more functions on it.Therefore, I came up with the idea of redeveloping it built on chips with higher performance.

Through the project of RavenLRS, I got to know a module espressif-ESP32 designed for IOT, which is integration bluetooth and wifi, and has 240mhz main frequency and 2m+ flash. And the official provides good SDK for development, which meets my needs very much. Therefore, I redeveloped the antenna automatic tracking system on this module.

After I graduating from college, I never use C language to develop any project, using C language development this project is a big challenge to me, I need to relearn C language feature, and the need to better understand how to use of Point.

RavenLRS project is built on ESP32 module, its also the realization of the function of some of its similar to some of my ideas, I learn by RavenLRS project by learned a lot of of C language development experience, and use a lot of RavenLRS code to my project,Thanks to RavenLRS author fiam open source for such an excellent project.

CONTROL APP

I designed a android app for this project Aircaft Viewer.this app can be control aat to course the right direction and view the aircraft's location and some status infomation from the telemetry data.Its supported two protocol now.

The Cases and STL file

Body Build

App Image

welcome

main page

main

setting

Smartport from R9M

Frsky R9m module can output Smartport, I diy a HC-05 module, It contains the inverter. So it's easy to plug to the R9m.

My app use classic bluetooth to connect HC-05 and get Smartport.

bt_module_top

bt_module_bottom

plugged to R9m

bt_module_plugged

Raven LRS

RavenLRS provides telemetry service for BLE's gatt server, but it don't provides notify.So I add the gatt server notify to RavenLRS,my app can use BLE notify get telemetry data.

You can find this module at here: AF_TX_Lite

AF_TX_Lite

PCB LAYOUT

PCB_LAYOUT_TOP

PCB_LAYOUT_TOP

PCB_LAYOUT_BOTTOM

PCB_LAYOUT_BOTTOM

3D PCB LAYOUT

3D_PCB_LAYOUT_TOP

3D_PCB_LAYOUT_TOP

3D_PCB_LAYOUT_BOTTOM

3D_PCB_LAYOUT_BOTTOM

DESIGN IMAGE

3D Printed

TX

Setup 1

TX

Setup 2

TX

Setup 3

TX

Setup 4

TX

Setup 5

TX

Setup 6

TX

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].