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 documentation simply says: 1 for variable length and 0 for fixed length.
What exactly does changing this do? Do I save space by setting it to fixed? Why does BDS set...
I don't understand why i have a current consumption of 0.535mA in system off.
In my soft i use PWM, SPI a Button,, I put all things off before i go to system off but still...
hi all:
I download the nRF OpenMesh from the GitHub.
There are 4 example in this folder:
(1)Bandwidth_test
(2)BLE_Gateway
(3)ping_pong
(4)Template project
I prepare...
Hi,
Starting from the LED Button Service found in SDK_12.2.0/examples/ble_peripheral/experimental_ble_app_blinky I'd like to add two characteristics on this service. I...
Hello!
Based on you example I try to develop a simple HelloWorld example that follows chapter 11 of the specification. It says that to form a network a energy scan should...
Hello,
I have been investing a couple days now in order to get the DFU procedure working properly, but it seems I am stuck...
This the setup that I am currently using...
Hello,
I seem to be having some errors with my current project. I am using SoftDevice S310 Version 3.0 and SDK 9.0. When i try to communicate with one of my I2C sensors...
Hello,
When using hal_w2_read() and hal_w2_write(), should the 7 bit address of the slave be passed in or the 8 bit read/write address?
It seems to me that passing in...
I downloaded the nrf52 SAADC Low power project from the GitHub
github.com/.../saadc_low_power
I'm trying to migrate it over to version 12 of the SDK and I think I'm having...
Hi. I'm using nRF52832, SDK13, S132V4.0.2.
I'm trying to test DFU.
I have 2 questions.
Q1. How can I make image for merged files?
I can see it works very well when I...
I am in the process of porting an nRF51822 (s130) project to the nRF52840 (s140), moving from the SDK V11 to V13.
I was using the BLE_EVT_TX_COMPLETE event in the SDK V11...
I've seen in two different posts that some people were trying to use this Torex XC9265A181MR-G in terms of being able to use a 3.7V LiPo battery. Can someone tell me if he...
I just bought the NRF51DK and going through this getting started guide: devzone.nordicsemi.com/.../
I opened the file ble_app_uart_pca10028_s130.uvprojx in folder ..\examples...
Guys
I am a newbie using nordic modulesI am just starting to program here with a nRF52 and SDK 12.2
I was trying to edit the experimental_ble_app_blinky and experimental_ble_app_blink_central...