Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
Do the examples in the SDK folder like ble_nus have their binaries with softdevice already? I'm a newbie in Nordic and using the BLE NUS example with nRF52-DK to learn as...
Hi team,
My customer wants to develop a system with one central, multiple peripherals, each bandwidth is <50kbps, but they want the latency can be as small as possible....
Hello,
I would like to know how can i use SPI on the radio example.
I'm using (programming) the radio example, receiver, for AoA and it's working so far. What i'm trying...
Hi,
My observations: DSP_PRESENT Macro is enabled in nrf51.h , nrf52.h, nrf5340_application.h files in v1.5.0\modules\hal\nordic\nrfx\mdk path As shown below: #define...
Hi
We are using nRF52832 with SDK17.2 and SD 112.
We are trying to make a NFC_PAIRING_MODE_GENERIC_OOB to a PC with the following System Information:
OS: Windows 10...
Dear All, I have noticed the following issue: In the beginning of my code execution pin 1.09 is high, before I can even call . From what I found in the datasheet pin p1.09...
Hello!
When using the AT%RAI=4 it works as expected for NB-IoT however it does nothing for LTE-M. It is my understanding that it should work for LTE-M. Does this mean my...
I see many questions on how to enable a timer to start SAADC conversion every period (such as 1 hour).
But never found a simple example.
I would appreciate if you can...
I have implemented a OpenThread application. The application connects to a Thread Border Router . I'm using ncs and when using version 1.4.0 everything works fine, I can connect...
Hello, I run a project in SES 4.30c with nRF5 SDK. I just got my computer updated by our IT-department, and now I get a compilation error on my first #include :-) I still...
I have a custom board with an nRF52840 that uses high-voltage mode (5V on VDDH) and the chips internal voltage regulators. This requires setting REGOUT0 to 3.3V. My firmware...
Dear Nordic Team,
We are using nRF52840 based module and using its ZigBee Radio. For one certification purpose, we need to know the max. pulse time (duration) for Tx and...
Hi again,
This is my project:
I have 3 nrf52832 kit and a Android phone. I want use my phone to control leds on those 3 boards. Because the phone dont support mesh, so...
Hi, I'm using nrf connect SDK v1.5.0 and I use SES to build and flash projects.
I use Visual Studio Code for only code editing environment. When I was using nrf5 SDK, I...
Hi ! I'm trying to access the beginning of a packet that is being transmitted, by accessing the SFD. My problem is that I'm not able to do it.
NRF got a function called...