Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi,
i am using the adc module to read 3 channels in an app_timer handler. I configure the adc each time i get into the handler to read the desired input and read it twice...
I am developing packet exchange process for betwween nRF51822 BLE to My MCU.
I modify to use nordic demo project.
It is place C:\Keil\ARM\Device\Nordic\nrf51822\Board\pca10001...
Hi,
I created firmware to nRF51822 Development Kit but I have a problem with connection. PCA10004 board is programmed to advertising packets whole the time and measure battery...
Hi ,
We are using nordic nrf51822 custom board.
In our we are not using any external oscillator.
so here is my configuration for advertisement in ble_proximity
...
Hello,
I have posted a question regarding the HID template code for the nrf8001. I would like to say that the progress from your help has helped immensely.
Currently...
I am having an interesting issue trying to send packets. Only a very small number are being received (~1 per second even when transmitting one after another), and they are...
I want to use a UICR for device serial number. Correct me if I am wrong but it is my understanding that a UICR cannot be changed programmatically like onboard flash can. So...
I'm using the UART to talk to a GSM modem. It has hardware flow control and supports a baud rate of 115200. I'm using app_uart_fifo.c, not app_uart.c. I'm using the SoftDevice...
Hi,
Does Nordic Semiconductor provide any resources (codes, macros, documents) for work with IAR or Keil's simulator to fully simulate nRF51822's peripherals?
Thanks...
Hi,
I do:
err_code = ble_bondmngr_bonded_centrals_delete();
APP_ERROR_CHECK(err_code);
till now all is ok.
But when I do:
err_code = ble_bondmngr_whitelist_get...
Hi,
I need to delete all centrals using ble_bondmngr_bonded_centrals_delete ble_bondmngr.c function. It is working but it is not cleaning the whitelist.
So, when I do...
In the example of hid_mouse, ble device will bond master when disconnect event happen.
I try to add this two codes to Implement my idea.
err_code = ble_bondmngr_bonded_masters_store...
I write this code to set my ble device power down,but it causes reboot without any error report.
GPIO_WAKEUP_BUTTON_CONFIG(LEFT_BUTTON_PIN_NO);
GPIO_WAKEUP_BUTTON_CONFIG...
I try to use 51822 to run ANCS sample(ble_app_ancs). It work well and I can get notification source and notification attributes. But I don't see any source code for get App...