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...
Dear nordic devzone,
When trying to build the "ble_app_hrs_c" example project it does not build in SES.
Output/ble_app_hrs_c_pca10056_s140 Debug/Obj/peer_manager.o:...
Hi,
I'm currently investigating the Bluetooth mesh using the SDK for mesh alpha 0.10.0, I was wondering about the limitations on the re-transmission of messages. The current...
this issue might also be one of others than myself
my main development environment is based on linux ... firmware, QT, android and whatever comes along ... i used to write...
Is there native support for hardware coex lines? If we have a WiFi chip that produces a TX Active signal, can we hold transmit from the nRF52840 till that transmit is finished...
I have bought a Tayio Yuden EYSGJNZWY Bluetooth module, which is in fact just a Nordic's nRF51822 (256KB Flash and 32KB RAM) with added antenna. Tayio's files say that the...
Hi,
I have built an application which is based on BLE and protocol that supports high frequency sampling of sent messages. I tried to achive that using only BLE, but it...
Hello,
I am designing a custom board with NRF52832 IC. I have a query regarding routing of traces.
In my design, I am not using all pins of IC. Do I need to route traces...
Hello,
I am designing a custom board with NRF52832 IC. I followed the same layout design as suggested by Nordic.
But , I made some additions to reference layout. I added...
I'm trying to set up a gazell device with a channel table that is 16 channels long. This is for a pairing application where the host has a channel table that is 6 channels...
I'm using SDK13.0.0 ble_app_ancs_c example.
On connected with a phone, pm_evt_handler is called with PM_EVT_CONN_SEC_SUCCEEDED, and call ble_db_discovery_start(), then...
hi,
i want to make BLE central node with Nrf52840 for receiving multiple data from Nordic thingy 52,i am using keil IDE with Nordic sdk 14.2.0 and blinkey central(s140_PCA10056...
Is this possible to change MTU Size in nrf51822 Board from 23 to 43?
is any changes is done android side app? the application is same copy of nrf Toolbox UART app.
please...
Hi, everyone,
I am developing the project on nRF518522 and I must use the flash memory to save the data. The data must be saved while the device is conncted via BT with...
hi,
When using the UART examples I found that as long as I opened the uart_init () program will not work, debug the discovery process will be executed
case APP_UART_COMMUNICATION_ERROR...