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,
I am using nrf52840 and SDK 16.0.0
I have integrated two examples, ble_app_template and nrf_calendar example . Now I have a problem. I wanna update the manufacturer...
Hi
I just joined a development team for a monitoring system consisting of a master and 5 slaves. They have a prototype that works well, using the functionality of the ACK...
I am trying to read the primary services using Master Emulator API and i am getting the below error. Using the Master Control Panel (MCP), it got no problem reading back all...
Hi,
I am developing nrf52832 on zephyr platform, I have seen a very useful GitHub library you guys have created called 'NordicPlayground' https://github.com/NordicPlayground...
Hello, I want timer to interrupt if timer is not restarted in 200ms and wrote below code.
I am restarted timer in few milliseconds using below but still I m getting...
Hi,
I get news at the homepage about that Nordic announces support for Amazon Common Software for Devices.
May I know which version of SDK can support this ?
If yes...
I have been programming nRF9160 using v0.4.0 SDK and it has worked fine. However moving the same program to Nordic Thingy 91 has been giving me problems. The board nrf9160_pca20035ns...
Hi,
Creating an new app will only call the main() in the form of task, i have requirement to create couple of task in my main() so is it possible to create user defined...
Hello,
I'm trying to run Simple_mqtt code on developement board with nRF9160. Connection to LTE takes in my opinion very long time. On basic AT sample code it's connecting...
I am able to build my project, but when I try to flash it to the board via ninja flash_<target> I can select the device in nrfjprog.py, I know, that I have to use "'0'" as...
I am attempting to add a UART to interface to an external MCU. I have the uart example running (without any RTT info) yet when I port the uart code to the ble-thread example...
Is it possible or there is support in nrf52840 such that I can enable readback protection from the firmware itself?
I found an APPROTECT register in bitfields. But how to...
Hello,
I have one custom board which have Nordic's nrf52840 chip. I'm using this chip to scan the surrounding beacons.
For beacon scanning i have integrated Bluez stack...