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...
Hi,
Tried enabling POF on while using S140 with the following code:
The board VDD and VDDH are configured to be 3.3V and in the lab, were dropping the voltage to...
getting error in running bootloader
Output/secure_bootloader_ble_s112_pca10040e Release/Obj/nrf_dfu_validation.o: in function `nrf_dfu_validation_init':
I have designed a custom board with the nRF52840 following the examples from the dev kit, dongle, and datasheet (circuit config 5). The board is similar to the dongle but...
I understand that the BLE-stack takes the highest processing priority on the nRF52 (nRF52840 in my case). So data read on one of the GPIO pins of the nRF52 may be "lost" if...
Hi guys , i'm using nRF mesh library nRFMeshProvision 2.2.3. I'm trying to connect to multiple mesh nodes and send message to all of them. In provided class NetworkConnection...
Hi all,
I am interfacing with an MCP25625 device using SPIM3 on the nRF9160 and I am receiving no response on the MISO line. I have verified the correct functionality of...
Sorry i post on 2 thread. I don't know how to delete this post.
So i modify and add the main link:
devzone.nordicsemi.com/.../total-discuss-tx-power-change-on-nrf52811...
I would like to understand the timeout values for wait for acknowledge on ESB protocol
Example, from the source code:
#define RX_WAIT_FOR_ACK_TIMEOUT_US_1MBPS (73) /*...
Hi,
I'm a firmware eng with an ancient history of h/w design.
We are in production with the nrf52840 but still do new designs.
This question is in reference to the 52840...
Hi, We were trying with a new n/w carrier in Canada ( Maxim ). nrf9160 is able to connect to the network, but it is not able to resolve our server URL ipv4 address. Below...
Hi,
I am testing RX mode.
And the module is sure to enable M1 (%XSYSTEMMODE: 1,0,0,0)
I use the following command, but return error.
AT%XRFTEST=1,1,2,19500,17,1,0...
Hello,
I´m writing my thesis and using the Online Power Profiler to get a estimation about current consumption in NB-IoT cases.
I would like to use the diagram from the...
Hi, I have developed zigbee stack.
I tested to connect the door lock example of Thread and Zigbee SDK 3.2.0 with ZC of SDK 4.2.0.
I checked connection with these.
So...
Hi,
We are going to use NRF52832 for a project, and planning to design our own PCB card and assemble the NRF52832 chips, purchased through Digikey or a similar distributor...
Hi everyone,
I have designed a project based on the Radio test example, in the Nordic SDK. After programming all my code on the NRF52833 DK (PCA10100), i decided to design...