Skip to content

Commit

Permalink
docs (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
buglloc committed Jun 24, 2024
1 parent e10a767 commit 5926e82
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 11 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# PinkyWinky

Simple BLE tracker based on ZephyrOS for nRF52x SOC.

It is primarily being developed as firmware for the Holyiot nRF52810 Beacon.

## Supported hardware

Tested on:
- [Holyiot nRF52810 Beacon](boards/holyiot/holyiot_21014/doc/index.rst)
- [XIAO BLE](https://docs.zephyrproject.org/latest/boards/seeed/xiao_ble/doc/index.html) with push button on D10
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 19 additions & 11 deletions boards/holyiot/holyiot_21014/doc/index.rst
Original file line number Diff line number Diff line change
@@ -1,24 +1,32 @@
.. _nrf52dk_nrf52810:
.. _holyiot_21014:

nRF52810 emulation on nRF52 DK
##############################
Holyiot 21014
########

Overview
********

The nrf52dk_nrf52810 board is a modified version of the :ref:`nrf52dk_nrf52832`
that enforces the limitations imposed by the nRF52810 IC, which is a
cost-reduced variant of the original nRF52832. Since Nordic does not offer a
development kit for the nRF52810 you can use this board to develop for this
IC while using the nRF52 Development Kit (PCA10040).
The Holyiot 21014 hardware based on the Nordic Semiconductor nRF52810 Arm Cortex-M4 CPU.

See :ref:`nrf52dk_nrf52832` for more information about the development board and
`nRF52810 website`_ for the official reference on the IC itself.
.. figure:: img/holyiot_21014_board.png
:align: center
:alt: holyiot_21014_board

Holyiot 21014 Board (Credit: Aliexpress Holyiot Official Store)

.. figure:: img/holyiot_21014_dim.png
:align: center
:alt: holyiot_21014_dimensions

Holyiot 21014 Dimensions (Credit: Aliexpress Holyiot Official Store)

References
**********

.. target-notes::

.. _nRF52810 website: https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF52810
.. _nRF52810 website:
https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF52810

.. _Aliexpress Holyiot store:
https://www.aliexpress.com/item/1005004501422185.html

0 comments on commit 5926e82

Please sign in to comment.