NCS 2.4.1 nRF52840
My project is a battery powered SED based on the coap_client example. It is configured to autojoin using a hard coded pksd. I see on Wireshark that my...
Hi there,
Our firmware is built on NCS 2.6.1 (soon to be ported to 2.7.0) and uses MCUboot.
I want to set REGOUT0 to 5 (which corresponds to 3.3V) and the `nrfjprog -...
Dear Nordic Team,
I want to connect my nRF9160DK board to my nRF7002DK board and get a wi-fi location. I've followed samples/cellular/nrf_cloud_multi_service as sample...
Hello,
I have a question regarding a recent issue.
I'm currently developing with the nRF52840 IC or EVM, and I'm facing a problem. Whenever I write firmware to the flash...
I want NRFX_SPIM_EXTENDED_ENABLED to be 0. but for some reason it is set to 1. from my current understanding I conclude that the if case here check weather each node with...
Hi everybody I'm using nRF Connect SDK 2.6.1. Before I could seen Partitions section in Memory Report tool, but now it's disappeared. I also checked it by ninja command: ...
I have questions about the build process. I received an example, and I’m curious about the roles of the folders and files in the APPLICATIONS directory. Also, it seems like...
Hi
Im trying to figure out how to migrate my quite large older project from and softdevice s130 to using s140 in order to experiment with long range.
Besides changing...
I try to update firmware for nrf9160.
My environment is windows10 msys2 python3.7.3 run follow, (not success) ----------------------------------------------------------...
I've done this many times now and thought I understood the process.
Now despite following most of the advice in the dev zone, I'm stuck.
Any help would be appreciated...
I'm trying to develop from the Linux command line, using arm gcc tools, for the nRF52 Development kit, and can't get the startup assembly file assembled to an object file...
I am preparing my product for radio tests. There is a radio test example in the NRF5 SDK 15.3.0 that requires a UART interface that sends CLI commands to the chip. However...
Hi,
i am trying to read ADC value from my nrf9160 dev board, i can get the exact value upto 2.5v, if i go morethan 2.5v it decrease the ADC value. my values are
voltage...
I've used the nrf_inbuilt_key_write to store certificates/keys in the past, but I am still unable to do it using the "AT%CMNG" modem command.
I can list and delete items...
I attended Nordic Tech Tour - San Jose (Cupertino) on June 11. I did not receive a link for the presentations, as was communicated. Please advise how I can get the Tech Tour...
The BWG832F DK Bluetooth Gateway comes with a board that says that it can be used to program the Bluetooth module. The software recommended for this is the Nordic nRFgo Studio...
Hi everybody,
I'm using nRF52832 on a custom board mounting a BME680 sensor.
I'm running a third party library for the usage of the sensor (namely BSEC Library), and it...
Hello everyone, After having designed a pcb by taking the scheme proposed by the datasheet, I uploaded by the Black Magic Probe, the example code of the SDK "receiver Radio...
Hello,
I'm using the watchdog and i'm feeding it in my main loop :
I tried with
#define NRFX_WDT_CONFIG_BEHAVIOUR 1
and
#define NRFX_WDT_CONFIG_BEHAVIOUR 0 ...
Hello
I am using nrf52840 and am trying to determine the parameters of a voltage divider using the SAADC. Vin is the VDD voltage of the chip, R1 is 4640 ohms and R2 is 38600...
Hello Community,
I successfully build and run mqtt_simple it works fine.
I edit the code
//////////code///////////
void main(void) { u64_t start_time_mqtt; while(1...