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...
Currently using nordic52832 to develop products that use batteries.
We found that the problem is that when the BLE module is connected successfully, it takes 200ms to send...
Hi all!
I am developing an nRF52 application that uses RTC interrupt to measure an ADC value every 100 ms. Depending on the measured value the chip shall either go back...
I am using nRF 52 development board. Using Keil to program it. Its has 4 buttons. We can easily detect when a button is pressed, but is there a way to know for how much time...
I'm using the following code to make the beacon sleep:
static void on_ble_evt(ble_evt_t * p_ble_evt)
{
uint32_t err_code;
switch (p_ble_evt->header.evt_id)
{
case...
Hi, Developer Zone!
Can pm_peer_rank_highest function return NRF_ERROR_STORAGE_FULL code?
There is no this error code in description for function, but in the code I see...
Hi
I am sending my BT module with nRF51822 for some regulation test and the Test Lab is using Anritsu MT8852B to communicate with my module through USB-to-UART adaptor and...
Hi team,
I have seen the example of crypto in the SDK_12.3.0. I want to learnt it. But I don't know how to use it, because there is not keil project file, and I hadn't...
I use example from SDK 13 ble_app_uart_c.
I changed uuid to my uuid from nrf51 peripherial device. I get event BLE_GAP_EVT_CONNECTED
where made
err_code = ble_db_discovery_start...
Hello,
I have adapted the ble_app_uart_c project for a custom board based on nrf52832. The application already works fine, however, my peripheral is sending four packets...
Hi,
I decided to use nRFUART Example which is inside of the Master Emulator.
I am using nrf51 dongle for connecting peripheral devices.
When I run the nRFUART Example...
Hi,
I am porting my code from SR3 v1.0 to SR3 v1.1 now.
I have a problem in debugging SR3 v1.1.
In SR3 v1.0, it's fine in MDK-ARM debug session. I can set break point...
I have been working on integrating FDS into an SDK13 project using SES v3.24.
I'm not sure if the memory allocations are set correct. If I increase the FDS_VIRTUAL_PAGES...
So I have been integrating FDS into a project under SDK13. It's based on an example that Hung updated for SDK12.1. So after init of fds the method fds_test_find_and_delete...
This crystal, which is used the nRF52 dev boards and reference designs, is now "not recommended for new designs". I could find another crystal that meets the spec, but just...
Hi,
i'm currently try to figure out how to use an Android device as an IPv6 Server through BLe sending UDP packages. One of my collegues tried this example as it was discribed...