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:
...
Hi all,
I have an issue on my device. We have implement OTA update but sometimes, the nfr stucks on DFU mode after the update. Even if the update is succesfull.
We use...
Hi All.
I am checking battery autonomy with different settings in my Module (with an nRF52840 SoC inside) since, in my project, this is a critical restraint. I am feeding...
now, I need transfer data between nrf52840 (base on zephyr OS) and python app through PYSERIAL. Is it possible to use something like RTT or shell_uart to transmit/receive...
How do I switch between being SPIS/SPIM with the Zephyr library?
I am using ncs v1.9.1. I have code that works separately as a slave or master but I need to make it dynamic...
I want to use +8 dBm TX power so I added CONFIG_BT_CTLR_TX_PWR_PLUS_8 to my prj.conf, and then realised it doesn't do anything.
I then found set_tx_power() on these pages...
The problem: We are getting a hard fault immediately after jumping from the bootloader while trying to initialize the nRF USBD driver. The fault happens in nrfx_power_init...
Hi,
We are trying to integrate a remote controller functionality for smart TV and set-top box etc, using our product based on nRF52832(nRF5 SDK). I understand that we can...
I am trying to use a SPI bus with three MAX3109 chips attached to give me 6 UARTS. My overlay is defined as follows:
& spi1 {
cs-gpios = <& gpio1 13 GPIO_ACTIVE_LOW...
Hello, I'm working on a s332 application and I need to include the DFU feature in the code. I've managed to perform a DFU on s132 applications following examples like this...
I've built and able to the run the 802.15.4 RF Phy Tester but it doesn't seen to recognize any of the custom commands. Can you provide more insight into this please?
Please ignore Product Type I selected - i set it to just select that to something.
I'm planning/designing a comm box, which needs to speak to ZigBee based nodes/sensors...
Hello
I'm a beginner. I am using NRF52 series and coding in segger embedded studio. I have modified the ble_uart example and added some extra code so that I get the sensors...
Hi,
My customer occur a problem with nRF5 SDK10.0.0, the sample ble_app_hids_keyboard.
We test the sample on nRF51DK.
We connect the DK with an Android phone, and bonded...
Hello, I downloaded the NRF5 SDK for mesh. I want to make the light switch example. I installed the server and client software on two different cards. I want to make the necessary...