Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
Hi Nordic,
I am currently working on ble_app_interactive on nrf52 DK with the DK as central and a hearingaid as peripheral. I have had some help from you guys to configure...
Hi
I've allready make a system with ANCS and AMS service in order to control IOS Notifications and control the music. i can answer or decline an incomings call with ANCS...
Dear all,
I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96. Now I want to store some data in the flash of nRF52832 but I worry I will destory the bonding...
Development environment:
Server : SR3v1.2 with nRF5x SDK v14.2 , Client : Android P set-top box
Hi, we use ATVV service on Android 9 and HID service on Android 7/8.
...
Hi,
My application goes to system off by using nrf_pwr_mgmt_shutdown(NRF_PWR_MGMT_SHUTDOWN_GOTO_SYSOFF). In the handler, I configure a sense to be woken up by a GPIO, as...
Hi all,
I have a nrf52832 board from holyiot ( https://pl.aliexpress.com/store/product/Nordic-nRF52832-module-Bluetooth-low-energy-development-board-for-BLE-mesh/420533_32867403706...
Hi,
I'm trying to use an existing NRF51822 mbed codebase on a new NRF52832 product and am having some issues.
First of all, it seems that I can't use mbedlib, but need...
Hi all,
I have a Gateway with nrf52832 BLE chip-set.
My question is: Does this chip-set provide the ability to get the RSSI levels of the three advertisement channels...
At the bottom of page 15 in nRF52832 Product Specification v1.4 the following reference is printed:
[1] See GPIO located near the radio on page 17 for more information....
Hi,
If event is not handled (or handled but EVENT register not cleared), will it go above 1 or is it binary?
In other words, can the value be used to detected missed...
I am attempting to port code from sdk 11 to 15. Some of the code is __older__ and in need of updating. A line which runs during the application init calls the sd_ble_version_get...
Hi!
I have added programs for register writing to SPI programs and using SDK14.0.0
I am using the nrf_drv_spi_transfer function to transfer three data.
but when confirming...