I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi all,
I'm trying to put the system into the SYSOFF mode when the device detects an external charger. HW-wise it's implemented by the charge controller pulling a GPIO HIGH...
Hello,
Let me just briefly state that I have referred to required documentation and also executed spi_transceive_async() test, at zephyr\tests\drivers\spi\spi_loopback...
Hi
I want to use nrf52840 to develop a central like figure below,the central can connect and communicate with all kinds of peripheral. Is there a reference example?
Hello,
NCS1.8.0 Windows10 X64;
spi_loopback test,default code default pins;it is ok.
when i change the SPI_1 pins ,
Failed to achieve the effect, still used the original...
When setting up a pin to toggle on the RTC's TICK event through the PPI and constantly reading the RTC's COUNTER on the nRF52832, my team observed frequent glitches on the...
Hi All!
I am using the cloud client example. The development board is nrf9160. This example works well and sends the message to nrf cloud on button press. Is it possible...
I'm using the Nordic Python libraries to receive the BLE data. I can send the data from our board with the nRF52840 chip on it. If I send the data to my Android phone with...
Hi.
In order to save battery in an "advertising only" peripheral, would it be possible for this module to remain in sleep status and start advertising (for a preset period...
Hi all,
i am using nrf5340 with SDK v1.5.1
I want to know if it is possible to use nrf5340 as central and peripheral device simultaneously?
The application is -
1...
chip : nrf52833 softdevice : s140 nrf52 7.2.0 IDE : IAR OS : windows 10
I try to USB DFU in nrf52833 I'm using secure bootloader base on secure bootloader example and...
I have a project with a nRF9160 and using its LTE modem to connect to a LWM2M server, based on the eclipse Leshan. I am using the lwm2m_rd_client. I have noticed some problems...
I try to integrate mcuboot and BT DFU into my application. I'm using SDK 1.8.0 and DK board nrf52832.
My problem is, that i got this message "Unable to find bootable image...
Hello All,
I am using the nRF52840 DK board. I want to implement OTA in Zephyr. I am a beginner at nordic. Is there any sample example code available to check?
Thanks...
Hello, I need repeatitive timer tick of about 10 seconds either in the while loop or as separate callback function. How to create and initialize a long duration tick timer...