We use several Nordic chips in our BLE sensors. We bond to the devices from Android, connect to update configurations, then disconnect such that the device then advertises...
I've faced an issue while performing Exercise 2 from the Lesson 2 of the nRf Intermediate Academy Course.
When I have my dump.bin created and the debug server running, after...
Hello Nordic Support,
I am developing a bare-metal, non-secure firmware for nRF9160 using nrf_modem from SDK nrfxlib v2.9.0 , without Zephyr or RTOS.
I followed the porting...
dear all,
We are fighting with a problem that defied every effort to solve it so far, so we are asking for help. Our custom board is based on the nrf5340 SoC connected via...
I'm trying to test NFC on a NRF52840 Development Kit (PCA10056 - .Version 3.0.3), using NRF SDK 2.6.0.
I'm testing using the RECORD_TEXT sample project ( C:\ncs\v2.6.0\nrf...
I am working with a custom board based on nrf52833 , SDK 17.1.0 and ble_nus service implemented.
Final goal is to be able to connect to devices only if they provide the...
During my development, I found NRF5 SDK only supports symmetric RX/TX data length settings.
Here is the on_data_length_update_request_evt in nrf_ble_gatt.c file.
static...
Hi everyone,
I am having problems in getting the low power mode in SAADC to work.
If I enable it in the config file then the ADC doesn't run anymore.( Blank in the RTT...
HI
I've successfully executed the Light control example and remote provisioning example separately but would now like to combine the light control example with the the...
Hello!
i am testing the nrf52 ble uart example. i am able to communicate with the BLE smartphone application (rx and tx) but i cant seem to get printf commands to print...
Has anybody created a table of what SD consumes in term of Flash and RAM.
More specifically I need the resources taken by S332, which include BLE and ANT + DFU.
Regards...
we need to open uart 30s and close it 30s.there is our code:
if(sec_cnt==30)
{
//printf("sec_cnt=30 is now\r\n");//zzq
nrf_delay_ms(100);
nrf_drv_uart_uninit(&m_dtm_uart_driver...
hi
I write a function getT() to read spi thermalcouple chip.
if the function getT() is called in main() function, it will work correctly. Hence, I think that getT() is...
Hej allesammen!
I'm having trouble with the bootloader example "bootloader_secure_ble", which seems to stuck when calling nrf_dfu_mbr_init_sd. But one thing after another...
I'm using nRF5_SDK_14.0.0_3bcc1f7 and SD132 v5.0.0. In response a DATA_LENGTH_UPDATE_REQUEST event, I'm calling sd_ble_gap_data_length_update as follows:
ble_gap_data_length_params_t...
Hi,
I am using nRF52832 with S132 softdevice and SDK version 11. I am getting bad memory address error code.
err_code = sd_ble_uuid_vs_add (&base_uuid, &ble_service->uuid_type...
Hi
I have a softdevice assert problem when i run the "nrf5_SDK_for_Mesh_v0.10.0-Alpha_src\examples\light_switch\client\light_switch_client_nrf52832_xxAA_s132_5_0_0.emProject...
we use
peripheral: exemple ble_app_blinky
central: exemple_ble_app_bliky-c
Instead of a button we have a Switch.
When we set the Switch to "on" the led go on.
That...
Hi, I made a device with using NRF51822, named 'allb' the wearable device for babies.
http://myallb.com
We're planning to make a new version of it with using nRF52840...
The firmware used operate properly in the past, but it no longer does after we replaced the MCU(nrf52832).
During SOFTDEVICE_HANDLER_INIT, the MCU is stopped.
The previous...
I am working on a peripheral. This peripheral is IO display only. On the other side, the central is keyboard + display. I have a single, custom service with a single characteristic...
Hi All,
I did this tutorial : How Import a Keil uVision project Segger Embedded Studio - A Cross Platform IDE ,
but I dont know what did wrong. I still get this error...