Hi:
environment:
target board: DK52 board and run LWM2M example of IOT-SDK v0.9
router: ubuntu 16.04 on VM and runs bsserver and LWM2M server on ubuntu 16.04 ...
Hi,
I'm interfacing a nrf51822 and a H8/3294. My question is how much can I drain a the txd pin of the H8/3294. That means my question isn't really about nrf51822.
In documentation...
Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hello,
My questions is about ANT and CRC :
Does ANT stack already use a CRC that checks if a data has been received correctly?
Or do I need to create my own when sending...
Hi,
Sometimes our custom board is not readable with the reader uTrust3700 from Identive and it might be related to this post . We are usind SDK 14.2 with our custom board...
I'm using nRF52832 and intend to interface 3 I2C slave devices; the first is the BNO055 IMU.
I've integrated the Bosch "driver" code into my SES project, but I find that...
We are implementing a DFU controller to perform DFU over serial for the nRF52832.
Our reference is the nRF5 SDK v15.3.0 DFU Serial documentation (Nordic/SDK/nRF_SDK_15.3...
There are a few threads on here about this already, but I wasn't find the answer to the exact question I had.
I am using the nRF52832 with SD132 and SDK15.2 on a custom...
I cannot get logging in the Seggar debug terminal nor the J-link viewer application (All terminals) when running this example.
I have the NRF_LOG_BACKEND_RTT_ENABLED selected...
Hello
I am using nrf52840 from nrf9160dk, I am trying to run example from nrf52840 with sdk16.0.0 and sd7.0.0. While checking data on uart I am getting following error...
Hi
I'm trying to get a DFU boot loader working on our own custom hardware. My initial approach was to build secure_bootloader_ble using my own public_key.c file and try...
I updated my Thingy:91 today to version thingy91_fw_2020-04-29_bc7ade8b.
I flashed the mfwnrf9160120, the thingy91_nrf52_connectivity_bridge_2020-04-29_bc7ade8b and the...
Hi, I'm developing firmware for the trf7970a nfc chip. For standard communication the chip uses spi, but a special direct mode uses an additional two wire interface where...
Do the values for current consumption given for the scenarios in Section 5.2.1 of the nRF52833 PS include the current for any peripherals required? E.g. the PS quotes 2.6uA...
Hi!
I am trying to merge the basic/button sample with the mqtt-simple sample.
I added to the prj.conf of mqtt-simple sample.
My main.c looks like this:
After merging...
Hello!
Iam trying to get the spi function to work properly on my thingy 52 device.
My problem is that the transfer wont stop when it should in my opinion, i have analyzed...
Situation: SES, SDK 16, nRF52832
I'm developing a pre-production test program without BLE. I'm using APP_TIMER_V2 and noticed that the timer events do not not happen even...
We have a custom board with nrf9160, ncs 1.2.0 and modem fw 1.1.1. We experience strange behaviour with the GPS: As an example,on units with 30 min fix intervals, we experience...