Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
hi Support Team
I am working on Asset Tracking project.Looks like Bluetooth Mesh is more oriented towards controlling.
I have a Ble device Emitting some Data. (say A)...
Hello there,
I have developed simple coap client and simple coap server based firmwares on nRF52840. My hardware/software configuration is:
SDK: nRF5_SDK_for_Thread_v0...
Dev Env
- SDK: v12.1, SoftDevice : S132 v3.0.0
- NRF52 start program : ble_app_uart_c
1. Is it possible to connect to NRF52832(Central Mode) from Android(Phone Pheripheral...
Hi,
While using sniffer and wireshark, I find the issue below.
CRC value of the raw data and the decoded are not the same at all ?
I find this with nRF5_SDK_15.0.0...
Hello!
I have some problem to generate the right service.h file with nRFgo Studio. I used the help in nRFgo Studio and tried several configurations. Sometimes I could connect...
Hi,
I am facing a frustrating problem in my project: I am using Nordic nRF51822 running on UART application SDK 11. The problem comes to when I add peer management and DFU...
Hi,
I am trying to build the connectivity firmware for a custom dongle based on the nrf52832. I am getting a section overlap issue when I am trying to build the solution...
Hello,
I am trying to fabricate a board based on the Thingy design, including the accelerometer.
I positioned the components, traces, vias and pads following some...
hello Nordic Team
I am using 2 DK
One with Light Switch Proxy Client
Another with Light Switch Proxy Switch
I am using Mobile Mesh App 1.0
Client Provisioning I...
I have been trying to use the nRF Connect app on my Apple iPhone in order to get the Current Time Service.
I bought a Arduino Primo that has an nRF52 on it.
The example...
I am working with an nRF51822 IC revision 2 chip and S110 SD 6.2.1 with Keil 5.10. My version of Keil 5.10 will not recognize the chip. I think that this is because I cannot...
Hi,
I am using nRF52832 microcontroller in project.
I use SPI interface for serial EEPROM.
I could able to see write packets are getting transmitted and verified the...
Hey, I use the Interactive mesh provisioning and configuration tutorial to setup one server and several clients which can communicate with this server.
Can you say me, how...
I have TIMER1 configured as 16-bits wide with no prescaler (62.5ns tick) and CC[2] set up for a varying value near 65535. My work is based on the Nordic blog post about synchronizing...
When I use uart to transfer data, sometimes I get error NRF_ERROR_SVC_HANDLER_MISSING in APP_UART_COMMUNICATION_ERROR when I start sending data. Sometimes this error occurs...