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...
Hi all,
I am investigating Mesh SDK and interoperability between devices.
We have bought some Hytronik devices which are qualified with Bluetooth.
Strange thing is that...
Hi,
I am new to thread network. In my application only a few nodes, mostly one. How can I connect this one node to the internet? Assume WiFi is available.Can I use the thread...
Hi,
Good Day!
Statement of Problem: In our application, we are using a 3S2P Li-Ion battery(12.65V). BMS is built using BQ24XXX TI's Li_ion controllers (Which does not...
Hello,
For the past couple weeks I have been trying to get Gazell working concurrently with BLE using the timeslot api. Everything appears to be working correctly - all...
Hi,
In one of your posts , a few monthes ago, you wrote that LTE BLE gatway for thingy is "work on progress".
Quote: "We haven't made this demo for the Thingy:91 yet...
I am currently working on a low power application using the NRF9160 chip. During power optimalisation I found out that my sleep current can be reduced from around 50uA to...
Hi, following the IOS-nRF-MESH-Libary examples. Using Segger Embedded Studio
Using Segger Embedded Studio 4.42, Tools, Options, Environment Options, Global Macros
SDK_ROOT...
Hi
I am trying to implement a lightweight algorithm on nRF52832 Development Kit. When I try to debug the code, it shows "unknown function at address "0x00000A60". I am attaching...
Hello,
I can successfully compile projects based on nRF52832 and nRF52840. Whenever I try to compile an nRF52811, even the projects in the examples folder, my IDE prompts...
Hi,
I wanted to test the NFC on nRF52840 DK. I have seen that to test NFC we need a Adafruit PN532 NFC Shield. Why cant we use 2 DK's with NFC antenna to test NFC. I have...
I tried the following code:
In main:
void sys_dispatch_handler(uint32_t sys_evt, void * p_context) { test(sys_evt); }
And registered the handler as follows:
NRF_SDH_ANT_OBSERVER...
Hi Nordic,
I build the nRF UART 2.0 application source code running on Android OS 5.1 and it works well, but android 10 cannot scan the device.
I migrated to Androidx...