Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
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...
Hello ,
I am working on nRF52832 using sdk 16 version .How to change the device name dynamically . Actually I want to set the device name via BLE command from the application...
I wonder if the nRF5281x can work in the "LE Advertising Extensions" mode, which seems to be like in Bluetooth 5.0, when data is transmitted by secondary advertising packets...
Hi,
I would like to ask if there is any program which i can use to update firmware Over The Air on nRF51822 chip from Windows command line. I know there is that possibility...
Hi,
I understand that NRF connect source code is unavailable.
However the toolbox Nordic App is too heavy.
Is it possible to get a small Scan Android App source code...
Hello I use nrf52832 and sdk v17.0.
I'm using a battery and I can check whether the battery is charging or not. And I'm going to turn off the Bluetooth function while the...
Hi,
I started a project from scratch and I want to write a simple UART printf solution for debugging for my NRF52832 on PCA10040 DK. I know there's a LOG module but it...
I'm working on a BLE peripheral that will connect to both iOS and Android devices. It is important to maintain connection during usage so I consider increasing supervision...
Hi! Are there any existing solutions to send the NRF_LOG output over BLE or to write it straight to a flash/SD-card? If not, would editing the macro's in nrf_log.h be an appropriate...
Hello,
I have a gateway project where I need to receive data from BLE and send on ANT network. As a first step, I took the NUS or ble_app_uart and changed the softdevice...
Dear Members,
I saw ST7735_DC_PIN and ST7735_SS_PIN, which one should I connect to my LCD it has only CS pin ?
ON LCD board ST7735_SCK_PIN 47 --> P1.15 PIN 3 SCK ST7735_MOSI_PIN...
Hello Everyone,
I am using nrf52 dk development board. I'm having a problem when I load my ble_app_uart example . I am getting an error message Error: Flash Download failed...
Hi,
I'm trying to use the nrf52832 as the SPI master to get read/write flash ic MX25L6433FM2I-08G(address - 0x00 to 0xFF).
In loopback case got data but when interfacing...
SDK: nRF5_SDK_for_Thread_and_Zigbee_v4.1.0
I get started with Zigbee Door Lock Example in https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/zigbee_multi_dynamic_door_lock_nus_example...
Hi,
We have ordered nr51822 chips in the past. Recently, we made a new purchase and on programming we have discovered that the FICR register information is different for...
Hi Folks,
I am currently implementing a power down routine onto the nRF52840 SoC and I have some questions regarding the right way to configure to system On sleep mode...