I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
Hello,
I am using nrf51422 with stm32L0. There is a uart connection between nrf51422 and stm32l0. I want to transfer data from stm32l0 to nrf51422 through usart and push...
Hi,
So we are currently debugging our custom nrf52832 board. It is equipped with both a 32.768khz and 32Mhz Oscillator, which both SEEM to work.
I tested both using the...
What happens if I read an SMS data from a modem a while, let's say 10min, after the modem receives the SMS?
Does it keep the SMS message inside? What if several SMS messages...
Hello,
I am working on a Windows 10 pc. python 3.7 is installed and the requirements.txt has been installed successfully and I have the most current pyserial installed ...
We are evaluating multiple use-cases (tags, gateways, listeners etc.) in our company and we would like to know the pin-2-pin compatibility for these following SoCs so as we...
I am using all SPI instances and want to use a TWI instance as well. As soon as I add the nrfx_twi.c file I get 1> ...nrf\modules\nrfx\drivers\src/nrfx_twi.c:725: multiple...
Hello
I am facing extreme difficulty migrating soft devices for nRF SDK16, nRF 52832 - S132 to S112 on the nRF DK pca10040 package
I have consulted the following example...
Hi.
I read in the datasheet the nRF52832 has a unique UART.
I have a custom board and this board have to do this four different tasks:
Read data from a 1st UART device...
Greetings ...
I am facing problem in finding a coexist example for P10056. Example code is given only for PCA10040.
1)Is there a way to convert the PCA10040 code to PCA10056...
tag v1.1.0 (have done west update)
using SES 4.30c as suggested by nrf connect (latest SES did not work for me either). Compiled and flashed using SES
simcard inserted...
Hi, I've downloaded Segger from https://www.segger.com/downloads/embedded-studio/ , upon install I found that all of the nRF tabs were missing in this version. Looking through...
F:\nRF5_SDK_16.0.0_98a08e2\examples\ble_peripheral\ble_app_uart
I tested above example, found the speed only 3K per second. Do we have a way to increase the speed?
Hi,
I'm using an NRF51 Dongle as a central to connect to a BLE peripheral using LE Secure passkey pairing. I've got to scanning / connecting successfully, I'm just stuck...