I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
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'm using the with SDK version 13.1.0 along with S140 SoftDevice v 5.0.0-3.alpha and trying to utilize the Bluetooth 5 Extended Advertising feature.
The function ble_advdata_set...
I'm periodically polling a TWI sensor with a blocking call, as in
ret_code_t err_code;
m_xfer_done = false;
err_code = nrf_drv_twi_tx(&i2c, address, subAddress, 1,...
My external application processor UART, every 5 ms @ 19.2 KBPS transmits a byte to UART RCV of NRF8001, which needs to convert this to BLE and then transmit to a cell phone...
Hello All,
I am working on nrf52832 and i designing the custom board for the same for my application , which all pins i need to select as programming pins to dump the code...
I'm trying to figure out why "some" (as in not all of them) Android Devices drop my Bluetooth Low Energy connection (to an NRF52 which I don't think is the problem) after...
I'm trying the example border router using 2 x nRF52840 boards one with CLI and the other with NCP connected to a PI. I can get ipv6 addresses and get them to ping each other...
Hi, I am trying to control an Omnivision Camera module using the nRF51822 EK. The module uses their proprietary SCCB protocol, which is very similar to I2C. However, there...
I am now using 52832 to do a project, need to send a BLE broadcast package first, and then start scan, what examples can I refer to?
Attachment is my TX/RX process,and...
Hello,
I always observe 4.0xxV from the li-po battery attached after when thingy52 stopped charging.
I think this problem maybe because of output current from the battery...
On our project we're using a Raspberry Pi 3 compute module with custom hardware and 2x nRF51 SoC running HCI from Zephyr.
We'll be delivering more than 150 of those devices...
Hello! Can I use one of the gpio pin as power source directly for other MC on my board (hx711 - ADC with current consumption in normal mode 1.5ma (from datasheet)). I understand...
Hello, long story short:
You now must use write request instead of write to write the CCCD descriptor.
Allegedly (according to a nordic employee) both types...
Hello,
We are currently designing the hardware for a production run of our product using the nrf52832 chip and would still like to have debugging capabilities with breakpoints...
I'm using an NRF51822 with soft device s110 version 7.1.0 and I'm having timer-related issues.
I create 1 periodic timer and 6 non-periodic (single shot) timers with app_timer_create...