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...
Hi,
I have compilation error to use SPI.
Checking project status Building ‘ble_app_beacon_pca10056_s140’ from solution ‘ble_app_beacon_pca10056_s140’ in configuration...
Hi,
I am trying to get the nRF-IEEE-802.15.4-radio-driver found at GitHub to run on my nRF52840 DK.
Does anyone have a check list or can explain how to link the files...
Hello,
I'm wanting to start a project with the NRF52840 DK in Segger Embedded Studio. I went through almost all of the tutorials and set up the SDK.... etc but I have...
hello.
I used 52840 act as center device.whose RX TX connected to my another MCU(MTK7688 UART). This is a IoT-GateWay. now I want to upgrade the 52840 application. BUT,...
Hi
Two years ago our device was tested using nRFgo Studio 1.21.2.10 Direct Test Mode.
How can I know if the nRFgo software used BLE 4.2 or 5.0 during the tests? The only...
Hello,
We are making a custom application where we have several ble-mesh server nodes (nRF52832), and one of them connects to an Android app, acting as a proxy. The app...
Hi All,
I want explore BLE5 extended advertisement with nRF52832.
Using "ble_peripheral\ble_app_blinky" code from SDK16.0.0, facing " NRF_ERROR_INVALID_PARAM (7)" error...
Hi, I ported the TimeSync example devzone.nordicsemi.com/.../wireless-timer-synchronization-among-nrf5-devices to the current SDK 16.0.0 and S140_nrf52_7.0.1_softdevice. But...
I am unable to set the PA/LNA Mode on NRF52832 using SDK 14.2 ( Soft Device Version S132 5.0 ) using the Fansttel BT832X SoC.
i have used the exact function on the below...
There is the nRF52840 specifications sheet at the reference circuitry there is a pin 74 that is indicated as ground, what is this? 74 does not seem to line up with the method...
I don't know if this something I'm doing wrong, a Segger stupidity, or something else. I'm using SES and copied the examples/ble_central/ble_app_blink_c project to another...
I am struggling with excess current consupmtion using uart+fifo. It seems like ~300uA is drawn by UART and disabling via app_uart_close() doesn't help.
I have checked all...
HI,
I have nRF9160 modem DK. I am working a project based on http sample.
The LTE is initialized through the call:
w_lte_lc_init_and_connect();
But after ( in the...
Hi, In my current project I'm implementing an ANT Shared Channel topology, where in each channel period the master polls a slave with an acknowledge message and receives the...