Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
I'm in the middle of putting a NRF51822 device through bluetooth certification. The test house has asked that I have modes where the radio is transmitting on certain frequencies...
Hello. I finally succeeded mouse keyboard combo. I use mouse sensor with SPI. I send mouse_move_data in loop. However, when I connect with the computer, the mouse pointer...
I am trying to debug a SPI application using Keil and the Eval board, but am having problems with control of the port pins. I am using pin 23 as the CS pin. it configures...
On SDK 9.0 only
Do not judge the quality of SDK based on number of entries here. This thread should be considered part of Nordic effort to main the quality of the release...
Hi,
I'm in the process of transitioning my application and associated bootloader from SDK 7.2.0 to SDK 9.0.0.
I can compile both my application and bootloader now against...
Hello,
In order to test my BLE project with a development kit from Nordic, i want to know the following :
Does the nRF51-DK contains Revision 3 of the nRF51422 ?
...
I just bought the nRF51 DK and trying to follow the Beacon Transmitter Sample Application Example.
I would have 2 questions:
1 - At one point it says "Define the compiler...
I use SDK 8 or 9 &my compiler Keil uVision 5
my Development kit pca10028
Where should I add thede #include files?
I Mean de XXXX.h or de XXX.c.
Where Should I add de...
Hello, I've searched the forum for information regarding handling real-time tasks with the nrf51822. I've found this post -- devzone.nordicsemi.com/.../ -- which is similar...
Hello,
I am building a custom app and upon moving to SDK 8.1... and later SDK 9.0 I experience very odd behavior with Nexus 5 specifically. Our custom application works...
Hi,
I have nrf51822 bluetooth smart kit Rev 1.1.0 .
Is this beacon compatible with Softdevice110 V8.0?
I want to know this because I have read that "The CPU will by default...
Hello,
When i try to drop the softdevice to the mbed evaluation board it gives the error "SWD error",in a text document "fail.txt",in the MBED drive.
If it is successfully...
I'm trying to add BLE support to an existing ANT sensor. I intend to transmit information over ANT and BLE at the same time.
In my current ANT implementation, I'm using the...
I have a timer that is coming every 100ms. I use it as a system clock to time and manage events.
The main function has a loop that calls sd_app_evt_wait() When woken up by...
Hello everyone,
I am trying to send and receive strings from Ubuntu (with a BLE USB dongle) to/from the nRF51822 with UART BLE SDK v9 example (i.e using ble_nus_string_send...