I'm using an nRF52 (SDK11.0.0, s132) and am able to generate a hex and axf via Keil/uVision. It uploads and works just fine using a Segger J-Link. I want to try some lower...
Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
Hi to everyone,
i have an mb39c811-evsk-02 and over it there is a tmp102 temperature sensor and an nrf51822.
I want to read the values of the sensor over a beacon app. ...
Hi,I'm glad you can see my post.
Now, I am in a program to read and write FLASH such as the screenshot in the attachment.
Then I update with DFU service for the equipment...
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...
We are developing the project ARGO .
At the current stage ARGo is going to Support NB-IOT communication
A mother board is under development to support the mini-PCI card...
Dear Sir/Madam
I have installed the Jlink driver and nRF sdk for 9160 on my macbook.
I use the nRF Connect for VS code to program, but I can't see the device under the...
Hello,
I'm trying to get some basic SPI communication between the nRF91 and nRF52 chips on the nRF9160DK. We have been using UART for this communication however we want...
"The nRF52840 is developed using NCS v2.6.1. When the ADC is set with the reference voltage as (.reference = ADC_REF_VDD_1_4, .resolution = 10), the ADC sampling output is...
Hi,
I am updating a relatively old project using SES. I am using nRF5_SDK_15.3 with S140 on an nrf52840 target (matches the nrf52840 EVK).
I have been developing and have...
We have a partner that has developed a custom bootloader. They have enabled the watchdog in the bootloader. The bootloader transfers control to the application if the GPIO...
hello Nordic
i am working with ncs v2.5.0 (with nrf52840 and nrf52832) and trying to migrate to ncs v2.6.1
i have looked at this migration notes and guids:
https://docs...
In nRF Connect extension, is there a way to add a custom action to the action view window? I know we can bind different "Tasks" to build and flash actions, but I would like...
Context:
I'm testing the tfm_psa_template sample on the nRF9151DK and I got confused as to why I lose access to the debug port.
As required by the sample, I first flash...
sdk:17.1 example: ble_app_uart+ secure_bootloader. Our device is charged with power-off reset function.
When I call fds_record_update(&desc, >Para_record),if returns FDS_ERR_NO_SPACE_IN_FLASH...
Hi guys,
i am using a custom UART bootloader ( no double image, just overwrite application due to memory limitations ) on nrf52805 and SD112 7.2.0, a question:
at the...
There is a similar post but it is very old and none of the GUI elements jive with today's Wireshark.
I have a device that does just works (not secure connection but what...
Hi,
I have a custom board based on the nRF9160 SICA SIP, using only NB-IoT with a lock on a single frequency. GPS is disabled, and there are other peripherals connected...
HI,
We have two products that work together. One uses the nrf52832 and the other nrf5340. Using the Programmer (3.0.9) we can take a factory fresh 5340 Erase all and program...
Please refer screen shot attach I am able to configure uart0 but not able to configure uart1,2,3
i am receiving multiple errors while same code is working fine for uart0...