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...
I have seen a few references to SoftDevice in the 6.x series not being able to transmit at 500kbps in these forums, but I can't find anything in the docs to reference. Can...
Hi, I am using nrf52832 dev-kit. I use P0.23 or P0.24 as an input pin. I am trying use this pin to read data from other device. When I use this pin like button, it can detect...
Hello,
I would like to get some input on general framework options for development.
I am starting by strictly following the SDK framework, trying to use its drivers, translations...
Hi,
Sorry for putting so many questions in to single thread :)
----
I am looking for information on what all images been integrated to zephyr/merged.hex, can you point...
Hello!
I'm currently implementing Modbus RTU into my nRF52832 to enable the CPU to communicate with other Modbus RTU capable devices.
When communicating via Modbus...
Hi, I am relatively new with ble and nordic development. I am working with the nus service for communicating but now i also want to have ota firmware update. I am trying to...
When running the light_switch provisioner example, the application fails to the error handler when calling app_default_models_bind_setup, in access_model_application_bind...
Hi,
we are developing a device with 2 µC one being the nRF52832 for BLE connectivity. We want to do DFU via BLE with our own protocol. From what I've read, in this case...
For a customer I am developing a Zigbee coordinator / Gateway with the nRF52840. As hardware I am using the nRF52840 Preview Development Kit. As software basis I use the ...
Hello, a couple of get-me-pointed-in-the-right-direction questions, if you don't mind.
I plan on creating a system with an accelerometer that talks SPI to my Nordic nRF52833...
Hi!
I read that your Thread stack uses a different 802.15.4 implementation than the MAC driver. Is it possible to intercept special broadcast data packets e.g. from energy...
Hi!
I started to modify the ble_app_blinky example. I need to increase ATT_MTU, so I modified NRF_SDH_BLE_GATT_MAX_MTU_SIZE. For this, I needed to increase the RAM of the...
Hello,
I'm using Mesh SDk4.0.0 and SD v7.0.1. I have tested the light switch client and server examples.
Now I want to add some more models for additional functionality...
Hi , i want to change the device name by connecting the device using nrf_toolbox , have a look at my code , you will get what i am trying to do . By the way i am using nRF52832...
Hello Nordic!
I'm developing with nrf52840, s340, sdk 15.3.0, gcc-arm-none-eabi-7-2018-q2 in my customboard.
Recently, I am making ble central module.
I can scan and...