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...
Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
Hello everyone,
i'm trying to hook up an external i2C sensor to P5 connector (TWI_SCL_EXT, TWI_SDA_EXT) and created a device driver template ( from drv_gas_sensor.c example...
What is the max amount of data that can be saved in records in fds?
When we do a dfu, is the data conserved or not?
How to vary the size of the records if possible?
...
Hi all,
Recently, I have concentrated on a mesh project using nrf52840 board programmed sdk_mesh_v_3.1.0. There is a situation that the board needs to send two different...
We have a project to explain the company Shenzhen Zhouhai Technology Co. to invite them as our partner because we see the smart bracelet CK series would be a good option for...
Hello,
We're using the UDP/IP/6LoWPAN layers as provided by the nRF5 SDK 15.0.0.0.
After experiencing sporadic issues in communication we have a question regarding the...
Hi,
I am using BLE_Blinky_Peripheral example from SDK 15.3.0 with s112 softdevice. I want to use basic softdevice APIs instead of nrf_sdh libraries for enabling BLE stack...
I am a beginner trying to get a device to operate optimally under a battery. Where can I find a starter code template that would shutdown/disable everything, putting the device...
Hi there,
I am working with the NRF52840 Dongle and have been trying to verify what sort of influence other processes on the chip could have on the radio. Specifically,...
Hello Nordic team,
I'm having some trouble with discovering the characteristics of a custom device.
The peripheral device has a private service with UUID 06000002-0000...
I'm busy implementing a (serial) DFU host, but sofar i'm unable to send a proper init packet.
The bootloader keeps returning an invalid signature error
If i open a .dat...
I am using nrf52840dk
sdk15.3.0 and s140
I want to read a sensor data over uart and then advertise it but the advertising never starts after reading over uart even though...
IDE: Segger Embedded Studio
SDK: 15.2
Mesh SDK: 3.1.0
Im working on adding light lightness model to the mesh SDK and it requires doing an equation like sqrt(x * 65535...
Hi all,
I am working on a ble_app_uart sdk example thereby I can connect the bluetooth of nRf52840 to My mobile. I want to read the temperature and send it to my Mobile...
Hi, I am attempting to set up a nRF52840 DK as a BLE peripheral, and have been following the basic setup instructions at infocenter.nordicsemi.com/index.jsp . However, when...
Hallo everybody,
I successfully implemented on the NUS example the Pairing with the Passkey with the following Peer Manager configuration without LESC.
and the BLE...