dear all,
i need your help.
Where we are:
We use mbed software developer platform.
We have BLE Nano V1.5 + MK20 USB Board V1.0 from RedBear.
We are able to generate...
Hi:
environment:
target board: DK52 board and run LWM2M example of IOT-SDK v0.9
router: ubuntu 16.04 on VM and runs bsserver and LWM2M server on ubuntu 16.04 ...
Hi,
I'm interfacing a nrf51822 and a H8/3294. My question is how much can I drain a the txd pin of the H8/3294. That means my question isn't really about nrf51822.
In documentation...
Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
sd_flash_write(((uint32_t *)storage_addr),
(uint32_t *)p_data_addr,
size / sizeof(uint32_t));
why here size value is divided by sizeof(uint32_t).
what is byte value...
Hi,
I'm trying to adapt the HRS/RSCS relay example from the SDK to use the Nordic UART service instead. Currently I can connect to the central just fine, but if I try to...
I'm using RTX timers on NRF51 and I'm getting a 7ms per second error. (I.e. osDelay(1000) takes 1007ms).
It appears that NRF_RTC1 is configured incorrectly in SDK examples...
Hello, I am working on NRF52 customer board + SDK_13.0.0_04a0bfd
I start with ble_app_uart example, I use interrupt tigger a repeat timer(500Hz, 400 times) to sample 6 channels...
I'm having major troubles with my debugging setup using a nRF51 DK (PCA10028 V1.2.0).
When I try to connect to the board I want to debug/program (which has an BlueMod ...
Hi Everyone,
I'm currently busy going through the OpenThread API and examples to better understand what all the functions do. However, I don't fully understand where the...
Preferences: nRF52832 chip, s132_nrf52_4.0.2_softdevice
Two or more nRF52832 chip are connected to iOS and Android.
And do bluetooth off in smart phone.
this case, bluetooth...
This suggests it should be possible to change the beacon advertising content in response to events such as a GPIO input.
I'm using nrf52 DK running the beacon example (SDK...
Hi,
What should I add to the makefiles to be able to generate an assembly code? Something similar to what is seen in the debug mode of Eclipse. I have tried -S/s but it...
Hi
I want to porting to nRF52840 but since S140 SoftDevice Specification documentation doesn't exist
I can not proceed with porintg.
I need S140's detail memory map...
I am using s132_nrf52_3.0.0_softdevice.hex and sdk12 and compiling with arm-none-eabi-gcc. The problem is that the bluetooth set up just jams at:
// Enable BLE stack.
...
I'm trying to get my nRF52 BLE peripheral to connect to my phone while its screen is off and it's in sleep mode. Other consumer BLE peripherals that I have can connect to...
Hello
is this possible to reset the timer.
for example i set the timer for 10 Second.
when he reach up to 5 second then i would like to reset the timer.
i found no function...
Hi,
I just noticed that my PTX and PRX projects use different assemblers and linkers -- not sure why. I got the sample projects from Nordic. What's the difference between...