Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
how to save a problem,if one Thread use sd_ble_gatts_hvx() send many package ,but i use vTaskDelay(50)( the freertos delay api ) when one package send ,then send another package...
SDK: nRF5_SDK_11.0.0
Softdevice: s132_nrf52_2.0.0_softdevice
I read an article about the connection, pairing, bonding and whitelist, there are some doubts:
Bonding...
i want to send data according the ruture value , because we all the data send ruturn value ble_evt_tx_complete ,how i can distinguish difference channel'return value
I've been trying to trying to upgrade some code from SDK 12.1 to 12.3 and it no longer fits in 16k RAM.
I initially thought the problem was this data segment in the linker...
Hi,
I recently started working with the NRF51DK,I need to read data from KX022 accelerometer via I2C and transmit the results over BLE.
I am using TWI_SENSOR example...
when i send many package from programer different place , the return ble_evt_tx_complete have many times. how i distinguish which the ble_evt_tx_complete reture is that place...
I want to add DFU function to ble_app_beacon example,but I don't know what I should do?Who can give me any suggestion?Thanks.
My board is nRF52-DK.SDK is nRF5_SDK_11.0.0_89a8197...
Hello,
i have Nrf52840, here is the code for PWM
APP_PWM_INSTANCE(PWM1, 1);
uint8_t cBuzzer::_PWM_init(uint32_t Time_uS){
app_pwm_uninit(&PWM1);
app_pwm_config_t...
In "ble_nus_c" file we can get nus_data with "ble_nus_c_evt_handler" function. We can do the same with "nus_data_handler" in "ble_nus" file. So why are there two separate...
hi
I'm testing sdk 14.0 with Nrf52 DK(pca10040)
with sdk 13.1, pwm library example work fine.
but sdk 14.0 it doesn't work. both case, building is ok.
main.c sources...
When I run an infinite loop of NOP on the NRF52DK, the led's remain dark. But when I run an infinite loop of:
nrf_gpio_cfg(
pin,
NRF_GPIO_PIN_DIR_INPUT,
NRF_GPIO_PIN_INPUT_DISCONNECT...
I have worked on the new project with nRF5_SDK_13.1.0_7ca7556. I have got an compiling error with app_timer.c. The error message is as below:
Building ‘app_timer.c’ from...