Hi,
I working with NRF52840 DK board, I need to read some potentiometer values or any sensor values and also send me the example code ADC with Bluetooth. I need to transfer...
1) Our device uses NRF52832 to connect with Android 7 system,use wireshark to monitoring,find not hop,is OK? and wireshark delta time is Connection Interval ?
2) nrf52832...
I have controlled an LED with a push button connected to GPIO pins P0.03, P0.04 respectively.Now I want to use those pins as CLK and DIO pins of TM1637 Display.I wrote a basic...
Hello,
I am now developing firmware for nRF52840 DK and nRF52840 dongle. My target is to develop a firmware that my DK/dongle be central and can send command to peripheral...
In SES, it is possible to clean when project is opened , Rebuild ALL, clean solution, clean zephyr and as well from Project -> Reload project, it is possible to update. How...
Hello,
I am working on BLE+Thread multiprotocol and took ble_thread_swi_template as a base code. I am using nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8. My development...
Is there any available binary firmware for nRF5340 Audio DK to evaluate and demo the LE audio case?
I tried to use the nRF5340 Audio DK for LE audio, but found the LC3 codec...
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...