Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
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...
Hello. I have a problem. After using nfc, current consumtion still high. I found that I need use HAL_NFC_ENGINEERING_A_FTPAN_WORKAROUND macros. But when I specify this macros...
Hi All,
I am going to get EMI/EMC testing for my custom board made on nRF52832 WLCSP package. Can you please share/suggest the firmware used in EMI/EMC testing.
hi everyone
i want use s130 with my ble nrf1822 i'm wondering about the modifiaction that i have to do under keil 5 in option for target for example the configuration that...
Hi,
I try to use the dfu update OTA with ble secure bootloader.
If the Flash is erased and only the SD v5.0.0 and the own Bootloader are programmed a update OTA is working...
When making a bluetooth mesh network, what is a good rule of thump for the ratio between servers and clients?
I am thinking of implementing the server-client-model scheme...
Hi Engineers!
We used SDK13 for our Project (multilink BLE with 1xServer & 4x PeerS) and now move to SDK14.2, almost done except only USBD.
if we use SDK13 driver...
I've already tried before using ADXL345 using nRF51822 using mbed compiler this is the link.. os.mbed.com/.../
but that program can't get ADXL345 data, just UART nRF51...
I'm trying to debug a project I recently migrated to eclipse but my Peripheral Registers are empty with the error message "There are no peripherals descriptions available...
I'm building a new application based on the no softdevice template example. I pulled in the code from the UART BLE example to redirect printf to the serial interface and that...
Seems i can not find where nrf_dfu_set_adv_name_init is defined? It seems not in SDK source files, neither can find any sign on SDK documents.
Thank you.
Hello,
I have a nRF52832 Breakout Board from SparkFun. I can see from their tutorial that I can program this board using the serial bootloader that they have burned into...
Hi everyone,
I make the project whith nrf51822 BLE module and need to configure the bluetooth service characteristic as input/output for reading and writing the string-information...
Product: nRF24Lu1+
If I use the nRFGo and the nRF24LU1+ Development kit, must I use the Keil tools to be able to access the debugging port? I develop in linux and use the...
Hi everyone,
My configuration:
nrf52832 microcontroller
Softdevice S132 V4.0.2
Nordic SDK 13.0
IDE: Eclipse
I'm working with a "Stand-alone can bus controller...