hi all ,
how to enable GPIOTE PORT and IN[n] event simultaneously ?(not same pin)
i enable the GPIOTE to trigger interrupt event.
one for the keyboard which need multiple...
Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
1. I've noticed while using tools like NRFConnect that most BLE devices in my proximity do not include the device name in the advertising packet. My assumption is the developers...
Hello, I am unable to connect thingy 52 with my laptop, I have NRF connect v2.6.1 installed but it is unable to find thingy.
Thingy is not connected with any other device...
hello,
I am using the SDK15.2 for development.
I want to set a central address in peripheral like the whitelist function via uart without bonding.
This code is about...
Hello,
We are working with nrf52832 which have a custom application with SDK 13.1 and softdevice s132_nrf52_4.0.5_softdevice, we have migrated to sdk 15.2 s132_nrf52_6.1...
Hello,
I am trying to program my nrf52840 dongle to act as a BLE central device and I am using the USB CDC ACM Module. I am facing the following issues:
1- I was able...
Hi.
Softdevice 6.0.0
SDK 15.0.0
IDE IAR 7.80.4
Chip NRF52832
I buid progect buttonless DFU in IAR.
I added peer_id.c, peer_data_storage.c, peer_database.c, peer_manager...
I have successfully written the public certificate (type 1) using nrf_inbuilt_key_write().
When I then try to delete it with nrf_inbuilt_key_delete(), however, it returns...
Hello All,
Does the module have internal regulators that can be used to power connected peripherals? There is the 1.8V output for Sim_1V8. Is this strictly dedicated to...
Hi Everyone,
I am using the following peripherals in my project
2 UARTE.
2 ADC
1 TWI
BLE
GPIOTE interrupt for 2 buttons
TWI and ADC and BLE and GPIOTE are not...
Hi there,
I cannot find a good example of one central and one peripheral, where they use a passkey between them, with one of them, the peripheral, is where the user type...
i am using ble central example from sdk15.the peripheral i want to connect with Nrf52832 is not a Nordic device.Peripheral have 5 different services.now till i successfully...