Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi,
I have the separate working codes for the TWI0 and the SPI1. However, when I combine them, it doesn't work: sometimes it takes forever waiting for the NRF_DRV_TWI_EVT_DONE...
Hello, I'm trying to figure out how to work correctly with timer 0 in the nRF24LE1 microcontroller.
1)The Cclk frequency in my case is 16 MHz
2)Given a fixed limit of...
We are new to Nordic and have been making great progress with our nrf52840DK board and successfully running many of the Nordic SDK examples. We can't seem to find a single...
hi
the saw filter used in thingy:91 is : SAFFB2G45MA0F0A which is obsolete end of life now
suggest me another saw filter for ble application chip antenna implementations...
Hi all. I am using nRF5 SDK 15.0.0 and the S140 SoftDevice v6.0.0 to develop on an nRF52840. Due to software infrastructure constraints, I am unable to implement DFU using...
Hello,
I have a use case where I need to use UART_RTS and UART_CTS as GPIO for toggling the led. I also want to use the other two pins UART_TX and UART_RX for handling UART...
I have created an application that initiates a timer for 30 seconds and when it expires it calls an expiry function that switches the system off, if no button is pressed since...
If you try to write a program on a board with nRF5340 installed, an error will occur.
I can write to other boards using the same J-Link, so I don't think it's a J-Link problem...
Hello all,
I have scoured the devzone and other blogspots to find an answer to this but so far have come up short.
in short i want to use one NRF552-DK with the adafruit...
Hi,
I made DFU procedure with a distributor (nRF52840 DK) and one target (nRF52840 dongle): procedure completed successfully in approximately 45min
Then I made DFU procedure...
Hello,
I have a problem with a custom board with a nRF9161. I am trying to connect the board with the nRF9161 to the LTE or NBIOT network, and the board doesn't seem to...
Hi,
We've got a board with a fairly limited power supply in production and it's expected to brown out under certain conditions. As such, I need to verify the reset loop...
Hi community,
ncs-2.6.0 I'm using.
I'm trying to enable bmi270 as I enabled adxl362(is already working), both are connected with SPI.
but it shows me this kind of...
In my project I use MPSL for a combination of BLE, ESB and flash sync. The BLE/ESB timeslot handling was implemented following this example: https://github.com/too1/ncs-esb...
Where to find the sample for nrf5340 net core that is written by default. I mean when I use BLE observer sample with zephyr controller there is some code that goes in Net...