Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
I am using sparkfun nrf52832 breakout. I am new to this. I don't have a JTAG programmer so I cant program with keil. Is there an alternative solution for the software used...
I was using Sparkfun nRF52832 board to test my application, programming it with FTDI over Arduino IDE. Now I made my own PCB and found out that the IC doesn't have bootloader...
HI there! I am currently having some issues trying to add a custom 16 bit service to my nrf51822 project. Basically I am trying to make a dummy peripheral that I need for...
I have a nrf51-DK. I am trying to get a PWM signal on one pin. Here is my code:
static volatile bool ready_flag;
void pwm_ready_callback(uint32_t pwm_id){ ready_flag ...
is it possible to send ip packet form thread device with destination of non-thread device like ble (i gave ble device hardcoded ip) without border router ?
if yes i want...
Hello,
I am trying to flash my application to my NRF51422. In short, the application is a combination of the ble_app_uart and twi_scanner examples, I am reading data from...
Hello
I'm facing with printf over uart problem in my app. Application based on uart example from SDK 15.2.
However, it happens that printf function prints message to uart...
Hi,
On the latest nrfConnect SDK and zephyr, I started my application based on MQTT and AWS_FOTA samples.
The BSD socket function zsock_getaddrinfo sometimes returns a...
Is there at least one twi example available that uses pca10040e? Not seeing one in sdk15.0 for SES.
I can get the code working for pca10040 on s132 but not for nrf52810...
Hello,
I am new to nrf52 840 SDK, and currently working on Beacon code and really need help to fix some aspect of this code. I have a beacon code and would like to add custom...
Hi,
I'm using 3 AIN pins to read analog readings. However, when I go to sleep mode, I want the current to be as low as possible.
I notice that the AIN pins (saadc) is...
Hi everyone, recenly I had adquired a nrf52840 dk for testing how to work the BLE module. The problem was that in the first attemp the nrfGo showed that message:
I have...
Dear Experts:
Hardware Version :Nordic PCA 10040 1.2.4
SDK Version: nRF5_SDK_15.3.0
Project: ble_app_uart
None code will be modified in the ble_app_uart project. First...
Hello, I am trying to change the data length(maximize) from Nrf Connect Desktop to a BLE5 device. Could someone help me, how to change the packets size being sent? Thanks...
Hello All,
I am using the example " iot_secure_dfu_bootloader_secure_dfu_s132_pca10040 " with the NRF52 DK board.
I have build and load the code in the board but it...