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...
Hello everyone!
I want to form an Openthread network with three Nordic nRF52840 cardboards. I would like to monitor the traffic using a sniffer, but i can't receive any...
We are using the development board PCA10040 for implementing a prototype with several GPIO interruptions.
We are trying to use the NFC pins (pin 9 and 10) as pins of GPIO...
Development Software:
nRF5 SDK for Mesh v3.1.0
SEGGER Embedded Studio for ARM v3.50
SoftDevice S140 v6.1.0
Computer Platform:
Windows 10 Professional
Hardware...
Hi , i have implemented a event to flash handler with NRF_SDH_SOC_OBSERVER and it work . But I need to know which operation is related to the event , Es: void FlashEvent_Handler...
I am trying to open HTTPS client project from \v1.2.0\nrf\samples\nrf9160\https_client i am facing below error.
I tried opening different project still i am getting same...
Hi,
I followed this thread ( Link ) to implement a simple message model on the light switch example from nRF SDK for Mesh v1.0.1. I created a "send_simple_message" function...
Hi,
Our custom NRF52840 device uses a cellular modem. We communicate with this modem using AT commands.
We will also be hooking up our devices to a custom server that...
Hello,
I have recently purchased an nrf9160-DK for a project I'm working on here in the UK. Having fired it up and realised that the iBasis coverage is minimal where can...
I'm starting to try to figure out a secure OTA process using the 9160 and tools that Nordic has provided in the SDK and I am confused by one thing I'm encountering.
What...
Hi.
I want to test my iBasis SIM card for NB-IoT with nRF9160DK. So, I tested with the "AT_client" example. I have followed "Getting Start with nRF8160 DK" instruction and...
Hi, I am trying to run ble example - uart in segger embedded studio. I am using 11.0 sdk. I have imported keil project into segger embedded studio. I have the error stating...
Hi devzone,
I'm using translation.
I use nRF52840. I created a firmware like the attached one based on the SDK15.3\examples\peripheral\bie_peripheral\ble_app_blinky. ...
Hi all,
I have a custom board with LED on PIN 11 of nRF52832, and I am using SWD P20 configuration to program my board through nrf52 DK PCA10040. Apparently, nRFgo Studio...
Hi
this is not a question - I'd like to give feedback about the peripheral example usbd_hid_generic.
I'm new to 52840 and new to USB. As learning lesson I tried to build...
Hi All
I am now developing BLE application on nRF52840 DK. I have a question about BLE retransmission process.
When master sends a packet to initiate a connection event...
Hello All,
When I was testing our ble keyboard, there was a problem with the Lenovo tablet connection pairing binding. Please help me, thank you!
1. Ble keyboard is based...
Hi,
I need to send data from a CSV file on the nordic board(Via fatfs library). I have presently gotten a Gatt service up and running.
I have a mobile application which...