The link for downloading nRF6939 live cd v5.4 is broken.
https://www.nordicsemi.com/Software-and-Tools/Reference-Designs/nRFready-Smart-Remote-3-for-nRF52-Series/Downlo...
Using one ADC, the current can be reduced to about 40uA after the ADC value is taken. Using a two-channel ADC, after the ADC value is taken, the current stops at about 0.4...
I'm searching for a software engineer who can help us getting OTA support between nRF52810 and PIC16 MCU.
nRF52810 must have command- and data mode over UART, Pic controler...
I want to be able to read the gyro and accelerometer values from the MPU6050 sensor.
As a base start I downloaded the NRF5 SDK V15.3.0 and modified twi_sensor_pca10056 program...
Hi. I'm using nRF52832, SDK13.0.0.
I should use SHA256 and MD5.
I made my code as below.
NRF_CRYPTO_HASH_CREATE(init_packet_hash, SHA256); NRF_CRYPTO_HASH_CREATE(init_packet_md5...
Hi. I'm using nRF52832, SDK13.0.0.
I want to use SHA256 as below.
output32Byte = SHA256[input32Byte];
Which function or example can I refer to?
And also I want to...
Hi I'm having trouble updating the firmware on a custom board using JTAG through the NRF9160 DK.
I've attached the log file from the programmer of the error I'm getting...
I loaded up the zephyr sample blinky example, compiled ok, and went to download to the nrf5340-pdk...
I got the following error dialog plus some more misc. errors (see output...
Hi
nrf52833 SDK16
The following code works fine on UART 0 but not on UART 1
The problem seems to come from nrfx_uart.c
There is no support for a UART1, so...
Hi,
I've built a project out of the USBD_ACM_CDC example in which I have added a SPI master driver. This project has a timer interrupt that will shoot off every ~500us and...
Hi everyone,
I'm a beginner with nordic development and I managed to screw up my development kit. It started when I was trying to figure out the BLE blinky app with my IOS...
Hi,
I'm working on an IoT project with NRF52832 ( S132) . I need to connect this device to mqtt over 6LoWPAN (IPv6) and run it on a button cell battery CR2032 for as long...
HI,
I am trying to connect to our cloudmqtt account where the topics are dynamically created because of which is it not possible to pre-program a specific topic.
I would...
Hi,
it came to my attention that the inductor Murata LQP15MN3N9B02D (3.9nH) that is used in the antenna matching circuit of the nrf52832 reference design has become NRND...
Hi every one,
I'm a development product with chipset NRF52811, using soft device S112 and SDK 15.3.0.
My device will wake up and send data whenever I press the button...
Hello Nordic Team, I'm starting a project which consist in measure pressure in multiple points and send this data to central unit. At this point, using strain gauges with...
Hi,
I am using the Thingy 91 and I have a program, where I first read GPS, then switch to NBIoT Mode and then send the data to a server.
However if I switch the Antenna...
Hi, Nrf Connect was used as a central.When I send a data (Uart Service) from the app to the characteristic value of a Service (UUID:0x0002), the callback function of another...
Devices: nRF52840
Example: Light switch provisioner/client in one device
I have been looking into provisioner flash storage and am trying to understand at a fundamental...
Hi,
I flashed my 2 PCA10056 boards with light switch server and client respectively. As a provisioner, I am using my IPhone 6 wirh nRF`Mesh app.
After the provisioning...
Hi,
I am wondering how I would describe the capabilities of a device. Say, I were to develop a device that contains a light bulb and a fan. I could now use two elements...