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...
Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
hi all
i want to create ble device with nrf51822 can connected to 433 rf transmitter device and when send every command to ble via ble service, ble device send specify command...
Hello,
I am trying to build the example code ncs/nrf/samples/nrf9160/secure_services in SES4.18 Mac.
However, the build failed with the error:
1> /Users/dev/nrf9160sdk...
Hi,
I am working on nRF52832 with SDK 15.3.0 with SoftDevice s112. I am actually shifting from nRF51 to nRF52. I have merged nrf51 custom code to nrf52, and able to advertise...
Hello everyone, I am using an nrf52840 development board with the NUS UART Central example from the SDKv15.3.0 packet as the code basis. I am also using the s140 softdevice...
Hello together,
in last 7 month every problem is solved about the stable nrf52dk, easy to understand SDK, pretty tutorials and so on (good job of the nordic developers!...
Hi,
I'm trying to implement USB MIDI class so my Nordic nRF52840 PDK is recognized as a USB MIDI controller (using the nRF52 USB port).
I followed Edvin advice here...
Hi all,
Last year, we have successfully developed main app with bootloader without SoftDevice on a custom board using the nrf52840. The starting address of the main app...
I have the following problem in my app:
Connect with BLE
Using the device works
Disconnect
Connect to BLE Device
Start Gatt.DiscoverServices()
Android does...
Hello Everyone,
We are using nRF52840 DK with Segger Embedded Studio (SES) using SDK v15.0 We are sending few command to sensor via SPI for reading sensor value. But while...
Hi everyone,
I have some questions / problems about the advertising report in the nrf52832 dev board. I'm using the example code from here : https://github.com/NordicSemiconductor...
Hi,
I've been implementing the BSP functions on a 15 button custom device based off of the nRF52832 (in a BL652 Laird Module). At a minimum I need to be able to disconnect...
Dear support team,
I'm using the demo ( thingy52-mesh-provisioning-demo).
I want to create an opcode hadler to enable/disable proxy service.
So that I can send messge...
Hi for my use-case I need the RTC in the NRF51 SoC to run continuously and uninterrupted (we know running out of battery will be a concern). Keeping the NRF51 system on 24...
I need some example code to write vendor specific service on latest development kit i.e on nRF5_SDK_15.3.
There are couple of example codes available, but in particular...