Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Hi Nordic
We are working on nRF9160 DK for our LTE+GPS product development.
We are looking for FOTA and BLE OTA Update for our board.
Is it possible to do FOTA update...
I am quite new with nordic environment .
My application is to start 2 pwm instance in opposite polarity (i.e 1 high polarity and another is low polarity with same duty cycle...
Hi,
During bluetooth DFU
I want to generate the file 'setting.hex' in the folder through 'app.hex', and burn the four files in the folder 'bootloader.hex' and...
Hi
I'm using a nrf9160 DK running sample azure_iot_hub in nRF connect sdk v1.6.1
After generating the necessary certificates and loading them to the modem using Certificate...
I want to use exported provision and configuration data with PyACI. I trired by copying all fileds one by one from exported json to example_database.json (which has already...
I'm seeking clarification on what all can be ran on the network core. In the Network Core introduction section of the Working with nRF53 Series page, it mentions `the network...
Hi everyone,
As I mentioned in the subject, how many time do we wait for sending Start and Disable commands after Ready and End interrupts in transmit sequence of nRF52840...
hi, i have read nrf52832/40 product specs. i want to know about system off and system on modes. i am not getting what they mean pls explain in simple words.
infocenter.nordicsemi...
I want to use the usb dfu along with the buttonless ble dfu, how can I do so? I want to use the usb to have dfu and also work as a vitual com port? Can I simple merge both...
Hello
Can you provide customer with the API of the attachment( nRF_DTM.exe application)? They want to integrate this application into their mass production tools.
Hi everybody,
I am working with two custom boards with nrf52840 chip, using the examples of UART central/peripheral.
I set power TX of connection exactly as the example...
I have got the nrf5340dk,then i using the SES IDE of windows。I open the sample named "peripheral_nfc_pairing sample",and build the solution,then debug it .After those steps...
I am attempting to advertise two sets, one using coded PHY and one using 1M, currently using the master NCS branch (post v1.7.0-rc2 tag). This is on a custom board with an...
Hello,
I have got the exact same issue as described here: https://devzone.nordicsemi.com/f/nordic-q-a/58275/zigbee-reporting-not-work-while-using-multiple-endpoints/236706#236706...
I'm running FreeRTOS with default tickless idle mode (CPU is woken up by SysTick interrupt) on NET_CPU core.
If the TAD_S module (Trace and debug control) is not enabled...