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've just got my toolchain working fine but there's now errors relating to the correct libraries being included. Do I have to have these included by running a "west update...
I use 3.10 mesh sd and 2 dk boards.
DFU example works fine, but when I try to implement dfu mode in ls example I can't achieve goal. DFU doesn't work. I follow the instruction...
When I put the code onto the test bench for battery life test it showed a huge amount of current being consumed and it droped when I turned of SAADC (ADC). Why is this that...
I have create a new DFU_public_key.c file with nrf_util and replace the existing file in the dfu_req_handling folder (MacOSX).
I had to change the name of the nRF5_SDK_14...
i'm really new to the board (nrf52840) the examples like blink,pwm i have tried out. now i need to know the programming of the ultrasonic or any sensor and how to connect...
Hi,
few years back I've developed an application and a simple SPI bootloader for nRF51.
Later I've implemented the same on SDK 14 for nRF52832. Softdevice is SD132.
...
Hi there,
I'm trying to get access to the nrf52840 in the nrf9160 using the nRF Connect v 3.2.0 but I'm having this message
It seems that the device is not being...
Hello, Im working on software which will send data directly through usb port (hardware ch341 + nrf24l01 (master spi)) to the network of nrf24l01 (MCU Arduino + dot led display...
Hi
I am using the Nordic NRF52840_dk with SDK 16.
I want to store data to flash memory with Ble and uart enabled. I am using a external UART peripheral to receive data...
Project context: -------------------- Server BLE for home trainer diy Target (Bluetooth server) : Bluefruit nRF52 The feather Library : BluefruitBLE Client : nRF Connect ...
Hi I am planning a new product and doing some research, it is going to be an educational product, my question is if there is support in the arduino core to use the propriatery...
Hi
I am using nRF52832 Soft device S132 sdk 15 and interfaced it with two peripherals over UART. However I dont want to use them simultaneously. Since nrf42832 can support...
I think my question is a general question about the BLE GATT concept of "Control Point". 1- A control point is a special characteristic. 2- A control point is a characteristic...