Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hi,
I am using sdk 14.2.0.
i am using freeRTOS,created 3 threads.
all are running fine,but just for while(2 - 3 minutes).
after that, all the threads stoped.
may...
Hi,
I am doing OOB commissioning with OpenThread. According to section 10.12 of Thread 1.1.1 specification, Active / Pending Operational Datasets need to be persisted to...
Hello,
I'm trying to connect external RTC, which has a 32kHz clock on it's pin to nRF52832. So far I've had issues with connecting this clock to P0.00 pin and having P0...
Hi all:
when i add uart code in ble_multilink ,and it gived me errors like this:
"<error> app: Fatal error <warning> app: System reset <error> app: Fatal error <warning...
If I put too many characters into a serial using IRQ mode, it stops reading input.
I haven't tried polling or DMA yet.
Using
nRF5_SDK_15.0.0_a53641a
gcc-arm-none...
Hi ,
can u please provide more details about error code 4, returned by ble_ancs_c_init function.
what is this error, and how to resolve it???
thanks,
amarjeet
Hi there,
we are developing an application based on simple IEEE 802.15.4 packets, for which we use the radio peripheral. Every example found in the SDK starts with switching...
Hi
I would like to perform a connection over 2MPHY instead of 1MPHY; is there an example to show this? This should be doable according to the softdevice v6.1.0 changelog...
Dear Nordic
I am doing a project that has a multilink one central and ten peripherals.
So I started with ble multilink multi role in here . I added ble_nus_c and uart...
Hello everyone,
I am developing a ble device and cant get under 7mA.
For test i used example application. BLE Beacon example. And the hardware part is realy basic. Only...
Hi,
We need to design a network with one master and 36 devices connected, with "long range" capability, exchanging sometime messages from 100 to 4000 bytes.
The number...
I understand from forum post https://devzone.nordicsemi.com/f/nordic-q-a/19250/the-number-of-central-connections-in-s140 that S140 v5.0.0 1.alpha release supports 8 concurrent...
I understand that Nordic provides a proprietary DFU via the BLE mesh. What mechanisms are in place to ensure that all packets reach their destination, e.g. acknowledgements...
-Using SoftDevice S110 8.0.0 for the nRF51822_xxAA.
-UART0 running on 19k2 without flow control (only rx/tx) and using irq priority APP_IRQ_PRIORITY_LOW (=3)
-Using the...