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...
I'm trying to send radio frame in timeslot but it's not working. From what I see with an spectrum analyzer, only the first frame is sent.
I am able to make the radio works...
Hi,
We are developing an application with a custom nrf5340 board in which beacons are sent periodically every 100ms. We have been analyzing power consumption with a Power...
Hi there!
We faced the problem of not being able to perform Legacy DFU with Android 10 and newer iOS devices and have since applied the fix. However, since doing so we observed...
Hello,
in our design we use a RF switch behind the ANT LTE antenna I/O of the nRF9160. Many RF switches need DC blocking capacitors in series with the RF signal due to their...
Hi everyone,
When we want to enable a module we usually enable it from the sdk_config.h by setting the desired module to 1 (for example #define NRFX_SAADC_ENABLED 1). I...
Hello, I am using nrf52810 and S112 Softdevice.
After initializing uart, use uart close for uart sleep.
Then the uart close will be checked.
I want to make an uart init...
I have an nrf52832 based device and a mobile app that I'm working on. I'd like to be able to turn the device on via the app, so wake on BLE seems the way to go.
I'm a neophyte...
Hi,
I am working nRF52832 and sdk 16 version. I want to get the RSSI value of my peripheral device nRF52832 and send it to central (phone) over ble ? how to do that ?
...
Hello.
When scanning with the iOS app nRFconnect, the device name is displayed, but when scanning the same device with the Android app nRFconnect, the device name is "N...
I'm trying to test polling on the Thingy91 using the Asset Tracker firmware. However Ion function sensor_sample_fetch_chan(..) I get returning error: -134. I can't find any...
Hi
I created my own application and want to enable CONFIG_DFU_TARGET_MCUBOOT.
But like the picture shows, this marco is still grey in the dfu_target_img_type() function...
Hello, We are looking to send around 1000 Bytes on characteristic. On android app we used Nordic apis to send long write for sending 1000 byes but I am receiving only 509...
Hi team,
My customer is working on design with nRF52832, and they want to know how to defer the low drive mode and high drive mode as below?
Also, shall that be configured...