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:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
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...
Hi,
I would like to use the nRF52840 modules for moving nodes. However, I'm concerned that the modules will not be able to cope with high moving velocities to communicate...
Hello, after getting my nRF52-DK I first tried to program it using Arduino IDE according to this guide. Everything worked perfectly as I was able to flash new firmware into...
Hi, Does BLE IPSP profile limits the maximum channels a one? I tried to change BLE_IPSP_MAX_CHANNELS to two, but it results code crashing at nrf_sdh_ble_enable() API. Is soft...
I'm finding some issues in sending data from nRF52832 using UART.
I need to send a string of length more than 100 characters.but when i
try to send,only 94 characters...
hi, I am switch from sdk 12.2.0 to sdk 14.2.0, I could not find softdevice_ble_evt_handler_set() and softdevice_sys_evt_handler_set(). what should I do with these two? and...
Hi,
I'm trying to develop something for nrf52832 and was trying to use the s130 softdevice. Using Kiel uVision 5 i added all the necessary packs, but when I add s130 to...
Hi,
I have two devices and one host. When they are in close area both of them are pairing to one host. When I switch off host, both devices looks like paired to each other...
Having gotten through the hurdles of getting my IAR project to compile and run on Segger Embedded Studio, I am now seeing different behavior between the two IDEs while debugging...
Hello,
In my application (based on app_nus_uart example, with two NRF52832 boards), one of the cases is uploading/downloading files with sizes up to 10MBytes.
In my app...
Can someone explain the reasons/benefits of using the single vs dual bank BLE boot loader?
Actually, why isn't there a single bank BLE bootloader in the example project...
I have following code which should start the app_timer and blink the LED_1.
When flashed, the LED_0 turns on and I can see the "Started." log. But the LED_1 is not blinking...
Hello,
I use nrfutil to generate the dfu .zip file, the error log is listed below. what is the reason? the softdevice is s140. thanks.
>>nrfutil pkg generate --hw-version...
ble_app_uart_c_pca10056_s140 fails with an assertion - I have downloaded nRF5_SDK_14.2.0_17b948a. For the example project examples\ble_central\ble_app_uart_c\pca10056\s140...
Hi,
I am trying to write a 120 byte data through ble to raspberrypi from my android app(I increased the MTU to the required limit). But all I am able to transfer is first...