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 a beginner, i am parsing a dimming example. i have two client and server boards, as well as an nRF Mesh application. I can change the brightness of LED by pressing...
Dear Sirs,
I have dveloped application based on the ANT rx HRM example and with nrf52 SD board works perfectly (pca10040(
I would like to move to this application into...
I am using ble_app_gls s130 SDK_11. Is it possible to have pairing with static passkey without bonding? This is because the nRF device will be connected to different smartphones...
I am working on the nr sdk for mesh application,When the nodes conncted to the network , it needs to configured before using nRF mesh app ,My device also configured through...
I am using nRF52840 with nRF5 SDK for Thread and Zigbee 1.0.0 on the nRF52840 development kit.
The Release build of the mqttsn_client example compiles and runs fine.
Using...
To start, this was a functional unit and I had been installing test firmware into it.
As of a couple of days ago while attempting to read and write to my nrf5340-PDK module...
Hello,
I am using pc-ble-driver-py 0.14.1 running on python3.8 and Ubuntu Desktop with nRF52840-Dongle. Dongle is running connectivity_4.1.1_usb_with_s135_5.1.0.hex. Dongle...
Hello,
I would like to understand difference between Manufacturer ID (5 bytes), used in ble_dis_sys_id_t type and Company ID (2 bytes) - used in advertising of manufacturer...
Hello,
we made a custom board using the chip nRF51822 and were able to use the template project in \..\examples\peripheral\template_project to make a button switch the led...
Hello,
I can't set the memory map into segger with a zephyr project.
For example for blinky project into ncs/zephyr/samples/blinky.
When I go to Project->Options, I...
Hello, we use the nRF24LE1 (24 pin) in a product, that is in production since many years. In order to process a FW change request I need to test the FW on a nRF24LE1 (48pin...
Dear Devzone
I have an NB-IoT application running on a Thingy:91, that wakes up every two minutes and sends a small package over TCP to a remote server. I'm using a Keithley...
I have been slogging my way through documentation and examples and have managed to create a beacon application using the development kit and Segger IDE. That said I am fumbling...
We are working on the GPS sample code found in the ncs\nrf\samples\nrf9160\gps folder of the nRF Connect SDK 1.1.0 tag in the repository.
The modem firmware version we...
If a record in a file with MESH_CONFIG_STRATEGY_ON_POWER_DOWN have been changed the NRF_MESH_EVT_CONFIG_STABLE is never emitted until mesh_config_power_down() is called. ...