-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
29 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |