Hi Is it possible to change the MTU size with the Master Control Panel?
I am making a ble device on a nrf52 with the SDK 12 (latest softdevice) which has the ability to...
Is there a function like battery_level_in_percent for AA battery?
I know battery_level_in_percent is only for CR2032.
Even though I compensate it to make it 3V from AA battery...
I have a question about Makefile template used in all samples in SDK12.x
What is the sense of:
$(foreach target, $(TARGETS), $(call define_target, $(target)))
-include...
Has anyone used a graphics library like emWin or TouchGfx on nRF52?
www.segger.com/emwin.html
http://touchgfx.com/en/
I do not see any posts on either forums or here...
Dear Nordic Team,
I use a custom dev board with the nRF52832 SoC and the nRF5 SDK v16.0.0.
I need CoAP functionality for my project. I managed to get the CoAP Examples...
Hi guys, I am developing an mqtt-based app using board nrf9160. I tested the mqtt_simple example but it does not work. Here is my setup.
+ Broker server: test.mosquitto...
Hi, I'd like to set the alarm state of a minimal power configuration cluster that only has the attributes "remaining battery percentage" and "battery alarm id". However the...
Hi,
Is it possible to write to the UICR (with SES) without erasing it first?
Normally the boot loader sets the correct values in UICR, but for development I want to have...
Hello,
lately i've not been able to connect to NB-IoT network as i did before.
Long story short:
I'm working with nrf9160 since 3 months and i have been able to connect...
When the macro NRF_SDH_BLE_GATT_MAX_MTU_SIZE is changed in the sdk_config.h file of any example from the ble_peripheral folder, the slave sends the message Exchange MTU Request...
Hi,
I am using nrf mesh sdk 3.1.0. with nrf52832.
For iv update one condition is iv_timeout_limit_passed(m_net_state.iv_update.timeout_counter). The timeout_counter value...
Hi,
I am evaluating ble peripheral with nRF52840 SDK 16 and SoftDevice s140 on windows 10.
The SDK is copied at location: C:\Nordic_Semi\nRF5SDK160098a08e2\
The SoftDEvice...
Hello,
I am not able to connect the dots. After setting up the beacons, ( adopted ble_beacon_app from Sdk 16 ) how can I perform localization algorithm ( trilateration)...
Hello. I try to configure radio at NRF52811 to prepare antenna switching and get correct I/Q samples from different antennas. I have 2 antennas that are 6 cm apart from one...
hello, I try to make an application with 6 different services. I used the ble_custom_service tutorial to create my different services.
I manage to work without problems...
Hi,
I am working with the bsp.c functions. One of the actions is BSP_BUTTON_ACTION_PUSH, which the value is 1. I would like to know at which electrical signal it is related...
Hello All, I am having a trouble with the nReset Pin during Deep Sleep. The issue is that the board is waking up from Deep Sleep due to floating nReset Pin. I am using a nrf52480...
Hi,
I am currently working on a product based on an nRF52832 (SDK 15.3, S112 6.1).
The firmware uses the Nordic UART Service to receive and send data from and to a smartphone...