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...
I use: --nrf52840 --nRF5_SDK_17.1.0 --ESB.
Normally, 1:1 communication in one direction is performed from the module with nrf_esb_mode_t = 'NRF_ESB_MODE_PTX' to the module...
Hi,
I'm using the nordic nRF52840 - Dongle and a nRF52840-DK trying to send and write data with the pc-ble-driver-py library.
My problem is that i can communicate in...
Hi DevZone !
I am doing an application with nRF_ESB where I want to send and receive packets through diffenents nodes. Right now, I have 5 nodes, which 2 are repeaters in...
Good Morning,
I started with example ble_app_hids_keyboard for nrf52840 with nRF5_SDK_17.1.0 and I added uart_init() function to use UARTE0 and I modified uart_event_handle...
Hi,
We successfully passed the Verizon self certify program, now onto FCC. I know with the nRF52 series there was a radio test example we ran for FCC; I can't find anything...
Hello, I'm working with board nRF5340 DK. I'm using the peripheral uart0. I want to be able to send data through uart0_tx (P0.22) and to receive the same data through uart_rx...
Hi nodic:
Current version number: NCSV1.9.0 modem1.3.1
example demo: LWM2M
I hope to add a serial port to the NRF9160 for external communication, please provide the...
I am using nrf52832, softdevice S112 and SDK 17.1.0. I am running the peripheral ble_uart example continuously with the central device sending connects and disconnects in...
SO I've got nRFconnect SDK 1.9.1 running on VSCode on my MAC (attempting to segregate from my Win dev system for now). Wanting to explore it a bit more to see what problems...
Hello,
I have tried building my project today after making some quick changes and the build returns a bunch of basic errors like
this is followed by a bunch of errors...
Hello!
We have a problem with setting up the radio on the nrf52840 to receive a special kind of packet that we are interested in. This packet is generated from an development...
Am I assuming correctly that setting the TX power level in the "Bluetooth Low Energy" app in the nrf Connect for Desktop app under windows 10 just changes the contents of...
Hello,
I want to typecast an array of values from short to float. I am doing the below to do that
but when I am doing that, I am not able to get the float value as it...
Hello Developers,
I am facing a issue to connect my nrf9160dk as a lwm2m client in the test coiote iot device management server.
I am following the official documentation...