Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi, I am developing a zigbee device on Nrf connect sdk 1.9.1 which has 9 endpoints, i am not able to create more than 8 endpoints perfectly.
i tried to change ZB_MAX_EP_NUMBER...
Hi,
I see that there is Zephyr I2S support in in NCS 1.8.0 (and onward), but I can't locate any reliable documentation for the API.
I have an I2S example (based on https...
hai,
i am using nrf5340dk NCS (pca10095) v1.9.1 ( using visual studio code IDE )
i want to use nrf5340dk GPIO pins for NETWORK CORE use.
referred Nordic and zephyr website...
Hi,
I am working with the nRF5SDK , nRF Thread SDKs long time. Recently i have update segger embedded studio to V 6.30 . previously i have used v5.68
1.
for nRF 5 SDK...
I added a new event module to asset_tracker application. The default LOG_DBG messages are very well shown in LTE, but that of my module don't appear in LTE. I replaced LOg_DBG...
I need help extending the LWM2M sample to use PSM to optimize the power consumption of LWM2M.
Scenario:
1. Enable PSM on the LWM2M sample.
2. Set the Lifetime of the...
Hi,
I got a product with nrf52832
i use one uart and i need to add another rs232 uart to it.
Since the NRF52832 has one only 1 harware uart i thought about implementing...
I'm developing a BLE device wich includes the USB Mass Storage feature with microSD card throught SPI.
My developmetn environment: - nRF52833 DK - nRF Connect SDK v1.9.1...
I'm working on the sample ncs\v1.9.1\zephyr\samples\subsys\usb\mass to create a device featured by USB Mass Storage with FLASH memory.
Since I found only old threads about...
We observe something that I can’t explain at the moment. Could you help to find the root of the issue, please? See below.
1. When the battery is connected first, and the...
The Mesh SDK timer_now() function is discontinuous once the overflow counter reaches 256 (and all subsequent times where m_ovfw_counter % 256 == 0). Since the local variable...
hi,
I have a private service with characteristics of lock, unlock, and mode, all of which have write attributes, and only use unlock without read attributes. I can already...
Hello nRF people!
I am developing an application on a custom board with nRF52832, that consumes way too much current, more than intended, and I'm looking for the ways to...
Hi,
NCS1.9, VScode,
Is there a broadvoice32 sample project for nRF52840?
my problem is:
encode one frame will takes 20ms (but decoding only takes 2ms),
so it can...