I am working on BLE. I have created a service using read property(services_set_barometer_service_barometer_data(void *src, int size))
After connection is set-up i am calling...
Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
Hi all,
I have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
Has anyone experience of successful TICK_DV calibration for nRF9E5? What order of accuracy should be achievable?
In my application I maintain a software RTC clocked by...
hello, i am using nrf52 dk .I was testing example twi scanner.I want to read slave address.So i am using twi scanner example but i got error message as follow:
TWI:INFO...
Hi, I'm new here and I use nRF52832 (pca10040), I was wondering if it is possible to change a function in C / C ++ language during the runtime, that is, my idea is whenever...
Hi,
I had a problem using your (nRf's) implementation of block device with my flash memory (I think that exact model is not relevant here). I'm using SDK 15.2 with NRF52840...
Hi,
Do you have a declaration of conformity for the chipset nRF52832 ?
I need this document to justify to my laboratory the conformity of the Bluetooth module to the standard...
hi,
I have some questions, please help me solve these questions. ( I use SDK 15.2.0 and nRF52832)
1. my customer ask how many central bonded with one nrf52? (my project...
Hello,
I am trying to send data from my light switch mesh client (nRF52840) to my gateway, the nRF9160 using UART. I added the UART functionality to the light switch client...
Hello there,
I followed all the steps in the following link:
http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52%2Fdita%2Fnrf52%2Fdevelopment...
My device (nrf52832) has two signals triggering GPIOTE interrupts. I need to be as low power as possible, so both are setup to not use hi accuracy, making them share the PORT...
i need a help
As mentioned in this thread
https://devzone.nordicsemi.com/f/nordic-q-a/18512/directed-advertising-with-pre-shared-irk
in need to do directed advertising...
Hi,
We want to measure our external custom board which is not based on nRF52 chip. That board has current consumption header and it's chip draws maximum current of 60mA...
Hi:
I find a odd question when i use SES to develop nRF52832, ESB protocol is using and i need to config some different slaves with same code except the pipe num, i define...
Hello,
In my current zigbee project I have a sensor end device which should sleep when possible. I am handling the ZB_COMMON_SIGNAL_CAN_SLEEP event and have added zb_set_rx_on_when_idle...
Hi,
I am using NRF52 SDK version 15.3, Segger Embedded Studio.
I am using the ble_app_beacon example in examples/ble_peripheral, I have programmed 2 devices with the...
We are attempting to replicate the background DFU process presented in the example DFU over TFTP. Reference SDK that we are using is 15.2
What we do:
- We are trying to...
Hi,
While using the BLE advertising module, it struck me that it automatically stops advertising as soon as a device connects. This is not acceptable in my application as...