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:...
Hi, using the Nordic power profiler 2 (PP2) kit to measure the current draw of my nRF52833 DK. I have followed the instructions to setup/prepare/wire the PP2 to my DK and...
In the task, when I do a TWI read via nrf_drv_twi_rx(), in the second iteration of the thread, the driver function returns NRF_ERROR_BUSY.
Is it that the driver takes longer...
I've built a custom board using nRF52832 which uses SDK 16.0.0 and softdevice version s113. A part of application is audio streaming/ decibel calculation and transmission...
Hall Mr. Nordic,
I'm sending a 16bit payload with 51822.
The receiver 24L01 is receiving all perfectly. The receiver 52840 is loosing the first two bytes ...
nRF51822...
Hi,
I'm using nRF52840 as my server and the android mobile is my client. At the client end, I'm using the nRF Connect app. It seems like the 50 bytes of data is taking around...
Hello,
I have an nRF9160 DK board (I believe the version is PCA10090 1.0.0) and would like to use the external flash that comes with this board.
Upon inspection, this...
Hi,
I'm seeking help on debugging the network core with Visual Studio Code. My project is not based on a standard SDK and hence I think VS code will be easier to setup than...
hello!
I have an issue, I need to read data from a Module, then I send that data using USBD..
when I put that code in for(;;) before while(true) the port is activated...
The nRF52840 DK has a 64 mbit external flash on board. The MX25R6435F.
It's performance is too low, in terms of erase speeds - It takes several minutes to erase the entire...
I'm trying to upload hex files to my NRF52832 with nrfjprog in command line and got the following error:
My log file:
I've been searching and searching, but could...
Hello,
I am new to the NRF52 SoC and BLE development. I've been using the ble_app_template and following along this tutorial to learn more about BLE development. I'm having...
I am developing a mobile application using React Native.
I wish to integrate a 'lost tag' functionality using a BLE tag.
The BLE tag will be placed near the item of interest...
Hi, The purpose of this is to have a software Power ON/OFF button, when I first start the firmware, it automatically goes OFF. Then after a long press on the button, it should...
I am using nrf52832 controller and interface with MAX30102 sensor. when i tried to read heart rate in nrf connect application , it shows Sensor Contact not supported.