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,
I am using
PCA10040
SDK 15.3.0
Keil IDE
The soft device is S112
JLinkRTTViewer for debug
nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_uart\pca10040e...
hi,
I use nrf5_SDK_for_Mesh_v4.0.0_src and pca10040 borad.
examples/dfu is successful.
But there was an error after the merge.
C:\Python27\Scripts>nrfutil dfu serial...
I setup my adc in continuous mode with sampling rate set to 200ksps, when I trigger NRF_SAADC_TASK_START, I am not getting data; unless I trigger NRF_SAADC_TASK_SAMPLE and...
I am using DSK 15.3, SES 4.30 with SD 132. The base example I am using is the ble_app_uart_c and I am adding the PWM function to drive a simple piezo buzzer.
The pwm_library...
I am looking for a way to interface with the onboard Bluetooth on the Thingy 91 as well. None of the examples (Peripheral NUS, Central NUS) etc currently work with Nrf52840_pca20035...
We have a need to verify an secp128r1 ECDSA signature. I see that this is not one of the curves supported by the CC310, but I'm looking into creating the CRYS_ECPKI_Domain_t...
The documentation says "This module is ONLY for debugging purposes and must never be used in final product". I know in an ideal world all possible errors are handled and device...
Hello, we are developing a system that will include an nRF52832 in peripheral mode, that will be connected to from a maintenance App (or something) on a mobile phone,and will...
Hi support team,
I'm using sdk 15.0 and softdevice s140_nrf52_6.1.0 and nrf52840.
My application has strict requirements on power consumption, so I have to set advertising...
It seems like this should be a simple thing, but I can't find an example of it, and nothing I've read here seems to help.
I want my app to come up in general advertising...
I'm working with Fantel's adaptation of the nrf52840 (EV-BT840F). I have gotten the GFX example working with Adafruit's ILI9341 in SPI mode, however I am having a problem...
Hi,
How do we detect network detach in nRF9160 in a general way?
We use lte_lc to connect which blocks until we have connect/attached to the network. But how does lte_lc...
Hi,
I have a little program that is built on top of the USB CDC ACM example. This little program waits for an SPI event, when the event arrives, it reads the SPI peripheral...
Hi,
For my project I use a ble central and a ble peripheral.
I have to send data from the peripheral to the central and i use hvx indication to do that.
I have two charactics...