Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hello!
I am working on a FOTA solution for the nRF52DK, I have followed this example: https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs...
Hello,
I've started to develop with the nRF Connect VSCode extension and enjoying it a lot. However, I've noticed when I share a project the build configuration doesn...
Hi,
I observed what appears to be the same issue as https://devzone.nordicsemi.com/f/nordic-q-a/51337/nrf9160-infinite-nrf_connect-blocking-behavior-post-lte-psm-wakeup...
Hi,
I'm trying to write data to a characteristic. This is a BLE led driver. I can successfully send 5 writes and then it stucks. All the 5 sends succeed - I can see the...
Hi
I need to Send one character from mobile. based on the character I need to glow the LEDs which is placed on DK. How can I achieve this is there any sample available for...
Dear forum,
We capture audio via PCM (10kHz, 8bit => rendering a raw rate of 80kBaud) on a BM833 and would like to transmit the data (one way) to a paired device using either...
Hi,
NCS1.9.1, VSCode, nRF5340DK,
Without external flash memory and not use mx25r6435f which on DK,
how does MCU store data (such as a series of serial numbers)?
and...
hi ,i want write flash by jlink,eg:write val 0xaaffffff to addr 0x76000, only write 4byte.
but when i write, err "flash not erase" occurred,
I don't want to erase this...
I try to onewire communication for DHT11 but I couldn't it . I decided uart instead of onewire. The different microprocessor will read the sensor data and send it via uart...
Hi,
I'm trying to combine OpenThread, MCUBoot and LittleFS in a sample in nRF Connect SDK v1.5.1, but I'm getting the following error:
I have checked the file, and it...
Hello NRF Buddies,
My project is based on NRF51822 with SDK version 12.2.0. I am working with Keil till now and planning to migrate to the Segger Embedded Studio.
With...
I am not sure what I am missing in this. This is a custom board so there is no other circuitry on this pin other than a pad to monitor the signal changes with.
When...
Hello!
Regarding the CRC on the nrf52840 the specifications make it clear that the maximum length of the CRC is 3 bytes, We are working on an industrial communication protocol...
Hi
How can I readout the actual timer value on the fly? I use the timer in capture compare mode and like to read out the timer value.
nrfx_timer_clear(&m_pyq5848_timer...
Hi all,
I have set up an nrf52840 as the sniffer to sniff the connections between my custom board and central phone. My goal is to figure out the bottle neck of the ble...