I want to make sure I'm far from ever having a stack overflow event. Is there a way in the IDE or elsewhere to monitor this risk? The map file produced after a build?
I am working on BLE. I have created a service using read property(services_set_barometer_service_barometer_data(void *src, int size))
After connection is set-up i am calling...
Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
Hi all,
I have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
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...