Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
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...