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 I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
Can an iBasis sim card be activated without being in a device (nRF9160dk or Thingy:91).
I have two sim cards and neither will activate.
Most of the time after entering...
aoa rx hardware: nrf52833DK
aoa tx hardware: my test nrf52833 board
my test nrf52833 board download "direction_finding_connectionless_tx", use " overlay-aoa.conf"
nrf52833DK...
We are currently in the process of looking into the Bluetooth certification as part of a Homekit accessory, and the documentation raised some questions:
the QDID for the...
Hi,
I'm new to ble.
In order to better understand what is going on, on a packet leveI got a packet sniffer.
I found a device that uses a nordic chip, and am trying...
Hi, I am trying to develop an nCS application with serial flash interface, I am using an nRF52833dk & I observed that under the nCS path "v1.8.0\zephyr\drivers\flash" There...
Please guide what changes are to be done for the Light bulb example to be run in 52840 Dongle?
I am using VS Code and built the Build Configuration using the Dongle configuration...
Hello.
I am yoo at korea.
We will connect OLED with QSPI and Driver IC supports SLOWREAD.
- 8bit (Opcode: 0x03) + 24bit (Addr) + 8bit (Read value: Mandatory) + 8bit...
Hello.
I have question for QSPI OPCODE.
According to "nRF52840_PS_V1.5", WREN optional at "the custom Instruction".
- using function: nrf_drv_qspi_cinstr_xfer
...
Hi, I'm trying to use light_lightness example , and button_event_handler didn't work.
Error message is
"multiple definition of "GPIOTE_IRQHandler" "
because I added...
Hi, I'm using nRF52 DK. I'm following tutorial links 1 , 2 and 3 to learn how to add BLE OTA DFU to the example project ble_app_uart.
Step 1
Following the above links...
Dear ,
I am currently testing the UART peripheral on nRF52832 and nRF52840 using nRF Connect SDK.
Basically, I have a sensor that continues sending out data via uart and...
I'm trying to build the pc-ble-driver ( https://github.com/NordicSemiconductor/pc-ble-driver ) to be able to use the nRF52840 as a receiver for a thermometer. See https:/...
I have a custom board with NRF52833 that I'm unable to flash or communicate with using JLinkGDBServer. I was hoping for some help understanding the errors seen in this log...
Hello Nordic team!
I had a post where I verified the answer by misclick: https://devzone.nordicsemi.com/f/nordic-q-a/83749/nrf52-dk-as-central-to-discover-services-on...
Hello
I'm using nRF5340 DK with nRF Connect SDK 1.5.0 and SES IDE and I want to change the PHYs and TX power of the peripheral_uart sample ( v1.5.0\nrf\samples\bluetooth...