I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
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...
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...
Hi,
I am trying to develop an application which recieves data over SPI and I want to send this data over ble, I am using NUS service. I am recieving 5 bytes over SPI at...
Hello,
I'm using 2 nRF58840 dev kit with SDK 14.2.0.
I'm trying to read the RSSI value of the second board from the first board using LE Coded PHY in both modules.
...
Hi every body , i have some issue if you don't mind. i rooted a board with NRF52832 SOC without PCA. i want to get a uart connection with pin 8 and 10 . It s possible to do...
Hi,
I am wondering if its possible to download a fds record on android device when connected ?
I want to save data and retrieve it when I get connected to it.
Th...