Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
I'm trying to use the SPIM driver on nRF52832. The setup is:
Chip: nRF52832
SDK: 15
Softdevice: s132 v6
Toolchain: GCC
For some reason the call to nrfx_spim_xfer...
Hello,
I'm trying to configure the max -min of interval params and supervision timeout to obtain timeout of android = 1s.
i configure all parameters to run function...
Hi,
I am using the nrf-52840 DK.
I modified the pwm_library to output 125khz frequency.
app_pwm_config_t pwm1_cfg = APP_PWM_DEFAULT_CONFIG_2CH(125000L, NRF_GPIO_PIN_MAP...
Hi ,
The nrf connect for desktop programming works good on my desktop before.
The tool shows error message "cannot find module 'usb' " today.
I ever try re-install the...
I am working on integrated peripheral and central device used for indoor positioning. The device has two modes, at boot it is a peripheral for some duration of time then it...
Hello, we have been using a nRF51822 8-pin RF module for a while now for various products, the pinout is as follows: power, P0.00, P0.01, P0.09, P0.11, SWDIO, SWDCLK, ground...
Hi I try to implement DFU to our application using Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0 When I use the DFU-Example everything works fine. I then implemented the DFU-code from...
Hi there, I have a custom board with nRF52840 and i am transferring fairly large amounts of data via uarte. I am also using my own driver. For some reason the attached device...
Hi,
I am Using NRF52840-DK Board. We are trying to transmit multiple data using NRFx_SPIM Example. for single reg read it is working fine.
please check below code is...
Hi,
I have certain doubts regarding simple message model .
1. Why simple_message_client_init or simple_message_server_init is never used? Don't we need this function to...
Hello,
I try to control led light of the thingy52 throw a MIT app inventor application.
I use the UUID : ef680300-9b35-4933-9b10-52ffa9740042
and thr characterixtic...
Page 362 of nRF52840 product specification version 1.0 March 18 shows A in 5 bits. The max entry is 0x0D (4 bits) and there has to be room for 8 entries in 32 bits. Hence...
hello, is there any way to generate DFU package without using command line. i am using segger embedded studio can directly generate dfu package in segger embedded studio please...
What is the wake time for module if i put module in system off mode in following cases .
case 1: Module will wake up by GPIO signalling
case 2: Module will wake up by...