Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
To save energy, we want to sent connectable packets infrequently, say once every 10 secs. We also want to send some status info more frequently (once per sec) using non-connectable...
Hello. We are an OEM design company that is in immediate need for a BLE solution that will be compatible across the assorted phones in the market. Very new to BLE and only...
I am developing an application using Nordic SDK 8.1 for BLE that requires a low power consumption. To lower the power of the slave BLE device I was able to lower the advertising...
Hi,
My board env as below:
nRF52832, pca10040, SDK14.2.0, S132
I am trying advertising sample according to the tutorial
devzone.nordicsemi.com/.../
The "Address...
Hi,
I'm trying to build and install my first code that uses the BLE / softdevice to my NRF52-DK
I'm using Windows 10, Eclipse/gcc and nRF5_SDK_14.2.0_17b948a I'm able...
On my peripheral I filter the devices connected and refuses them when not bonded.
When a device not bonded tries to connect to the peripheral, it forces the disconnection...
Hi,
I am using nrfsdk11 nrf52 and s132 soft device. In my code,I am doing this in main();
void fs_evt_handler(fs_evt_t const * const evt, fs_ret_t result)
{
if (result...
hello sir,
i am using ble mpu example and it working fine now i want do send some commands from mobile to nrf52832 chip via these commands my application should work.
...
Hi everybody,
I will to use the nRF52832 QFAA for a drone, and I carried out this schematic for this chip.
I have two questions :
For the capacitor C6, which value should...
I'm trying to start my app from the bootloader, which is funcionally basically the same as the one in nRF5_SDK_11.0.0_89a8197.
To start the app I call bootloader_app_start...
Hello.
I use nRF52832 and its dev board, S132 soft device. nRF5 SDK v14.2.0 is the version number.
I want to change some manufacture specific data from mobile app. Like...
I am working on the nrf52840 kit with the ble_app_beacon example, compile and download the code successfully. But I don't know how to test whether the kit is advertising,...
I have my own hardware design with the nRF52840 on it. I more or less copied the whole radio/antenna part from the dev kit reference design. The blinky example works fine...