Hello all,
I am having issues with the configuration of the FEM nRF21540 on the costum board Fanstel BT840NE with the Enhanced ShockBurst (ESB) protocole.
We are not able...
We've got a sensor board with an nrf9160 on it, that sleeps lots of the time and periodically wakes up to take sensor readings or send them up to the cloud.
Some of the...
Hi, I am using nrf52840 , nrf connect sdk 2.6.0 I am using spi_transceive() to send and receive the data from sensor I read in Nordic Academy nrf connect sdk intermediate...
I hope this message finds you well.
I am currently working on a project using the nRF9151-DK Evaluation Board and have been testing GNSS functionality in various environments...
Hello,
I am a developer/maintainer for the RF24 Arduino library at https://github.com/nRF24/RF24
I've found in some cases, the R_RX_PL_WID register returns 0 while the...
Using VS Code and latest version of SDK and toolchains. I have created some custom board definitions and placed them in a seperate directory. The directory is registered in...
We get the following assertion during startup if we include uart2 in the DTS.
*** Booting My Application v2.1.0-dev-ae1ee57f3906 *** *** Using nRF Connect SDK v3.0.1-9eb5615da66b...
I am trying to write a simple advertisement application for my nRF51822 development board (for it to run on an S110), but the tutorial on the nordicsemi.com website, which...
we are making a pedometer. when you are connected, you get notification for every step you make (just an integer)
you just did 50 steps. you can see it in the app. now...
I'm trying to implement a wake-up button on central multilink example. I.e, i need to implement the app_button in order to wake up from sd_evt_wat() function. The problem...
Please can any one tell me from where I can get this programmer? Nordic have stopped selling development boards in which we can get the programmer. I think this could be a...
Hi all!!
sorry to trouble you with this but I work over it for the last 3 days and no breakthrough..
I am using a nRF51DK with the MBED program. I am trying to download...
We are a contract manufacturer. We are trying to help one of our customer's with their bare board design which uses your NRF24L01+ (NRF24L01P) that comes in a 20-pin 4x4mm...
Hi!
We are currently writing a simple bootloader which reads the new application image from a external SPI based flash memory. We are using the S110 SoftDevice, which works...
Hi All,
I have been developing a bluetooth chip based on nRF51822 QFAC. I have followed the design rules very closely but at the end I do not get any bluetooth signal coming...
main.c Hi ,
I'm using nRF51822 and S110 stack and sd_6.0.0.
having an ble app UART example.
Facing a strange problem that when (from nrf Uart App)connecting and disconnecting...
Hi
I set one GPIO interrupt with low-to-high sense, but seems it did not triggle the interrupt when SD run.
I want to confirm the SD would make the interrupt loss? If so...
Hi folks,
I have a 2MHz clock (call it DRDY) coming into my nRF51 on one of the GPIO pins (call it AFE_DRDY). I need to read an external AFE chip on every falling edge...
I have a project where specification requires disconnecting immediately after sending a response to a BLE read request. I'm using authorized reads.
Currently, I'm using...
Hello,
I am measuring 5~6 mA of current consumption in standby mode, even when not broadcasting/connected. Why is it so high?
Aditional info:
I am using a custom...
I am using IAR workbench. Using softdevice s110 Version 7.
I have created a bootloader at memory address 0x3A000.
My application sits at 0x16000.
My application checks...