LXG Blog

Rome was not built in a day.

Android APN

Access Point Name

全面&详细解析APN 概念 In the GPRS backbone, an Access Point Name (APN) is a reference to a GGSN. To support inter-PLMN roaming, the internal GPRS DNS functionality is used to translate the APN into t...

物联网

AIOT

物联网产业链 平台层 云平台 阿里云 华为云 金山云 其他云 操作系统 SaaS厂商 网络层 通信基础设施 通信模组厂商 网关厂商 通信运营商 通信解决方案商 深圳美格智能 感知层 传感器厂商 MCU厂商 RFID厂商 终端设备集成商 芯片 AI芯片 通信芯片 射频芯片 公共领域 智慧医疗 智慧交通 智慧...

数字电路基础

Digital circuits

Android智能硬件开发心得-1 Android智能硬件开发心得-2 显示硬件篇 主板 智能硬件开发流程 需求分析 项目角色确定:产品经理-硬件工程师-系统软件工程师-结构工程师-UI设计师-测试工程师 外设选型:4G模块-显示器-摄像头-打印机-接口-其他 主板选型:各种外设接口支持 外壳结构设计 硬件工程师外设驱动开发 UI设计-软件开发 ...

Android开源库发布

Jcenter, Google, Maven Central, Jitpack

Android Gradle 插件版本说明-Google 使用 Maven Publish 插件-Google Android库发布到Maven Central全攻略-简书 常用仓库 repositories { maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' } ...

Android OTA

Android 系统升级

OTA更新-AOSP Android-RomUpgrade-Github Android OTA升级流程分析 ANDROID OTA升级原理和流程分析 普通系统升级 boot引导分区 包含 Linux 内核和最小的根文件系统(加载到 RAM 磁盘)。它装载了系统和其他分区,并启动位于 system 分区上的运行时。 boot header, kernel, ramdisk R...

okhttp-OkGo

https://github.com/jeasonlzy/okhttp-OkGo

okhttp-OkGo-github wiki okgo-wiki gradle dependencies { implementation 'com.lzy.net:okgo:3.0.4' } Application /** * https://github.com/jeasonlzy/okhttp-OkGo/wiki/Init *...

MQTT Interface

MWTT 接口描述

MQTT-LXG MQTT中文网 IMqttClient MQTT-JAVA-Document Enables an application to communicate with an MQTT server using blocking methods. (阻塞方法) This interface allows applications to utilize all featur...

RK3288

Rockchip 瑞芯微

www.rock-chips.com Firefly-RK3288 主版例子 http://www.graperain.cn/RK3288/RK3288-Development/ 进入刷机模式 adb reboot loader RK3288烧写固件 序列号自定义 rk3288平台的serial number是由drmservice写进去的 init.rk30board...

Allwinner A33

全志 A33

www.allwinnertech.com 主板demo www.rervision.cn GPIO GPIO(General Purpose I/O Ports)意思为通用输入/输出端口,通俗地说,就是一些引脚,可以通过它们输出高低电平或者通过它们读入引脚的状态-是高电平或是低电平。GPIO是个比较重要的概念,用户可以通过GPIO口和硬件进行数据交互(如UART),控制硬件工作...

SSH

Secure Shell

www.ssh.com 图解SSH原理-简书 The SSH protocol The SSH protocol uses encryption to secure the connection between a client and a server. All user authentication, commands, output, and file transfers are...