im looking for a developer that can help me work with the NTN functionality of the 3GPP release 17 of the NRF9151-DK so if you are interested please write to me at eric@zerocool...
Hi everyone.
I am using Visual Studio Code. When i try to compile a simple blink_pwm project, I could not. I am sending output in terminal. What is the main problem and...
Greetings, everyone, I have encountered a configuration(?) problem while trying to setup a lab for a BLE course I am teaching.
The idea is to showcase the vulnerability...
Hi,
I have a Thingy:91X which connects fine to hello.nrcloud.com. Now I want to connect it to my own nRF Cloud account.
Note that I have successfully provisioned multiple...
Hello,
Recently, my team has been struggling with an issue regarding a nRF5340 device that's encapsulated and inaccessible to be flashed with a JTAG connection. Our normal...
Hello,
I’m currently working on a Bluetooth Mesh project using Nordic Semiconductor devices, and I would like to get guidance on static provisioning and group-based communication...
Hello!
I am working to design and build a custom PCB using the nRF7002 chip and came across this callout on the schematic diagram and wanted some clarification about it...
Dear Sir,
To Nordic Dev kit, a sensor is interfaced via SPI lines. Using SPI in blocking mode (Polling).
After initializing SPI communication, 2 bytes are written to the...
nrf master control panel android app sent only one byte, while sending more than one byte gives Error 13 (0xd): GATT INVALID ATTR LEN
cant we send more than one byte in...
Hi,
I'm gathering assembly specifications for a custom PCB that uses nRF5340. I don't find any specific recommended reflow profile and solder paste for assembly. I stumbled...
Hi,
Bit of a newb question but I am evaluating the Thingy 91 dev board and would like to also connect some sensors via the SPI interface. I was wondering what would be the...
Hi everyone,
I have one question just for confirmation. Can I supply the board from the VDD pins located on P1 header (Socket 1x8)? Shall I bear something in mind in that...
Hi,
We use nRF9160 and nRF Connect SDK in a device project.
Our customer have asked to declare all open soruce software modules and their licenses. Do you have such a...
Hi, I found one older question (7 months ago) with the same problem but that had no answer. Situation:
- SDK 15.3, s132 v6.1.1 - The softdevice has been enabled and ble...
Hello,
I want to add/enable logs in DFU secure bootloader exaple. For that, I have enabled following macros which are needed.
NRF_LOG_ENABLED, NRF_ATFIFO_CONFIG_LOG_ENABLED...
Dear
I am testing AGPS with my THINGY91
SIMCARD: TELIA /Norway
I got the output report:
Could you tell me what is the problem? Telia SIMCard?
Thanks,
BR
...
Hi ,
I use SES to build a project ,SDK version is 15.2.And get the err:unknown register name 'vfpcc' in asm.
This seems to happen with every file.For example :
and...
Hello all,
I am working on nRF52840 EVM board.
I am not changing any thing in nRF52840 EVM board.
I was using nRF52840 board for downloading firmware in external custom...
I'm trying to use an MMA8652FC accelerometer with the nRF52832. When I call the function nrf_drv_twi_tx() the board hard faults, stopping in <SDK>\components\libraries\util...
In the case that I used custom board, I used bootloader_secure to OTA; but after OTA, the program doesn't jump to the application, even app nrf connect notify Sent Successfully...
Dear Community;
I am running some current measurements on the NRF9160 DK. I am following the manual instructions:
1.-I am powering the NRF through external power supply...
Aim: transfer large data coming from UART to nRF52832 over BLE 5.0 as fast as possible. Want to use 921600 baud rate in the case given below.
Scenario:
SDK: 15.2.0 ...