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...
I am testing the RTC example in nRF5 SDK v17.1.0.
This example shows LED1 switching at a rate of 8 Hz and LED2 lighting up after 3 seconds.
This is confirmed.
The programme...
Hi Nordic,
We are preparing to validate a product that contains the UBlox BMD-340 with the Nordic Softdevice. We would like to use the Nordic Semiconductor “nRF Connect...
I have a problem with sagger embedded studio I have downloaded latest version for m1 MacBook Pro (I have m1 max version of MacBook) and I have this problem I am using Segger...
I used the central example to scan for BLE devices.
I was able to see the Mac address and UUID in the advertising packet data buffer of 31 bytes. But I couldn't see the...
We are supplying the nRF52840 from 5 V into the VDDH pin. We are not using the USB interface, so VBUS is grounded.
When we apply power to unprogrammed devices and measure...
Hi,
I am developiing a project for BLE scanner with PCA10059 based on "nRF5_SDK_16.0.0_98a08e2\examples\ble_peripheral\ble_app_hrs".
Even after enabling DCDC and adding...
I am using an nRF52840 DK board that I just bought, but have ran into a weird issue that I have never come across when using our old nRF52840 DK. I have a script that I use...
Hey all,
Not sure if this is the venue to raise this issue since it's not hardware related.
I've been trying to register for nRF Cloud to no success. I've used three...
Hi,
This is a question targetted probably more to the community (epsecially portuguese part) than to Nordic support, but of course I will be very grateful for feedback from...
I just wanted to verify, if I used Radio Notifications to inform my code before an advertising broadcast, does the event trigger pre or post the addition of the Adv Random...
I noticed that the at command interface library was removed in NCA 1.9.0. I am trying to update my application from NCS 1.7.1 and need to fix broken dependencies.
Why was...
We have a multiprotocol project running BLE and Zigbee Stacks. The device always operate on BLE, but Zigbee is optional. The project is developed using NCS with zephyr revision...
Hi! I need to understand how my board is working. Right now I'm writing code on Visual Studio Code then I flash that on my board. I need to know in all of this how I'm using...
I adding an Event to Asset_Tracker_V2. I have created bms_module_evnet.h and bms_event.c files in events folder and bms_module.c. I have defined inclusion of these files in...