I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
Moving from SDK version 5.1 to 6.0, the buttons on my PCA20006 beacons no longer works as expected. When I press a button, it seems to register the release of a button incorrectly...
Hi,
I was trying to load the agps sample code into thingy 91 for testing. I read the readme document which mentioned that code is compatible with thingy 91 too.
After...
Hello everyone,
I wanted to start with Thingy:91 today, so I first wanted to update the device with the newest firmware.
First thing I found confusing is: On the Getting...
Hi everyone,
I saw a lot of example in SDK (CDC ACM example, Audio example, MSC example,...) and I want to know if is possibile to modify them and use the USBW (USB WIRELESS...
nRF5_SDK_15.3.0_59ac345\examples\peripheral\twi_master_with_twis_slave.
I use NRF52810 as a slave, power consumption is 6uA.( nrf_drv_twis_enable(&m_twis);)
I see the...
Hi,
I am using nrf52832 module, sdk 17.0.2.
I have ble nus service added and device works properly had no issues till i add the AES related files and defines.
Can...
Hi,
I would like to use external app firmware to update over BLE a secondary microncontroler behind a NRF52832. I read that it's an experimental feature but it's very intersting...
Hello, im newbie here. I using multilink NUS from example and i want somehow get peripheral (peer) address in ble_nus_c_evt_handler TX event. How can i receive that?
I use nRF52832, sdk17.
First of all, during the sample, you want to implement central using "ble_app_out_c" in the "ble_central" file.
Central wants to connect peripheral...
Hi, I found that after migration from Zigbee Thread SDK to Zephyr GDB debugging functionality is broken. I have read a lot about PRIMASK register, GDB hooks, and so on, but...
Hi everyone,
I am using a third party nRF52840 module and I have developed my own bluetooth application. I have implemented one characteristic for notifying data from the...
Hello,
I am working with nRF52840 and started with SDK15 examples with BLE security mode 1 level 2, No MITM. I have a question regarding bond handling and the deletion of...
Hello everyone,
Using
PTS version is the latest (7.6.2),
nRF52832
SDK14.2.0
Softdevice s332 v5.0.0
When I run the test GAP/ADV/BV-01-C and so on, it constantly...
The settings.hex file is 6 K ,
the bootloader.hex file is 68 K ,
the softdevice.hex file is 429 K ,
the app.hex file is 183 K.
app.hex is just made for DFU function...
Hello every one.
I want to ask about:
Does NRF52810/NRF52811 support BLE_Central role with "S122" and "nRF5_SDK_17.0.2_d674dde"?
I try to convert example "\nRF5_SDK_17...
Thanks in advanced. I can create tx power level service, but it just reads current tx power level, I set add_char_params.char_props.write= 1; add_char_params.write_access...