The custom AT command "AT%XICCID" was added in modem firmware v1.1.3 for the nRF9160 and was available from the first release for the nRF91x1.
This command provides a processed...
Hello,
Is the NRF7002 pre-certified for the RADIO EQUIPMENT DIRECTIVE 2014/53/EU (RED directive) ?
Is there a recommended antenna design that would ease certify a product...
Good day, I was attempting to test the radio performance of the NRF54L15. I ported over the Radio_Test sample project to try and transmit an unmodulated carrier wave at a...
My task is to mount a littleFS system on the external flash memory, so I can save files.
I am using the littlefs filesystem sample from
zephyr/samples/subsys/fs/littlefs...
Hello.
How often are the LQI and RSSI values in the coordinator updated for a child?
Preferably I would have liked to get some kind of notification every time LQI and...
Hi,
I want to configure P1.02 and P2.06 as normal GPIO for my nrf54l15 custom board. For this I have added the following in my .overlay file
From https://devzone.nordicsemi...
Hi Nordic team,
I’ve been working with the nrf_dm sample from NCS 2.9 to perform distance measurements using multiple nRF52840 devices. The sample works well, and I've made...
Hi,
I am a new programmer to the NRF51 and I was wondering if someone would look at my code. I am trying to program the NRF51 to take ADC samples at a frequency of 1 kHz...
I am using nRF52832 with SDK 11.0.0 and S132_V2.0.0 for my application. My beacon is inside Refrigerator where temperature varies from -2 to 20 degree .My Beacon code is in...
Hi,
I'm working on an application with S130 central (client) connecting to an Android peripheral device (server).
I have two characteristics on peripheral device, one...
Hi,
I would like to know what is the switching time between RX ShockBurst and STBY mode?
In documentation I can only find switching time between STBY -> RX ShockBurst...
I don't have a question but am rather posting the solution in case it helps someone else out who had the same problem as me.
With SDK v9/SoftDevice S110 v8, our application...
Hi guys,
I am really confused to distinguish SMP request from pairing request.
Could you kindly what the difference?
Device(nRF51822) can send SMP reqeust? If...
So, I've began tinkering with this device a bit, and using totally stock hex files, installed via
make flash_softdevice && make flash crashes bluez with sigsegv shortly...
I am struggling with the correct value to use for DFU_APP_DATA_RESERVED in the bootloader. My application uses the Device Manager and has one block allocated for to pstorage...
My app is generating hardfualts. Based on this post I looked at memory location SP + 0x14, which points to the address that generated the fault.
Memory at SP+0x14: 8F 31...
Hello Everyone,
I am doing the rough calculation of the power consumption of NRF51 where in the radio part of the datasheet it is indicating 10.5mA whether it is denoted...
Hello ,
I'm using a couple of nRF52 dev.board (one is Nordic preview dev.kit , the other one is a Rigado BMD-300) , with S212 ant+ softdevice . I'm able to deep-slepp the...
I use the board to act as relay.First ,i scan and connect to one peripheral.Then ,i want to disconnect the peirpheral once the another central connect to my board.i call sd_ble_gap_disconnect...
Hi ,
Would you help me to find right material(App note, source code/project) to implement below case:
My nRF51822 connected on beaglebone black(BBB) over UART this will...