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!
Does anyone know of a library for the I2C LCD 16x2 display? I found the library by lovee, https://devzone.nordicsemi.com/f/nordic-q-a/23401/nrf52832-connect-with...
Hi,
Scenario : Scanning non mesh BLE packet with different stacks.
H/W Device - nRF52DK
Observation :
Case 1. Non Mesh BLE Stack (Soft device):: Here able to receive...
I'm working nrf52 DK, SDK V15.3 , S132 . I have created custom Services and characteristics its working fine. I need to change gap parameter in some cases because i need to...
Dear,
THINGY:91 / nRF91 DK
Currently, Power Saving Mode (PSM) is a feature that is not always available with roaming cards, and we must use the local sim card to use GPS...
It used to be downloadable, but now it's like this
The chip has the old code, and the chip can run the code
Is the chip's sdwio and sdwscl pins broken Or...
Hi,
Now I installed SEGGER Embedded Studio. But I got a activation key from SEGGER. I put the activation key into the IDE. After the I checked in the path "tools->License...
Hi,
I've seen the results of the power profiler, but I'd like to confirm this - with no other concurrent user CPU processes (standby/sleep), is the S132 softdevice guaranteed...
HI ,
I need the nrfutil commands used to generate the following zip file
softdevice only
bootloader only
softdevice + bootloader
softdevice + bootloader + application...
Hi,
I am using nordic semiconductor nrf52840 development board and segger embedded studio. I want to write a code to switch on led when button is pressed. Is there an example...
Hi at all,
nice to join the community
At the moment I'll try to initialize the ble_stack_init(). I use the Keil v5 with the Softdevice s132 on the nrf52832.
So the problem...
When make calls
with the intention of flashing the 10040 device, I get the following:
ERROR: The --family option given with the command does not match the device connected...
on nrf52810 datasheet current consumption:1.5 µA at 3 V in System ON mode, with full 24 kB RAM retention, wake on RTC,But Online Power Profiler,Idle current 1.1µA.Idle current...
I am following the "get started reference of nRF52840"
https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK/GetStarted#infotabs
I cannot explore...
Hello,
I have two quastions
(1)
I am trying to run nrf5-mpu-simple written by , but there are just Keil's examples on Github and I am working in SES. There is written...
Hello,
I have developed an application that transmits a string as a notification to the phone app whenever there is a corresponding command received from the phone app....