I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
Hello Everyone,
I am new to keil and nrf51822 programming.
Currently I am using softdevice s130 with hex file for bootloader from
folder : nRF5_SDK_11.0.0_89a8197\examples...
Hello,
I would like to instruct my application to read the battery voltage on my nRF52pca1040 DK, I am intending to do so through the SADC.
I will feed the board with...
Hi,I have some problems in debug with experimental_ble_app_buttomless_dfu project.
First i build the experimental_ble_app_buttomless_dfu project,so i get the app_buttomless...
We am improvising nrf blinky application, we have got stuck in a problem, after button is pressed from nrf52-dk code goes into forever loop and after a while connection is...
I have two nrf51822 modules and first one is sdk8.0.0 / s110 / peripheral device, second one is sdk10.0.0 / s130 / central device. I've sent a 10-character data array like...
Using:
SDK14
Softdevice132 V5.00
app_uart driver with legacy, no easy dma.
UART is set up with hardware flow control.
The pins should be set up correctly: rx-tx , cts...
i want to konw ble evt struct 's content of meannig . i want to find what's the return value when packet send fail and what is the channel id different from other ruturn value...
Hello,
I want to falsh nrf51422 device. I ma developing software using Eclipse and SDK_7.2.0.
The soft device is 130. I have build the project successfully and Hex/elf...
Hi
I'm trying to communicate between nrf51-DK and arduino using twi. I was able to send data from nrf51-DK to arduino using nrf_drv_twi_tx but when I'm trying to send the...
Reference PWM_driver sample code,
I set the customer status of the LED,
And it also can change status by button,
static void bsp_evt_handler(bsp_event_t evt)
{
void...
Hi,
I want sample code for configuring baud rate of UART from mobile application (nRF Connect). So I don't need to hard-code the baud rate in my program.
Please share...
With version v2.0 of S332, I checked for a return of BLE_ERROR_NO_TX_PACKET when using the ble_nus_string_send function. I use this test in a routine which writes buffers...
I called these command:
nrfjprog -f NRF52 --eraseuicr
nrfjprog -f NRF52 --program app.hex --sectorerase
During the eraseuicr I see:
Erasing UICR flash area.
Applying...
Hi there,
for my Application, I want to listen for all BLE packets on a fixed channel.
No SoftDevice is used.
I receive all packets as long as BASE0/1 and PREFIX0/1 and...
now, i have a question: i have a buffer 100byte data to send, when i send data package via sd_ble_hvx() continus,delay 20ms after each send ,but it will lost some data , i...