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...
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 going to add NFC to nRF5340DK, but does not know from where to start NFC program ? Please, guide with required config in prj fiel, overlay file, peripheral initialization...
Hi, I'm using the example libuartes of nrf5 sdk ver16. This example worked (receive data from computer(Hercules) and send it to back) I have some customize that is when nRF...
Hi,
While Im using the nRF Connect App with Android, I can use the 'Bond' feature after Im pairing a peripheral device, but when I use an iOS device such as Iphone 13, I...
Hi,
I want to use the pca953X driver present in the latest version of Zephyr.
For this purpose I started with this exemple : https://github.com/circuitdojo/air-quality...
Hi there,
We would like process to process a Mesh DFU
Mesh: I dont know if I can call that a mesh but it's basically 4 52840_DK connected in serial over BLE using nRF5_SDK_15...
Hello,
I am using nrf52810 with mpu6050 to read the accelerometer and gyro-meter data and now i need to update the data as service data and also advertise continuously?...
Hi all,
I'm a beginner and want to learn about NRF52832 DK. But I have trouble in setting up my software enviroment and I don't know which software or IDE I could use to...
I am using NRF_LOG_INFO to debug. But in my debug terminal It will show only NRF_LOG_INFO that used in main.c only. In another .c file not show NRF_LOG_INFO
Can anyone explain for me about ble_app_uart function ? this example is too few comments about how to function work. So I can understand flow how to nRF receive data from...
I am using version 1.9.0 of the sdk and trying to get DFU working from nrf connect on desktop to a BL653-DVK using the peripheral_uart sample project but when I connect to...
Hello. We scan the surrounding Advertiser (nRF52832) with the prototype Central device (nRF52832). SCAN_WINDOW = SCAN_INTERVAL = 120ms. There is one problem. The Central device...
I entered bootloader mode (holding reset while powering up) and flashed an erroneous bin file by copying it to the mounted device in my file manager.
I suppose that to recover...
I ran into a problem. I am unable to disable or reconfigure UART1. Any changes to the file .overlay does not give effects. I paste into the file nrf9160dk_nrf9160_ns.overlay...
Hello,
I am using an nrf52832-based ble chip and try to communicate with cap1293 touch sensor. I'm using SDK 15.3 and started off from the twi_sensor peripheral example...
Hello,
I am using the nRF 52840 DK board. Using nRF5_SDK_17.0.2 I am trying to implement basic BLE advertising in my code. Also, I have turned on the RTT log. From the log...