This is an attempt to communicate with an external device over the audio jack of an Android phone.
☆41Oct 5, 2011Updated 14 years ago
Alternatives and similar repositories for Android-Audio-Jack-Communication
Users that are interested in Android-Audio-Jack-Communication are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Hardware and software for smartphone sensor peripherals using the audio jack interface.☆13Jan 10, 2014Updated 12 years ago
- An embedded bus adapter for various microcontrollers and radios.☆16Dec 16, 2014Updated 11 years ago
- 基于STM32的RFID读卡器程序☆13Jan 13, 2019Updated 7 years ago
- 用C#写的窗口隐藏工具,工具可以自行设定系统级别的快捷键,使用快捷键一键隐藏还原窗口☆14Dec 16, 2014Updated 11 years ago
- shapeletter is a simple view that displays a letter within circle or rectangle much like the gmail app.☆11Jan 21, 2017Updated 9 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 【Android】 android加密方法 简单API实现Hash,Hmac,对称与非对称加密☆15Jan 13, 2021Updated 5 years ago
- MQTT Client For Android,其中包括了MQTT协议、协议在STM32上移植、HTML5测试。☆13May 4, 2018Updated 8 years ago
- 通用Bootloader上位机,通过修改底层驱动支持不同硬件☆13Dec 4, 2023Updated 2 years ago
- ebox是类似于arduino的一套固件,底层基于rtthread和hal库,简化stm32编程☆12May 25, 2023Updated 3 years ago
- 基于STM32的DCM模式下的BUCK变换器设计☆23Dec 19, 2018Updated 7 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬 件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Nov 25, 2019Updated 6 years ago
- Bluetooth Stack for Arduino USB Host Shield☆40Jun 20, 2012Updated 13 years ago
- Dump1090 is a simple Mode S decoder for RTLSDR devices☆12Jan 6, 2023Updated 3 years ago
- STM32 Bootloader,适配Ymodem下载,Ymodem 下载工具上位机☆19Jul 16, 2023Updated 2 years ago
- End-to-end encrypted cloud storage - Proton Drive • AdSpecial offer: 40% Off Yearly / 80% Off First Month. Protect your most important files, photos, and documents from prying eyes.
- FlexibleButton 是一个基于标准 C 语言的小巧灵活的按键处理库,支持单击、连击、短按、长按、自动消抖,可以自由设置组合按键,可用于中断和低功耗场景。该按键库解耦了具体的按键硬 件结构,理论上支持轻触按键与自锁按键,并可以无限扩展按键数量。另外,FlexibleB…☆11Jan 9, 2021Updated 5 years ago
- Repository with QPSICE models dedicated to Power Electronics☆15Mar 20, 2024Updated 2 years ago
- 致力于打造一个适配stm32全系列单片机的通用模块HAL库☆14Jan 31, 2021Updated 5 years ago
- 该项目是一个无人机地 面站,通过visual studio编译☆14Sep 3, 2019Updated 6 years ago
- Shellcode tracer☆15Jun 12, 2016Updated 9 years ago
- ISR-sqlget It's a blind SQL injection tool developed in Perl.☆14Apr 26, 2013Updated 13 years ago
- Linrad - SDR receiver☆16Nov 22, 2025Updated 6 months ago
- ☆16May 9, 2016Updated 10 years ago
- 先进控制PID(基于扩展观测器的PID,自适应PD增益控制)☆18May 8, 2020Updated 6 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- Gopher browser☆13May 15, 2022Updated 4 years ago
- Basic Realtime Fluid Simulation in Unity using Navier-Stokes equations☆15Nov 13, 2022Updated 3 years ago
- 适用于嵌入式单片机的裸机程序微库,只占用你的rom 6个字节,是的,6个字节。颠覆式的设计思维,让你写代码的时候像flow(流水)一样丝滑,让你永远不用在为delay时cpu空转而烦恼,附加的超轻便的软件定时器让你轻松实现各种定时需求,另还有信号量的配方,让你任务间的同步像…☆18Jan 18, 2021Updated 5 years ago
- ☆12Jul 22, 2013Updated 12 years ago
- Sample code of OpenCV library in macOS GUI apps with ‘opencv2.framework’ of version 4.3.0 for an Xcode project.☆13Nov 26, 2020Updated 5 years ago
- Controlling your MSR with Visual Basic 6☆19Jul 1, 2015Updated 10 years ago
- 自制FOC双路驱动板☆21Jun 9, 2024Updated last year
- Patch antenna array design, Chebyshev's synthesis in Python, pylab library☆11Jan 22, 2013Updated 13 years ago
- Pure-Perl OpenPGP implementation☆18Jul 28, 2017Updated 8 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- [FIC] Legislación y Seguridad Informática☆11Mar 3, 2014Updated 12 years ago
- H.264/AVC Baseline Decoder☆16Jul 17, 2014Updated 11 years ago
- 在单片机裸机开发中,通常延时功能函数是以同步阻塞方式实现,的确在很多设备驱动中需要同步阻塞来匹配硬件时序,但这只能存在于硬件驱动层,应用层开发时使用阻塞延时便大大降低了系统实时性和安全性,不可预测就是一块心病。为此我分享出一段由朋友:流星原创的event_delay异步延时…☆24Nov 25, 2019Updated 6 years ago
- ☆13Jan 27, 2026Updated 4 months ago
- 毕业设计:基于STM32的智能停车场设计☆21Jan 31, 2020Updated 6 years ago
- 基于STM32的直流电机PI调速,OLED显示,上位机波形显示,APP蓝牙控制电机/显示波形☆13Sep 24, 2020Updated 5 years ago
- Magellan PoC☆33Jan 23, 2019Updated 7 years ago