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...
Hello,
I am using the nRF51 dongle, SDK v10 and s310.
I want to use the dongle as a ANT+ receiver and BLE client to connect to multiple BLE peripherals. I have looked...
I am once again frustrated with nRF5 API's. Getting a value from analog input pin is that simple with Arduino API's:
int sensorValue = analogRead(A0);
That's all you...
I'm using an IMU sensor and transferring data over Bluetooth to Android device. The data sampling at 400hz, and I'm sending 6 packets per connection, each packet 20bytes....
Hello!
I am using the PORT event interupt sense handler to wake up the device from various pin interupts. We have in total 6 pins that need to do that.
This works fine...
Hi,
In my project, I am interfacing various modules (UART over ble, ADC, SPI, I2C) on nRF52840-Preview-DK board. I use IAR Embedded Workbench with nRF5_SDK_15.2 for code...
Need assistance/recommendations for working with smaller pin pitch (150 micron) mounting holes for the new nRF52480 chipset. Our current contract manufacturing supplier for...
Hello I noticed the problem with nRF51 DK and ble_uart app.
1. The nRF51 DK is connected to the Terminal
2. Connect to the nRF via "nRF Connect" application on Android...
Hello:
I read the documentation and errata for Rev 1 of the nrf52. I am using the Rigado BMD300 module (thus the nrf52) without a softdevice attempting to do on the fly...
Hi All,
Currently i am working on nrf51822 chip, For that i have downloaded nRF5_SDK_15.0.0_a53641a.
Now, i am trying to execute mouse hid example in nrf51822 chip, but...
Hello, it seems that the 15.2 infocenter radio_test instructions are somewhat different from the 15.0 infocenter instructions . Trying to get a general understanding of how...
Hi there,
I was hoping you guys could point me in the right direction with regards to the use of the nrf_mesh_disable() & nrf_mesh_enable() functions. Since the "friend...
I migrated my nRF52840 project to nRF5 SDK for Thread and Zigbee 2.0.0 (from 1.0.0), but I keep getting a linker error:
Building ‘myproject’ from solution ‘myproject’ in...
I am searching for a stable development environment for the Nordic nrf51822. I have been unable to get adequate support for issues using eclipse. The tutorial for Nordic/Segger...