I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
Hello,
I am using nrf51422 with stm32L0. There is a uart connection between nrf51422 and stm32l0. I want to transfer data from stm32l0 to nrf51422 through usart and push...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
When I connect to nRF52810 with RTT viewer and then unplug J-Link probe from the device without properly closing the connection in RTT viewer, the current consumption in deep...
Hi everyone,
I want to measure the total execution time of saadc_sample() & saadc_callback() functions. I am using the application timer and I have inserted the app_timer_cnt_get...
Hi everybody, I am a beginner and I need your advice to start to modify the example of Radio Receiver/Transmitter. Ultimately my goal is to measure the time between the reception...
Error message from KEIL CMSIS D/L :
Update available for ARM::CMSIS (installed: 5.6.0, available: 5.7.0) Update available for ARM::CMSIS-Driver (installed: 2.5.0, available...
I have developed an bootloader operating with external flash for image storage. For the use case it is not acceptable to put the device into an inoperable (no-application...
Hello,
I've been looking at this post devzone.nordicsemi.com/.../ in regards to characteristic lengths.
I'm still not clear on the matter. Currently I have initialized...
Hi, I'm confused how to do fota of mcuboot on the nrf9160.
The source code is public on github in this branch: https://github.com/ExploratoryEngineering/nrf9160-telenor...
I just installed NRF Connect on an Archlinux via the AUR , but I cannot install any app. I even upgraded the package to 3.3.3, but I always get:
Error
Unable to...
Environment: nrf9160DK v0.8.2 nRF Connect SDK v1.2.0 Modem firmware: v1.2.0 Toolchain: gcc-arm-none-eabi-9-2019-q4-major-win32 I started with the nrf mqtt_simple sample and...
Hi,
I have bought TMP117 with NRF52832 from Nordic, a wristband becon module. I am new to this boards. I want to create my own Android app. I want to know how to do this...
Helllo,
i'm using a custom shield with the Thingy:52.
I need to control some TWI chips, but these chips (ADG728) have only one register.
I have done a specific driver...
In the nRF5 SDK v15.0.0 there is an example for beacon. (in my case ble_app_beacon_pca10040_s132)
This example works fine and acts as a non-connectable unidirected beacon...
Hi, I'm trying to add Characteristic User Description 0x2901 and CCCD 0x2902 to a characteristic. It seems 0x2902 always comes before 0x2901 in attribute table. Is there any...