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...
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...
Hi, I have been doing my development on the 9160DK and now its time to move the code over to the thingy 91. I managed to get the 9160 flashed by following ( https://devzone...
I modified the ble_app_gls example using the whitelist paring mode. The code is from ble_app_hids_keyboard.
1. The code goes fine when using whitelist paring mode.
2....
Hi I am using the ble nus with throughput from this github project. I can send like half of the total packets before encountering the not able to allocate uart send data buffer...
Hardware: nrf52840 DK.
Software: ncs version v1.7.0 and default SEGGER IDE for Nordic.
When I first build the machine learning application in nrf, there is no any problems...
Hi DevZone !
I am using the nRF52840 for development and after some tests one of the chips could not access its memory flash in the function fds_init() in the library fds...
What is the difference between NRF5340DK and NRF5340PDK? If so, is there any way to make nrF5340PDK into NRF5340DK board? Why I use NCS version 1.7.0, to compile nrF5340DK...
Hi,
I'm trying to implement eddystone in my application, using the example.
The problem is the I can't build my project, as I have an error regarding DRV_RTC_RTC1_INST_IDX...
Hello,
With me is two SES projects that are in need of both the softdevice and an application.
One of these projects involves combination of an application and a softdevice...
Currently am working on a project that has strict size constraints. My interest is to have the SoftDevice run without the MBR if that can be made possible. The project is...
I have been reading the nRF52840 product specification guide and find the PPI an interesting feature potential to use in my application. I'm would like if possible to connect...
Hi Nordic,
I don’t know if the question I asked is stupid, but it does bother me for a long time.
Q1 - Can I use uart(serial) interface to update Firmware (including...
Hello everyone! I am developing a prototype custom board with an nrf52840 dongle and some sensors. The first sensor is a bme280 over I2C and there is an example in the sdk...
Hi,
I am using a nrf52840 dongle with a jlink mini on the latest nRF Connect. I have modified the board dts file to reflect that I am using an external debugger: include...