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...
I'm trying to use Pin 0.21 as SCLK in the SDK15.2/examples/peripheral/spi/pca10056/blank/ses.
The example works fine with CLK on pin 3 (default) and on pin 29 (just tried...
Hi,
I created nrf52 project on Segger studio. I'm writing directly registers.(not SDK)
It includes i2c,uart and adc, this part is working now.
I want to add SoftDevice...
Hi,
I'm using Keil development tool.
The original bootloader start address is 0xE6000 and new bootloader start address is 0xE5000.
When I update to new bootloader, it...
hi...
What are the things I can check if I can't find my nRF51 upon scanning for BT devices? I am using nrf52832 and can successfully program the device via a Segger J-Link...
Simple and perhaps stupid, but important for me: the reports of detected devices I see in nRFConnect (desktop or mobile version) are based ONLY on BLE advertising packets...
Hi,
I am experiencing problems with the app_error_handler function defined in app_error_handler_iar_c provided with the SDK V15.0.0.
If the function gets called when debugging...
HI team,
I am a beginner of Nordic nrf52840 DK, I would like to control the AC ceiling fan using the nrf52840 board with pwm library. As, I can see we can use either single...
errr_code=sd_ble_uuid_encode(p_target_uuid,&raw_uuid_len,raw_uuid);when i debug and going to find uuid my debugger will move to NVIC_systemReset.i am running uart central...
Dear all,
I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the static key feature. But every time when I configure the static key including letters...
Hi,
I am currently trying send value to a write characteristic of the server of a custom central device with a nrf52832 peripheral device. I have been able to connect with...
Hi
I am going to use the ble_app_uart example , the sdk version is 15.2.0
I only modify the vendor specific UUID , and download in the NRF52840, it does not work, i can...
Hi there,
I am about to perform an RF emission test to my product which is using a nRF52 chip and different RF sources as wifi and cellular and I was requested to:
...
Hi,
Using the gls example, as soon as I try to connect to it using NRF Connect on my iPhone, I get the "Failed to secure connection. Disconnecting." error. Once the error...
Dear all,
I'm designing a layout with nRF52832 and in my layout I didn't use pin 37 and pin 38 (P0.25 and P0.26). I noted that in PCA10040 v1.2.1 development kit there are...
Hi,
I am using nRF_SDK_15.0.0_a53641 and writing a program with keil.
I am trying to read data from the acceleration sensor( LSM303DLHC ) by communication with BLENanov2...