I had manged to deploy and configure mesh networks on Nordic Thingy devices based on these 2 examples separately. 1. Generic OnOff models https://github.com/NordicPlayground...
Hello,
I am unable to access my SRJ profile with email id [email protected] due to two factor authentication. i do not get anything in the google authentication app...
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...
as others have described I run the sniffer
than go through pairing process, the encrypted packets show up as "Encrypted packet decrypted incorrectly (bad MIC)"
is there...
Hi.
currently i use the nrf connect with a dongle to connect to a ble device to read/write characteristics for testing purposes.
Now i want to do it automatically using...
Hi all,
I am adapting some examples according to my needs and have encountered something that I find strange. I am trying to send 244 bytes from computer to usbd_ble_uart...
I want to program my nRF52832 Over-the-Air but not through Bluetooth. We have a Wi-Fi chip interfaced with nRF52832 so that the device can be connected to the internet.
I am trying to read the current time using CTS. I used the example source provided by nordic. However BLE_GATTC_EVT_READ_RSP does not occur in ble_cts_c_on_ble_evt.
BLE_CTS_C_EVT_DISCOVERY_COMPLETE...
Are there any examples of sampling something like an I2C bus at a constant sample rate? I have seen issues myself with the k_sleep and k_busy_wait not giving accurate delays...
nRF5_SDK_15.2.0_9412b96
soft device: s140
Compiler SEGGER Embedded Studio
1. I have used example ble_app_uart. I connected the ble module to a device which has a baud...
Hello,
I'm looking for a little clarification on how the antenna tuning circuitry works on the Thingy:91 v1.0.0 board.
From a previous topic on the DevZone, I saw that...
I'm having an issue where I can't reconnect to a device after updating the firmware from the iOS SDK. I believe it's the issue described here in the documentation:
Since...
I am having responding to an authorized write request. It seems to work for BLE_GATT_STATUS_SUCCESS case but any time I try to set the gatt_status to an error, the call to...
https://www.youtube.com/watch?v=wa_ARkZSr_U
This video presents how Bluetooth mesh network works . As we can see this network contains nine Thingys and one nRF52 DK (not...
I am now experiencing such a problem. I packaged 20 packets of data, each packet of data is 13 bytes, and then I want to send it out, but only 4 packets of data can be sent...
Hi everyone,
for a project, we need to interface an analog sensor which is not using standard protocols like I2C or SPI.
Instead, it uses 6 pins to receive commands...
Do you use code format tools for SDK? like .clang-format? Do you have own style guides like Google, LLVM? Which tool would you recommend for code formatting?