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...
hi guy.
i'm developing such a joystick device Board(HID) using nordic nRF51822, BLE mode.
i have tested many android cell phone & pad and i didn't have connection problem...
Hi,
I don't know if this is a dumb question or not, but here it goes.
Since I'm new to the nRF51822, I've been playing around with the ble_app_hrs sample project. To...
I keep getting an error:
../src/main.c: In function 'ble_stack_init':
../src/main.c:517:5: error: implicit declaration of function 'softdevice_ble_evt_handler_set' [-Werror...
I can't get Puck to work.
I did get it loaded on nRF51822-mkit, but
it doesn't advertise (can't see anything on App nRF MCP).
same hardware is working with mbed...
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...
Hi, I'm porting the nRF8001 library to a PIC, and now i'm having trouble with the setup process: After i get the DeviceStartedEvent the uC starts to send setup messages, and...
Hi,
I did some small applications using RFduino, and now I will start developing using Nordic sdk.
I'll list some features of my application:
a hardware with no...
Hello,
I'm checking the sleep current with nRF51822 DK board, and have two questions.
sleep current is 2.35uA.
In the datasheet, there is only typical value as...
Hello,
as the S310 V2 uses 11k (9k static plus 2k stack) out of 16k ram. We are running into seriouse memory shortage. Is there any chance to that the S310 memory demand...
Hi.
I'm doing a project on S120 Softdevice and in "ble_gap.h" file (included from S120 catalog) i have noticed sd_ble_gap_adv_start() command. I tried to use it but i received...
Hello,
I'm trying to do a synchronization of two devices over BLE. I want to be able to open a scan window only for as little time as possible to receive a timed advertising...
Every once and a while a compile will result in dm_init() returning NRF_ERROR_INVALID_ADDR. Looking at device_manager_peripheral.c:dm_init(), it looks like this error is coming...
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...
Hi,
I want to periodically send data through nrf8001 so that once the connection is established for a particular service, i can periodically send data . So how to create...
Hi nordics!
I want to using app_data for preserving data.
For that.
First, I change the value DFU_APP_DATA_RESERVED to "0x0400"
Second, I change the memory start...