How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Hi, the tool nrf9160_mdm_dfu mentions in its Readme that three files are needed for DFU to work:
"To use this tool, you need to have the following three files: ZZzzZZzz...
Hi,
I am beginner in nordic development. I will be using using FreeRTOS with nordic ( if that matters).
Requirement: I need to store logs in internal file system.
Device...
Hello,
I'm doing some tests with TX power on my development kit and I would like to increase my transmission power in openthread FTD to +8 dbm.
I had read this thread...
Hi,
I try to implement the nrf52832 as the TWI slave but get the following error messages:
I have added the nrf.twis.c to the project, included in the main application...
Ummm. :)
I'm hoping that I've done something silly.
It looks like I'm unable to configure a project.
Because the save option has vanished.
Another observation...
I am developing a Central/Peripheral application with SDK 15.2.0 for s132 device on nRF52 development kits. I switch back and forth between my application and the example...
Hi, I'm having a bit of an issue with the proxy_enable() & proxy_start() functions when they are used in tandem with the flash manager module.
Some info on my setup:
...
I would like my BLE device to communicate with Desktop using HID service & with a phone using custom gatt service. I know its just adding one more service but is it possible...
Hello All,
I'm trying to create a client device that toggles LEDs on a server on and off using the NRF52840-DK.
My modified Client code is giving me Mesh error 5 when...
In which state are the configured UART pins if the device is held in RESET for nRF52832?
We want to use the UART to communicate with the host without the nRF52832 in certain...
Hi, I have a project where an STM32 controller has the updated binary file for nRF1822 in flash and it will upgrade the firmware on nRF1822 with the serial implementation...
I am trying to add "Softdevice_handler" to project under nRF52 SDK_15.0.3
But i couldn't find "Softdevice_handler" in nRF SDK_15.0.3 and it is there in SDK 11
How to add...
Good afternoon,
The 'sd_ble_gap_device_name_Set' seems to have a limit of 10chars when defining the device name. In principle, it should be 31. Why do I have this limit...
Hi
I would like to use a 2.4Ghz remote controller for a project but I did not find any example/documentation on how to use 2.4 frequency with my nrf52.
Can someone...