Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hi,
I am moving from FreeRTOS to Zephyr. So I jused some of your simple example for trying to understand basics. I edited it little bit.
I have some default task from...
Hello,
I'm using the flash MX25L1283 together with the NRF52840. I've implemented a new driver for that flash using the nrfx library. Everything works fine !
However,...
To achieve the maximum transfer rate over ESB, I added the following expression to the ESB initialization function:
NRF_RADIO->MODECNF0 = (NRF_RADIO->MODECNF0 & ~RADIO_MODECNF0_RU_Msk...
Hello,
I am using nRF52832 DK board. I wanted to drive some o/p signal from the MCU. So for testing purposes, I just toggled one GPIO from the Timer CC channel. For that...
On a custom board, VDD and VDD_GPIO are independent.
Is power supplying VDD1 and VDD2 enough to program nRF9160 through SWD, or do I need to also enable VDD_GPIO to program...
hi everyone i have flashed dfu to my nrf52832 using the latest sdk 17 i have done all the process as mentioned updating the ecc, private key publickey etc but my board doesnt...
I have an application consisting of a Thread Leader and a number of SED children. The communications scheme is set up to allow both children and the leader to have CoAP servers...
Hi Nordic,
nrf5 skd for mesh 5.0, nrf52832, sdk5 17.0.2
Now I am developing a product like a gateway. We just figured out that nrf52832 communicates with external device...
Hallo, hope you are having a good time.
I am using nRF SDK 17.02 and uses SES as an IDE.
Soft device S140 7.2.0
I have an application running which act as a central...
Hello,
I would like to know if it is possible to provide an example based on the lte_ble_gateway sample for writing and reading the characteristic!
I changed the example...
Hi Nordic,
nrf5 sdk 15.2.0, nrf52832.
I am testing the UARTE with the example experimental_libuarte. I changed two functions like below:
1. nrf_libuarte_tx(): m_tx_len...
Hi,
I am using vscode with nrf pulgin for development. after adding mcuboot to the project, Which hex file name to be used for programming through nrf programmer?
I call the k_msgq_get function to get a msg,however it return -11,which is not explain in document.
code:
Raw_data raw_data ;
int rr = k_msgq_get (& df_packet_msgq...
Hello,
I am working with the 9160DK and the AWS IoT sample in NRF Connect 1.8.0. The app is usually able to connect to LTE but sometimes it gets stuck and never connects...
Hi,
I am testing simple code on various project on my custom board. I have 4 Leds on custom board.
for (int i=0;i<50;i++) { nrf_gpio_cfg_output(i); }
I have LED connected...