Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
Hello, I have purchased this kit on ebay. www.ebay.com/.../301182420397
Can somebody point me to where I can get documentation on this kit, it came in with mostly Chinese...
According to the nRF51 series reference manual.
10.1.2 Debug interface mode
Debug interface mode is initiated by clocking one clock cycle on SWDCLK with SWDIO=1. Due...
Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
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...