I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
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...