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,
We can not convert Altium File to DipTrace or Eagle File. We need those files asap. I'd be thankful if you could help me in that issue.
Thank you
hi, I set up the environment according to the nrf_sniffer_for_bluetooth_le_3.0.0_129d2b3 file downloaded from the official website of nordic, the operating environment is...
Dear Nordic Team,
we have unstable communication with an Osram BT device through nRF52840. We got information from Osram developers the nRF52840 is the right device for...
Hello!
I have question about Direction Finding in nRF52811, Angle-of-arrival to be exact.
To begin with, I have a custom board with nrf52811 onboard and 8 antennas....
Hi
As far as I know, NFC supports peer-to-peer communication, so I want to know whether peer-to-peer communication can be achieved between two 52832 through NFC? Is there...
Hello everyone.
Iam working on a project where i need to detect a falling edge from a ADC (ADS1298) when new data is ready at a sample rate of 500SPS. I have the issue...
Hi Great Nordic Support Teams:
I'd like to know schedule of nrf9160 specification:
1.When will 9160 support R14 regulation in NB-IOT/ LTE ?
2.When will Nordic release...
Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1 and Segger for flashing the image. I am using ‘ble_app_blinky’.
1) I ported UART into my code and it...
Hey all,
I would like to make a flexible design with ability to assemble NRF52832 or NRF52810 , both are pin to pin compatible ,
But i just wonder how to consider regulation...
Hello,
I am developing a capacitive sensing application with the nRF52 DK and Segger Embedded Studio. So far I have integrated the Capacitive Sensor Library Example into...
Hi everyone,
I am working on a project with the NRF9160 DK where I want to use the UART3 channel.
The issue is that I got compiling errors when I add CONFIG_UART_3_NRF_UARTE...
Hello,
I want to test the Thingy Mesh Provisioning Demo v0.7 with the codes provided on the GitHub:
https://github.com/NordicPlayground/thingy52-mesh-provisioning-demo...
Hi,
I am using s140 v7.0.1 for nRF52840.
I found if I configure NRF_GPIOTE->CONFIG[0], then BLE will not work.
Which GPIOTE channels are used in s140?
Thank you.
Hello,
I need example code or guidance in how to receive eddystone advetising packets on the nRF52832.
In my project, I can send standard eddystone packets to a app...