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 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,...
Dear sir,
Sir i am using MDBT42V module. I want to know that whether the SCL & SDA pine are internally pulled high in this module ?
Regards,
Manoj Hiwarkar
Hi,
I have a problem where I am getting NRF_ERROR_RESOURCES errors 2 out of 3 times when sending notifications from my peripheral to my central. I think this is caused because...
I have designed a custom board with a TF325J32K7680 32KHz clock with +-50ppm tolerance, for the 32MHz I am using the CX2016DB32000D0WZRC1 with +-40ppm tolerance.
Simple...
Hi,
Within each example in the NRF5 SDK there are a number of folders including
arm4
arm5_no_packs
armgcc
config
iar
I'm having trouble finding an explanation...
Hello everybody,
I used SDK14.2.0 , S132 .
I keep the data from nus_data in the uint8_t array. Then I am trying to write the array with use fds_write.
My fds_write...
Hi, I would like to add source files to Projects with a reltive path. The reason being that I would like to have my own code in a cloud based directory and code from SDK in...
Dear friend,
To u se the Power Monitor for current profile measurement of nRF52832, I prepare the board by doing both of the steps described below:
(1) Short solder bridge...
Hi There,
I currently using PCA10040 development kit for my project. I tried to merge with \nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_blinky\pca10040\s132...
Hi
We have a product with Nordic nRF9E5 coupled to Texas CC1190 amplifier.
We are seeing transients at start and end of TX; worst at end. We appear to be non-compliant...
Hello, we are using SDK 5.2.0, SoftDevice 6.2.1 S110 on the peripheral side and S130 on the central side.
We have implemented a serial data link between the two, the central...
I have made a custom PCB with the nRF52832, following the circuit reference, I used the C3 and L1 for tunning the antenna. Instead of a chip antenna I placed a wire in the...
The NRF_LOG library apparently uses memobj, which uses balloc. I assume that means I need to add some blocks in my sdk_config (i.e., MEMORY_MANAGER_SMALL_BLOCK_COUNT, etc...
Hello Guys,
I have some measurements for the determination of the maximum range and the energy consumption. The experiment is based on the ATT_MTU throughput example, nRF5_SDK_14...
Hi,
We have a BLE peripheral device that is used as a mouse/keyboard (nRF52832 SDK 14.0)
The peripheral pairs with most central devices just fine (including Mac and PC...
I have two nrf51 development board. A is PRX, B is PTX. now B can send payload to A , and A can receive and response it by ACK. But some times A want to send payload to B...