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...
I am creating a program using the nRF5340 Audio sample source. I am debugging using VSCODE instead of a script.
The bt_mgmt_init function returns error code -11.
Tracing...
Hello,
I am trying to flash the nRF9160 application(merge.hex) which is created after build in an external board. The external board is from fanstel - BLG840F.
Couple...
Hi,
i've been trying to implement gnss functionality on my nrf9160dk board but it didn't work since i was doing it indoors, i've been advised to use an external antenna...
hi support team,
our ncs2.6.0 demo /samples/net/udp is supporting 7002dk, the demo works for 7002dk.
however it doesn't support 52840dk with 7002ek shield,i have modified...
Hi! We have a custom board and when ordering a new version we now get Errors on two of the 18 prototypes.
After trying on another machine with another JLink one of the two...
Hey, I have been trying to get to the root of additional current draw when crypto drivers are enabled.
Without the crypto drivers enabled the current draw between two advertisements...
Hi,
We are working on our manufacturing process that involves use of the nRF9160. I need a way to programmatically get the IMEI and ICCID in order to register the device...
I'm running a nRF52 device that's built on nRF5 SDK11, and it's remaining that way now due to regulatory reasons. My application needed to be updated to support bonding, and...
I have a nRF9160DK board running asset_tracker_v2 on a nRF9160 custom board. V1.7.0 loads and boots fine but when I use V2.5.0 the boot fails as shown below. The only change...
Hello, per the product specification, I see that the nRF52832 CIAA variant requires a shunt 1.0pF capacitor and series 3.3nH inductor.
Is this recommended regardless of...
I have configured NRF52840 as coordinator ,EFR1 (ENDDEVICE) and EFR2(ENDDEVICE) as end devices. These 3 devices are connected in network.EFR2(End device )continuously sending...
I would like to understand the issue of frequency offset calibration in RF signals, I have viewed the
Case ID: 309794
nwp_006.pdf
I would like to know if I can do...
Hi,
We are working on BLE MESH using nRF52840. We are trying to put nRF52840 into deep sleep mode. The deep sleep current is about 210 micro Amp. Further, the current is...
Hi,
I have a coap server/client system and when I send a provisioning request from the client I can see the server is sending the reply. But my 'on_provisioning_reply (...