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...
So I came across an issue while working on developing an app that can update firmware OTA. I was using Nordic Semi - android DFU Library
implementation 'no.nordicsemi.android...
hi,
1.Now I am using Wireshark to capture nrF52840 DK ZigBee packets. I have configured the environment according to the guide. In wireshark, "nRF Sniffer for 802.15.4"...
hi,
we are using52833 QFN40 to test carrier,but the program will loop at as the picture bellow,while it runs well in 52833 QQFN73 in another board, why? Coutl you help me...
Hello,
Our modem consumes a lot of current when we use a simcard from a provider 1 (a MNO), much more that when we use a simcard from another provider 2 (a roaming service...
Hi,
with a custom hardware, I'm using a NRF9160 with a ESP8266 chip over uart with following prj.conf and board overlay:
I was trying to open a socket (that uses the...
Hi
The chip used is nrf52832, the SDK version is a peripheral device v13, and the central device uses v16.
The referenced example is ble_app_multirole_lesc and has been...
Background: SDK 16.0.0, SoftDevice 7.0.1, 1 ble_central connected 6 ble_peripheral, Send an instruction to 6 ble_peripherals every 50 milliseconds, at the same time, the ble_peripheral...
We need fast response from peripheral to central. That means we need a fast connection interval. We are using less than 100mS. But that results in an unacceptable battery...
Hi I have a question regarding USB port on the nrf52840 device When connecting a new device to computer is it possible to tell PC to assigne the same COM port number as last...
Hello, this is my first post in here. I'm trying to read the TX_POWER information of my beacons. I'm able to read this info using the nRFConnect app on my phone no problem...
Hi,
If I want to write a driver to control the communication process on nrf52840, the SDK is based on BLE mesh5.0.
How can I do it? do you have any examples?
Best...
Thank you ahead of time for any help that the community can provide. These forums have taught me a lot over the past few weeks. In my project, I am noticing 20x higher sleep...
I'm unable to get SPI to work on my nRF5340DK board. I can see activity on MOSI and SCK pins, but not on CS. The pin is not even initialized and is floating.
My overlay...