Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
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 everyone!
I have a nRF52840 dongle and I am trying to run python examples from pc-ble-driver-py. The dongle is connected to a PC running Ubuntu 18.04. The dongle is flashed...
Hi,
I am using the SDK 11 on nrf51822 I just merged the TWI sensor example and the BLE UART example. Both work together but the softdevice seems to be slowing down the twi...
Did anyone configure correctly VS Code with nRF Mesh example?
I did install CMake on my computer and download CMake extension to VSCode. I am working on Windows.
I did...
Environment - Mac - nrf tag; 1.1.0 - modem fw: 1.1.0 - DK 0.8.5 - debugging by SEGGER RTT The program polls SMS for a certain time and if SMS is received, it reads the messages...
Hi.
I am trying to update soft_device version 6.0.0 to 7.0.1.
I read that because of the major version change (from 6 to 7), i must update the bootloader as well.
I...
Hi,
I am prototyping with the the THINGY52 using nRF Connect.
I am using the services available to drive the MOSFETs on the expansion connector P4 through the services...
Hi,
I would like to debug the code which is in Nordic Thingy91 by using nRF52840DK.
Is it possible to use the debugger in nRF52840DK for Nordic Thingy91 ?
If it is possible...
Hi,
I like to understand what SBs should I cut, what switched should I use to measure the SOC current only with PCA10056 board. I use the Otii Arc device to supply power...
Hello,
I'm working on NRF52832 based module BMD-301
for same i'm using SDK16 Segger Embedded Studio
The thing is
when uploaded ble_app_alert_notification example it...
Hello,
I've tried to convert the mesh light switch server example from NRF52840 DK to Dongle following this post.
Unfortunately that doesn't work.
I've changed the BOARD_PCA10056...
Currently, there is a project. The situation is that the master nRF52840 communicates with the cloud server through the GPRS232 module, the slave nRF52840 communicates with...
Hi,
I tried to create a custom server in using server setup of nRF Connect v3.3.0 but when I tried to apply my custom server on my device, the software bugs instantly. ...
I want to modfiy the code in the example ble_app_ancs_c to read the internal flash with fstorage. But after I set APP_TIMER_CONFIG_USE_SCHEDULER to 1, the operation of fstorage...
Hi every one, I am running light switch example (using SDK 15.2 and SDK for Mesh version 3.1.0 ). The problem is: My provisioner node cannot Receive RSSI message of a node...
I am trying to save and read a structure using FDS, how do I go about it?
I have the structure:
My custom function for saving is:
I call the function using below...