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
I'm new nrf devices,
I'm trying to flash my device via nrfgo studio but every time got error.
Here is screenshut of program:
Edit:
J-link commander connection...
Hello all.
We are novices and apologies for possibly the annoyingly trivial question.
We are starting in developing a new BLE peripheral with a custom GATT based service...
Hi
I use
sd_ble_gatts_value_get(p_beacon->beacon_char0_handles.value_handle,0, &len, gatts_valuebuf);
to get the value.
But even if I write two bytes, the len...
I want to get size of the project executable and display it in make file. How to get exact size of the executable file in make file.
Can you please provide the make file...
Looking at the documentation for SDK 6.0.0 this error doesn't seem to be a normal return from this function.
After searching the error code in to forum I read that this...
I'm using the S110 v7 SD, I want to amend the bootloader app such that I can merge it with my APP together with the SD to a single .HEX... To do so I'm taught to init. the...
Noticed that the WLCSP packages are being offered with a "build code D0". What does the D0 signify ? Any implications to programming the chip?
www.semiconductorstore.com...
I have tried to merge the hex files using mergehex, and flashed it to my device.
After flash the device is in DFU mode.
It seems the booloader doesn't know that there...
Could someone please explain or point me to rules for creation of such type for custom service?
I did look at provided examples but there are no comments telling why members...
I have a vendor specific characteristic for the battery voltage in my device, expressed as an actual voltage rather than a percentage. Values are 0.000V to about 4.300V and...
HI,all!
I recently using pstorage to store data
and the pstorage_store(); funtion always returns NRF_SUCCESS, but never triggle the cb_handler, is that normal?
by...
[environment: s110_nRF51822_7.0.0 + SDK nrf51_sdk_v6_0_0_43681 + PCA10000(QF AAG0)]
I failed to get pstorage working in my own code, then I picked up the sample code from...
My NRF51822 die. When connected, keil can't download or erase flash. But it can be found by SW port when I just power on, then it almost be unavailable at the same time. ...
Hi,
I am trying to use the RX interrupt on the PCA10001 board, using UART0 for wired communication and S110 (s110_nrf51822_5.2.1) for Bluetooth LE communication at the...