I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Hi,
I wanted to know if we can configure the connection interval in the connection request in android. Please note that I am not talking about changing the connection interval...
I got an error while building the direction finding demo In nRF Connect:
../src/main.c:254:10: error: 'const struct bt_conn_cb' has no member named 'cte_report_cb' 254 ...
Im running the DMIC example on a NRF5340 custom board - uses an ISP2053 module (it's a high-quality module). Can confirm the pcb/ parts are ok. I successfully got audio a...
52833: After shutting down with nrfpower_system_off: 1. It is not possible to immediately power off and restart, and it will take a few minutes to enter the working state;...
Hi, I am working on trying to add read and write functionalities on a ble microcontroller so I can read data from the FLASH. In the process of importing some code to the project...
Hi,
The product burning function code can be connected to a cellular base station。Because we need to test the RF, burn the at client software, weld the RF transmission wire...
Hello all smart people.
Currently I am working with SMS sample and I want to toggle LED with pwm after receiving message, but I can not get sms on the "live" only after...
I am evaluating the nRF53 for an application that requires streaming audio bidirectionally between the nRF and an iPhone. Right now it seems like that is not possible, and...
Currently I am working on sleep on mode on nrf52833. The current when I measured it while sleeping was ~2u. Let me ask what the time circled in red means
Hi, I try to update firmware with nbiot. I flush
Exercise 4 – FOTA over LTE-M/NB-IoT sample in devacademy
this is my output. actually when I flush asset trcker v2 ,...
Hi.
Can you please tell me if I need to install capacitor C8 (820 pF) in my case?
My chip is written “N52820 QDAAC0 2134DE”.
I hope for your help.
Thanks.
Hi support team
Our company is processing BLE OTA through APP by ourself developing, here list some question:
1. is matter.ota be encrypt file?
2. could we process BLE...
Hello,
So I have a system that waits for an interrupt on UART, collects data in the message queue. Also waits for GNSS to get a fix and also collects data in the message...
Hello,
I am trying to connect to the MQTT broker that uses a TLS certificate and user/password. I have set the user and password fields of these structs.
struct mqtt_utf8...
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...