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...
nRF52840, nRF Connect
I was looking at the button example and it is apparently a little different then in the nRF5 SDK kit. In the SDK you had a callback and inside that...
Hi!
For a custom project, I need to enable and disable soft device on a peripheral. I'm able to enable/disable softdevice for two cycles, then I get this error:
<error...
Hi,
I'm trying to mount two spi flash device on spi0, but can't found the second one(device_get_binding() return NULL).
The two device has compatible ("jedec,spi-nor"...
Hello Support,
In my project I use the nrf52840 with the nRF Connect SDK to create a OpenThread device with an Secure MQTT connection to a broker.
I've got the OpenThread...
Hi. I am trying to output a square wave on to separate output pins. I want to have one inverted, however I can't even get the same output on both pins at the moment. The pin...
I want to use HCI_USB on nRF52840 board(nrf connect SDK).
Legacy Advertising Scan is success.
But,, I don't know how to recieve the Extended Advertising Scan.
Please...
We have an nRF52840 operating as BLE peripheral that ix using sd_ble_gatts_hvx() to notify an attribute value. Because we are using an RTOS, after calling sd_ble_gatts_hvx...
Good morning,
DK: nrf5340 Audio DK
SDK : V2.0.0
Toolchain Manager: V1.1.3
nRF Connect for Desktop: v3.11.1
I am trying to work with nrf5340 Audio DK. I was able...
Hi,
I was working with my Thingy:91 all worked fine. Wanted to upgrade to latest firmware and somehow in this process the USB interface stopped working. I switched to use...
hi,
i am using sdk_17.0.2 and nrf52840.
I want to get 6 pwm outputs like in the picture.
They all have to start at the same time.
20 khz signals should be.
i...
I want to make sure I understand something fundamental. The nRF52840's PWM peripheral is hardware based unlike the app_pwm library which is software based, (originally developed...