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...
The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
Hi there,
There are some problems when setting nrf52840 GPIO interrupt. When I use gpio_pin_interrupt_configure_dt api to configure 11 gpio pins then download to my customer...
Hi
I am testing <InstallFolder>\examples\peripheral\usbd_cdc_acm project, when I use serial tool of pc to open port, it can send or receive data.
but if I don't want to...
I wrote this function:
When calling it and
ptr points to something odd, the chip seems to crash. Can you not dereference odd memory addresses?
Or is there a different...
Hi,
I have been using nrf5340 audio dk fir the last couple weeks with nRF Connect SDK v2.1.0 and nRF Connect SDK v2.1.1. There were issues with the audio template for walkie...
Hi,
I'm using nRF Connect 2.1.1
I create a application based on 802154_phy_test template.
When I create a configuration and build for the nRF52840 it compiles OK.
...
Hello,
I have a TMP117 attached to I2C1 on a nrf5340 and am using the zephyr NCS v2.0.0 driver to communicate with it.
How can I configure I2C1 for power management...
Hi, I am looking to use mcuboot to manage 2 separate images. The idea is that under certain conditions, image 1 would jump to image 2.
To test the idea, I am using the zephyr...
When using the Toolchain Manager through the nRF Connect for Desktop app, the Toolchain Manager is failing to fetch the index files resulting in the version 2 toolchains being...
Hi there,
as already mentioned in other tickets I'm developing a usb to uart bridge based on the nrf52820. The nRF5 SDK version I'm using is 17.1.0.
Right now I'm facing...
Hi,
When nrf9160 as serial modem, can AT command be sent/received over SPI interface without modify FW ?
As I know, the UART interface is the default setting for transmission...
Hi,
I'm trying to connect multiple device on the same peripheral (nrf5340), but my peripheral does not restart advertising once a device is connected.
How to reproduce...
Now we don't add the external capacitance and want to change the internal capacitance . I have install the test tool and send the command to write the register,but it seems...
Hi!
I have nRF5340 Devkits and already have my own PCBs with nRF5340 chips onboard. I have a task where I need to evaluate how good will be BLE signal in different locations...
I know that I can memory-map external flash using XIP in the NRF52 and NRF53. However, with XIP, you can't write to the memory-mapped addresses (makes sense since you don...