I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
After I get a Disconnected() event, I want to start scanning again, therefore try to call StartDeviceDiscovery() again.
IsDeviceDiscoveryOngoing was checked before.
The...
Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Hello,
I am using nRF52840, SDK_16.0.0, S140 SoftDevice and Segger 4.16 for flashing the image. I am using ‘ble_app_blinky’.
As per below mail I changed settings for...
Dear all,
I'm using an nRF51822 chip for implementing a BLE HID device (mouse) (SDK ver. 12.3.0, SD ver. s130_2.0.1)
I have problems when connecting via BLE with laptops...
Hi..
I want to implement a application ,i want to make a connection one central to multiple peripherals and to transfer the data from the one central to particular peripheral...
Hello All,
I am working on the NRF52810 with sdk 15.3 softdevice 6.1.1
I have added the 3 service like TX power, Battery Service, Immediate alert in my program.
I wanted...
We have possibly discovered a serious loophole that can brick a nRF9160 and will require JTAG to recover it.
We were loading a full set of certificates (CA, private, and...
Hi, I need your help.
I use NRF51822QFAA, SDK nRF51_SDK_9.0.0 and iPhone 11 ( IOS 13.2)
I use a project is ble_app_ancs_c at nRF51_SDK_9.0.0\examples\ble_peripheral\ble_app_ancs_c...
Hello,
We are experiencing an issue when putting the nRF52840 back to a low-power state after having had UART configured for double buffering. For context we are using nRF5...
Hello support Team,An unclear point came out when driving nRF52810 with Keil uVision5. I have a soft device(S112) write error. Can you help me with the following information...
Hello, Nordic!
I'm developing with nrf52840, s340, sdk 15.3.0
I made my app_error_fault_handler. It is very good for me.
I sometimes got an error. So I saw that log...
I didn't change the sample code. Why does the build fail?
1> Compiling ‘main.c’ 1> ../src/main.c:60:28: error: 'DT_ALIAS_LED0_GPIOS_PIN' undeclared here (not in a function...
Hi,
I am implementing a background DFU bootloader and uses the example from Vidar Berg ( https://devzone.nordicsemi.com/f/nordic-q-a/46994/background-dfu-application-source...
Hi,
I have just updated my app from SDK 15.2 to 15.3 (and the softdevice from 6.1.0 to 6.1.1).
Now nothing is working... I initializes a button with NRFX_GPIOTE and now...
Trying to set up attribute reporting I thought I had found a solution but was apparently wrong. My coordinator is sending an attribute reporting request with a minumum reporting...
Hello,
I'm using nRF52832 in a sensor PCB card, and I want it to have an antenna. Now I'm drawing the schematics of the PCB using KiCad, but there is one problem I can't...
Hello Nordic team,
Sorry for the ambiguous question. Let me know if you need further clarification about the question.
Currently we have a nRF52 based HID device....