Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
pm_peer_data_remote_db_store() stores an array of ble_gatt_db_srv_t.
pm_peer_data_remote_db_store() calls pm_peer_data_store(), which requires a buffer whose alignment...
Hi, I downloaded the latest SDK V12, coped the example HEX from the BLE Beacon and it worked fine. I tried to then compile using Keil, it compiled,
when upload again blinky...
Hi all,
I am using PCA10040 (nRF52832) and I want to create a ble mesh network. I know that this SDK contains some examples for mesh, but I am not able to find something...
Hi!
I have an implementation running with a peripheral sending notifications to a central at 27.5 ms. They are both configured with HIGH BW. Sending of notifications is...
Hi,
PTX:
based on the SDK11 "\examples\proprietary_rf\esb_ptx\pca10040\blank\arm4\esb_ptx_blank_pca10040.uvproj",
what I changed is delete the "nrf_delay_us(50000)" in...
I am simply trying to add a custom service to the HRS example. When I build in regular s132 armgcc it works no problem shows my blank service with nothing special. however...
Hi,
How can i disable peer manager from the buttonless DFU example. if just disable the peermanager by removing the code and editing sdk file, its not working.
i am using...
Hi All,
I am working on BLE+SD card.I am getting following error:-
*** Using Compiler 'V5.06 update 4 (build 422)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target...
I have a app that stores some calibration information in flash (1 page at 0x7F000)
When I booted now I noticed it has replaced it with "DEADCODE" following some hex number...
SDK version 12.2 and SoftDevice 132 and Dev. Board 10040
I am trying to run the ble_app_beacon example with NRF52832 DK. I have imported the IAR project into Segger Studio...
Hi,
I bought the nRF52840 in april. The problem is that my iPad doesn't detect the nRF52840. Also, when Itry to upload a .hex file on it, the board tells me that the upload...
Engineerings, We are looking around to find a way to prove that the hex file burned into the device is really the result of the original source code. Is there any idea/way...
Hi Guys, I try to implements the ctrl-C/V for bluetooth HID keyboard. But from SDK, I can't figure out how to send two keys. Even I do not use buffer_enqueue/dequeue in order...