I have modified the NUS-CDC application for the Dongle so that I can now scan, report available Peripherals, and connect to a specific one. I need to be able to cleanly disconnect...
We're designing a board using the Thingy:91X as a reference design. We're trying to determine if all of the power components are required.
The nPM1300 appears to provide...
We're designing a board using the Thingy:91X as a reference design. We're trying to determine the best approach to antenna tuning.
On the original Thingy 91, it uses the...
We're designing a board using the Thingy:91X as a reference design. We're trying to determine if we can use one Ignion antenna, shared for the LTE and GPS.
On the original...
I'm working on an nRF device (S112 SoftDevice) that acts as a connectable peripheral to an iOs central. The application only has data to transfer every 5 minutes, so I'm trying...
I was wondering how I can update my current code (see below) to reuse a single socket for multiple HTTPS requests, rather than opening and closing a socket for each HTTPS...
Hi,
Our team is interested in WiFi location service in Cloud Services.
https://www.nordicsemi.com/Products/Cloud-services/Location-Services
However, under the WiFi...
I want make connection secure between mobile app and thingy52. What are the types for secure connection. Currently anyone can connect thingy without any permission.
I have setup zephyr development in an ubuntu 18.04 virtual machine. everything is working fine. but can't see the vcp. i disabled and enabled it in the jlink configurator...
Dear Nordic representative,
I would like to run qualification BLE tests on nrf52832 chip: - https://docs.zephyrproject.org/latest/guides/bluetooth/bluetooth-qual.html
...
Dear All,
In my application I need to switch on and off the modem using AT+CFUN=0 and AT+CFUN=4 respectivelly. My question is the following. Let's assume that the device...
SDK:V15
chip:52832
development kit:window+keil
In stm32,inder to use uart rx with DMA, we could easily use:uart Idle interrupt+dma.but how in 52832 while how many...
I’m looking at this example:
https://github.com/NordicPlayground/nrf5-calendar-example
which uses standard C function localtime(), but can not find neither in the example...
Hi devzone,
I learnt DFU through USB by performing the following steps:
1. build and run "secure bootloader usb" project with segger through J-link port J2.
2. flash...
I'm setting up a new project (solution?) for the nRF52-DK, using SEGGER, based on one of the examples in the SDK, and would like to put it under version control (Github, etc...
Hello , I m working on project to commande sim868 by serial (send AT Commands), so for the fisrt i would like to test the serial connection with an arduino to see what it...
We have developed our application on a custom prototype board with a nrf52832 (laird BL652) and it works great. We got in our production boards and all the IOs on the processor...
I have a problem while provisioning the dongles in a mesh network, which is faced by most of the people around. Right now I'm using the latest mesh sdk. Can you help me with...
I'm having trouble reading value from ADC. What I want is to read a sample and not set any timer, since I want to run it inside a timer itself and have the refreshed value...
I have designed a custom board using nRF52832. As per my understanding, we can configure any GPIO pin for UART communication. However, I am not able to configure the board...
Hello,
I am running into an issue attempting to add certificates to the device in order to facilitate HTTPS calls to our backend directly from the device.
Before the LTE...
Hi all,
I am trying make some temperature sensor with Segger and nRF52 based on Mesh BLE v4.0.
Currently I am researching documentation and examples to pick best solution...