Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
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...