Go to file
anschrammh 34ad38d34a Started to write the module used to interact/communicate with the gadget bridge Android app.
The API will contain functions to send data to the app as well as a parser used to decode and extract data sent from the app.
It will internally use/access the NUS BLE service exposed by the ble_service.c file
2023-04-05 08:03:58 +02:00
.vscode SDK updated 2022-11-01 18:22:10 +01:00
app Started to write the module used to interact/communicate with the gadget bridge Android app. 2023-04-05 08:03:58 +02:00
app_include Exposed two functions in the nano shell interface to be able to print characters only or plain strings, added new commands regarding ble in the nano shell for testing purposes 2023-03-12 21:52:03 +01:00
demo Updated SDK from version 1.00.08 to 1.00.10 2023-03-08 08:23:45 +01:00
doc Updated SDK from version 1.00.08 to 1.00.10 2023-03-08 08:23:45 +01:00
include Added the uint32_t type, will have to clean the mess up in this file someday 2023-04-05 07:59:12 +02:00
ld/w800 Updated SDK from version 1.00.08 to 1.00.10 2023-03-08 08:23:45 +01:00
lib/w800 Updated SDK from version 1.00.08 to 1.00.10 2023-03-08 08:23:45 +01:00
platform Now also outputting SDK logs to UART1 pins, corrected an issue raising an error when using the nano_shell and added a workaround to be able to really stop the BT modem. Probably a bug in the SDK or in the chip ? 2023-03-08 14:04:01 +01:00
src Renamed the ble task name form bth to ble_svc 2023-03-26 23:01:21 +02:00
tools/w800 Changed the parameter passed to the size utility 2023-03-31 16:09:12 +02:00
.gitignore Updated gitignore file to exclude the generated libs 2023-03-08 08:26:01 +01:00
LICENSE SDK updated 2022-11-01 18:22:10 +01:00
Makefile Reworked a few existing SDK files to prepare for the ble modem and service addon, updated the nano_shell_command by adding new ones around ble 2023-03-11 23:34:02 +01:00
README.md SDK updated 2022-11-01 18:22:10 +01:00

W801_SDK_dev_env

What does this repository contain ?

This repository contains a working dev environment for the W801 MCU.
It is a test platforme where I can try and learn the provided SDK API.
So the software doesn't serve a particular purpose, it's more of a playing field.

Getting started:

TODO