All Projects → tuya → tuya-iotos-embeded-sdk-wifi-ble-bk7231t

tuya / tuya-iotos-embeded-sdk-wifi-ble-bk7231t

Licence: other
TuyaOS Embedded SDK is designed to promote the development of smart products with BK7231T that enables communication over Wi-Fi and Bluetooth Low Energy (LE).

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to tuya-iotos-embeded-sdk-wifi-ble-bk7231t

tuya-iotos-embeded-sdk-wifi-ble-bk7231n
Tuya IoTOS Embeded SDK WiFi & BLE for BK7231N
Stars: ✭ 21 (-34.37%)
Mutual labels:  wifi, ble, tuya, iotos, tuya-iotos
Blinker Py
Blinker python library for hardware. Works with Raspberry Pi, Banan Pi, Linux devices
Stars: ✭ 680 (+2025%)
Mutual labels:  wifi, ble
Esp At
AT application for ESP32 ESP-IDF & ESP32S2 ESP-IDF & ESP8266 ESP8266_RTOS_SDK
Stars: ✭ 319 (+896.88%)
Mutual labels:  wifi, ble
Blinker Library
An IoT Solution,Blinker library for embedded hardware. Works with Arduino, ESP8266, ESP32.
Stars: ✭ 1,095 (+3321.88%)
Mutual labels:  wifi, ble
ty iot wf bt sdk bk7231t
Tuya IoT OS WiFi & ble SDK for bk7231t
Stars: ✭ 22 (-31.25%)
Mutual labels:  tuya, bk7231t
Bl iot sdk
BL602 SDK. Any technical topic, please access the following link.
Stars: ✭ 96 (+200%)
Mutual labels:  wifi, ble
deneyapkart-arduino-core
Arduino Core for Deneyap DevKits
Stars: ✭ 39 (+21.88%)
Mutual labels:  wifi, ble
bl602-pac
Embedded Rust's Peripheral Access Crate for BL602 microcontrollers
Stars: ✭ 16 (-50%)
Mutual labels:  wifi, ble
Blinker Doc
blinker中文文档
Stars: ✭ 139 (+334.38%)
Mutual labels:  wifi, ble
Bettercap
The Swiss Army knife for 802.11, BLE, IPv4 and IPv6 networks reconnaissance and MITM attacks.
Stars: ✭ 10,735 (+33446.88%)
Mutual labels:  wifi, ble
tuyapower
Python module to read status and energy monitoring data from Tuya based WiFi smart devices. This includes state (on/off), current (mA), voltage (V), and power (wattage).
Stars: ✭ 101 (+215.63%)
Mutual labels:  wifi, tuya
react-native-google-nearby-messages
📲 Communicate with nearby devices using Bluetooth, BLE, WiFi and near-ultrasonic audio. Broadcast and receive small payloads (like strings) using the easy-to-use React Native API!
Stars: ✭ 143 (+346.88%)
Mutual labels:  wifi, ble
spider
🌟 powered by python3( simple learning of spider) 百度文库;网易云歌曲; 豆瓣电影; GitHub; 京东; QQ空间; 天气; vip解析助手; TED文本内容; wifi破解脚本; 必应图片设置为桌面等爬取
Stars: ✭ 124 (+287.5%)
Mutual labels:  wifi
Bluetooth-ble-beamer-and-scanner-for-tracing-corona-virus-infected-individual
Bluetooth ble beacon beamer and scanner for tracing corona virus infected person similar to Trace Together app
Stars: ✭ 26 (-18.75%)
Mutual labels:  ble
Rainbow-Wifi-Hack-Utility-Android
The program implements brute Wi-Fi network method on platform Android
Stars: ✭ 39 (+21.88%)
Mutual labels:  wifi
eewids
Easily Expandable Wireless Intrusion Detection System
Stars: ✭ 25 (-21.87%)
Mutual labels:  wifi
libwifi
An 802.11 Frame Generation and Parsing Library in C
Stars: ✭ 27 (-15.62%)
Mutual labels:  wifi
torbox
Container-based Tor access point (Anonymizing Middlebox).
Stars: ✭ 52 (+62.5%)
Mutual labels:  wifi
rpi-roam-webapp
Setup script and web application for a wireless Raspberry Pi bridge.
Stars: ✭ 13 (-59.37%)
Mutual labels:  wifi
arduino-ble-gadget
Create your own Do-It-Yourself BLE enabled sensor gadget on the ESP32 platform.
Stars: ✭ 31 (-3.12%)
Mutual labels:  ble

Tuya IoTOS Embedded Wi-Fi and BLE SDK for BK7231T

中文版 | English

Overview

Developed independently by Tuya Smart, Tuya IoTOS is the world's only IoT operating system covering all levels of IoT sensing, interruption, network, platform, and application. Benefiting from Tuya Smart's accumulation in the IoT industry, TuyaIoTOS provides solutions for a full range of products from product design, R&D, to post-operation.

Tuya IoTOS embedded SDK is an important part of Tuya IoTOS. By virtue of dedicated design, it provides customers with unified APIs, rich SDKs, and DIY functions, enhancing the integrality of the IoT industry. It can be applied to industrial IoT, vehicle networking, security monitoring, outing, and smart home development.

Features of Tuya IoTOS embedded SDK

  • Flexible options: Tuya IoTOS embedded SDK provides rich SDKs covering the core of the IoTOS, general IoT functions, and IoT technology stacks in different fields. Developers can select the solutions as needed, and competent developers can make in-depth customization online as needed.
  • Cross-platform: The design of Tuya IoTOS embedded SDK supports cross-hardware platforms and operating systems. It can be migrated to any hardware chip and system, which greatly improves the development efficiency.
  • Security and privacy: Tuya IoTOS embedded SDK features secure data storage, secure network communication, identity verification, secure startup, and security upgrades, and strict compliance with the security and privacy policies around the world.
  • Rich ecology: Tuya Smart is cooperating closely with major chip manufacturers, and providing over 100 models for developers. Furthermore, all products developed in Tuya IoTOS can be linked. Powered by Tuya has achieved a complete ecosystem of the IoT industry.

Quick start

Dependency

Some package dependencies need to be installed before compiling.

Debian/Ubuntu

$ sudo apt-get install wget git python libc6-i386 

Windows

Supports compilating in Cygwin, MinGW, WSL2 and more environments

Get SDK

Make sure to get SDK through git recursion:

$ git clone --recursive https://github.com/tuya/tuya-iotos-embeded-sdk-wifi-ble-bk7231t.git

or

$ git clone https://github.com/tuya/tuya-iotos-embeded-sdk-wifi-ble-bk7231t.git
$ git submodule update --init

Compile

The compile project is in the apps directory, you can quickly compile, burn, and run the process through template_demo. Use the following command in the root directory to compile:

$ sh build_app.sh apps/template_demo template_demo 1.0.0

apps/template_demo: compile project path

template_demo: compile project name

1.0.0: The version of the current compilation firmware

Compilation cleanup

You can clear the compiled intermediate files with the following commands:

$ sh build_app.sh apps/template_demo template_demo 1.0.0 clean

Burning authorization

For more information about firmware burning authorization, see Burn and Authorize WB Series Modules

Evaluation kits

For more information about SDK, see Sandwich Evaluation Kits

Technical support

You can get support from Tuya through the following accesses:

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].