Hello,
I am working with the NRF5340dk, nrf7002ek, and PPKII. I am unable to get the DK to power up with the PPK. I used a knife to break the trace but for some reason...
Hi,
The attached code is based on a sample code from NCS v2.9.1 and creates a LittleFS flash disk on external SPI NOR onboard nrf54L15DK. There is a mismatch in the code...
Somehow a program I have running on a nrf52840-DK board will enable protection. This kind of screws up the small application I am testing because it seems to lock out the...
Hi,
I am trying to program the custom nRF9160 board using SEGGER JLink/SWD programmer , For same of the boards when connected to custom board and trying to select the device...
Hello,
we are using a nRF5340 with NCS 2.9 and want to signalize a
UART_LINE_CTRL_BREAK
on USB CDC_ACM to the PC.
Is there a direct way to do this?
Many thanks in...
Is there a straightforward way to output the frequency of the 32.768kHz crystal oscillator to a GPIO pin? The motive for this request is to verify the crystal frequency without...
Hi all,
do different settings of SAADC RESOLUTION register affect Conversion Time t CONV ? I cannot find any dependency - the only value given for t CONV is 2 µs typ (7...
Hi!
I have searched for this questoin, but not found anything useful. Probably I an not using a good search phrase.
How do I determine how much space is left on a nRF51...
This is a general question I will throw out initially, but I can get more specific if necessary. This is something I see a lot in my year or so of development with nordic...
SDK:8.1.0
Chip:51822AAHO
Hi,i use the nRF51822-PSV3.1 Schematic diagram.The chip set 4dbm tx power,
then i test the test point(C6) as follow,2402MHZ and 2426 MHZmax...
Hi,
I run the HID keyboad example, and a problem confuses me. I use the "lightblue" APP to connect the peripheral--"Nordic Keyboard", but the iphone appears a pairing box...
Hello!
I have been working recently with the PCA20006 Beacon board. The example we have tested is the ble_app_beacon that allow us to change the UUID/Major/Minor and go...
This may be a stupid question, but...
What value is BLE_GATTS_ATTR_LENS_MAX
Its mentioned a lot in the SDK, but I can't actually find a value for it actually defined...
I would like to know how to add Service Change UUID: 0x2A05 Properties: INDICATE Descriptors Client Characteristic Config UUID: 0x2902 to Generic Attribute of Nordic_HRM....
Hi - I am trying to send a signed 16bit Integer from nRF52 to iOS. Using the following characteristic reader from Nordic in the nRF Toolbox on Github (here) .
static func...
Hi there:
I found a strange phonomenon about consumption betweeen advtisement and gpio17 of 51822.
When I start ble adv while setting gpio17 to input disconnected mode with...
Hi, possibly a bit of a stupid question but here we go:
I'm developing a prototype system, which includes my own design of sensor modules that transmit their data via nrf24l01...
Hi, Nordic
I know when I program one BLE app, softdevice should be needed.
If I program esb/gazell app, softdevice is not needed.
I want to know, when I program one...
Hi, Nordic
I want to add BLE DFU service in my own app, so that the nRF52 can operate BLE DFU.
I only modify 2 places:
static void services_init(void) --> init ble_dfu_init_t...
Hi,Nordic
I am working for BLE_DFU, on SDK 12.1 and SoftDevice s132.
I checked, I should add below code in ble_dfu.c
char_md.char_props.write = 1;
Then I added...