Hello!
Our current project is bare metal and has logging over CLI. I'm in the process of setting up a new project of ours that uses FreeRTOS but reuses a lot of the same...
If some one else have trouble that the Nrf52840 Dongel do not mount using cdc acm on openwrt this will most likely help.
First number is the verdor id second is the product...
Hi,
I am using "asset tracker" project in nRF9160 DK.
I want to update asset tracker application through HTTP.
So i migrated changes of "asset tacker" in main function...
I have a simple TCP client application running on the nRF9160. After connection to the server, recv is called and writes the data over Segger RTT channel 1, where on the host...
Hi,
firstly, I have to say, I use MBED OS, if you cannot help me because of this, I understand, but maybe somebody still has some general Ideas.
I am trying to build an...
Hi everyone,
Currently, I am working on my bachelor thesis for creating simple network by using MQTT, BLE-6LoWPAN and nRF52832. I have three nodes of 52832 and one raspberry...
The value of
ACCESS_SUBSCRIPTION_LIST_COUNT is 7,
but when I add more than 3 group in subscription of a node, its shows insufficient resources error.
What is maximum...
Current situation:
I am using uarte to communicate over UART, at Individual level this works. I have serial mesh DFU implemented in my application and at individual level...
I have been able to recieve data from individual Thingy52 modules on RPi 4 in Python.
How can I setup my RPi to communicate with multiple modules?
A straightforward approach...
Hi Everyone,
I am using nRF52832 with SDK v14.2 and SD v5.0.0 for our product development on a custom chip.
While pairing for the very first time with the smartphone,...
Hello,
I am using nrf52832 board, having SDK 15.3.0 in Segger studio IDE, using window10.
I am trying to read from ADS1232 IC,
Connection:
DOUT - P0.11
SCLK - P0...
Hello,
In ble_advdata_short_name_find,
&& (parsed_name_len < strlen(p_target_name))
should be
&& (parsed_name_len <= strlen(p_target_name))
Right now, if the short...
Hello,
I am looking at the nRF51822 and was wondering if I have the input buffer disconnected, is there a difference in current consumption for that pin if it is not connected...
Just saw the announcement of the Arduino nano 33, based on the nRF52840 and mbed RTOS. Presume it'll take a while for all of this to come together, both HW availability and...
How to set the tick of RTC to, for example, one second. And then calculate the current time base on the RTC counter.?
i need to calculate time from the RTC so that i can...
Hi all,
During development I've run into issues setting up a functioning characteristic notification for IOS or Android. The notification works fine using the NRF Connect...
This is the ticket:
https://devzone.nordicsemi.com/f/nordic-q-a/52310/how-to-switch-a-node-into-provisioning-configuration-mode-to-configure-with-nrfmesh-app-and-then-into...
Hello, we seem to be having an issue with LE privacy. We want to always use a random address when advertising, here is what I am seeing.
- SDK 15.3, Nrf52840.
If I disable...
Hi,
I'm working on enabling APP Protection while successfully executing below code:
if (!nrf_sdh_is_enabled()) { if (VERSION_BUILD <= MAX_RELEASE_BUILD) { NRF_UICR-...
Dear all,
I'm using and nRF51822 chip for implementing a wireless HID device with dongle.
The device has an RGB LED, and indication scenarios for different modes are played...
I'm using SDK 15.3.0 example twi_scanner with Segger Embedded Studio. I do a search entire solution for TWI_SCL_M and the only location it shows up is in main under the twi_master_init...