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...
Hello,
I use the nrf5340 pdk. I would like to flash the led1 with a duty cycle which is different from 50%, so i tried to open the binky_pwm project, but the segger shows...
Hello,
what is the correspondence between the number of pins indicated in the dts file with the port number and bit of the chip.
for instance:
& spi1 {
compatible...
Hi,
I am using nrf5 SDK and working on proprietary Nordic. I saw that in the code there is no option for 250 kbit/s Nordic proprietary for nrf52840. However in nrf52_bitfields...
Hello
I'm using the nrf52dk board. It's been good so far, but suddenly there's a connection problem with Bluetooth.
I tested it with SDK's various ble examples. Debugging...
Excuse me:
The chip can individually erase the application without erasing the uicr with nrfjprog?Which nrfjprog command is used to erase the application only,I want to...
There is an QSPI interfacing example, and there is another FATfs example for the externally interfaced SD card, though I cannot make the same fatfs sd card example work for...
Hi
it's possible configure the FOTA bootloader (SMP service) whit only one partition, for large application.
I using the nRF52-DK and have only 512KB of flash, and my...
I have trouble getting NFC-pairing to work in nRF52840 running SoftDevice 7.2 based on SDK 7.0.2. The observed behaviour is that the NFC Field is detected but nothing more...
Hi,
I add a new service about DFU of my FW,so three was a problem when it go into "ble_nus_init()" will return NRF_ERROR_NO_MEM, I have read serveral tickets about the same...
i have used "BLE_GAP_PHY_AUTO" in scanner code
actually it should scan "phy coded" and "non phy coded" aid values .
but in my case getting i was getting both "phy coded...
I have a project to use NRF52810 to connect the App. When testing it, I found that when it was successfully connected to the NRF Connect tool, it would automatically disconnect...