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...
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 have a custom board using nrf 52382 with NFC. While Developing application I have checked nRF52832 Revision 2 Errata .
I have a question related [218] NFCT: Frame Delay...
Hello,
Our application runs over nRF52840 + SDK16 + FreeRTOS and we are using libuarte application to drive the UART. We found that the app_timer_freertos.c doesn't provide...
Hello ,
When i am using sdk functions with freertos some of the callbacks/functions requires (for example) xTaskNotifyFromISR() instead of xTaskNotify .
So how can i decide...
I am going to mass-produce beacons with built-in ble uart app sample.
However, I am not sure those produced beacons will have unique mac-address.
In my view, those are...
Hi all i am trying make a communication between esp32 and nrf52840 using UART. Initializing the uart driver was proper and pins also correct. when nrf start transmits then...
Using nrf52810 SDK 17 ble_app_hrs for my example, and i add some code about the passkey
Now the situation is after I enter the passkey on my Iphone nRFconnect app, and if...
As with my recent inquiry about a softdevice assert at PC=0x24e70 , I'd like to know which assertion fails in softdevice S132 version 7.0.1 at PC=0x157ec.
Is there a table...
Hello,
I observed a weird behavior when I changed to nRF52840-DK from nRF52840 Dongle. I am using the device as an SPI slave connected to a Raspberry PI as SPI master. ...
While trying to execute the light switch example, i was able to set the nrf52840 as evaluation board as proxy server but failed to do the same with the dongle.
2)When...
Hi,
When running the at_client example, I send the AT+CFUN=1 command via the LTE link monitor. After a few seconds, the nrf9160 reboots.
I want to say that before my program...
Hi all,
Currently I am working on my first project with the nrf52832. All is going quite well, but I would really like some help with my flash layout, basically I got some...
I'm attempting to control the microphone level from Windows 10 and Mac OS by configuring a Feature Unit.
The USB audio example demonstrates how to configure a feature unit...
Hi,
I am using the uart example from https://github.com/Rallare/fw-nrfconnect-nrf/blob/nrf9160_samples/samples/nrf9160/uart/src/main.c
I want to read serial data from...
I'm making my own protocol on nRF52832 devices and I'm wondering if there's any possibility to have data corruption when CRCSTATUS contains CRCOK value.
I'd like to get...
hi all,
I am using the following example:
"..\nRF5_SDK_12.3.0_d7731ad\examples\ble_peripheral\ble_app_uart_adc_scan_mode" to send via bluetooth data coming from ADC. ...