Hi, is there an available developer in my tri-state area of Minnesota, N. Dakota, or S. Dakota? Please call me if you are available for a project for hire. The developer should...
I'm trying to design a very low power sensor that takes readings using ADC and SPI 200 times a second. I'm a bit worried by the current EasyDMA uses (1.1mA). As far as I can...
Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
Hi,
I have a code programming the nRF51422 development board to write to a Sharp Memory 96x96 pixel LCD screen using SPI.
Currently the code writes two numbers and a...
I've modified the ble_app_uart example by adding GPIOTE so that the transmitter sends a character to the receiver when a GPIO pin is toggled. This part is working well.
...
Hi,
I am working on my hardware product having nRF-51422 chipset. I just came to know from forum post that
nRF-52 chips will get arduino IDE support as standalone. I want...
Hi!
I've been using PCA10028 for a long time and I had some bricking issues but I've managed to un-brick it with "nrfjprog --recover" and everything would work again. ...
Hi,
When we do the UART stress testing with serial_lte_modem sample, the slm will crash by sending AT commands with interval 100ms.
the debug log will show "<wrn> at_host...
Hi ,
I have question about the specification of CPU running current. We did measure the current by PPK to force the CPU always running but the result is quite different...
Dear DevZone, I'm trying to perform a BLE OTA DFU with two nRF52840 Dev Kits. I followed the step by step guide from Nordic provided at the following link: devzone.nordicsemi...
Hi , Dear Nordic supports:
I am using NRF52832 for the iterative development of a product. In the previous generation of products, I used a PWM control LED flashing, whose...
Hello.
Could someone recommend me a verified antenna RF Switch for AoA using Bluetooth nrf52811 ?
What parameters are crucial for proper functionality with nrf52811? ...
Hi,
In ble_app_cts_c example(SDK 16), is it necessary to perform app_timer_init()? Because I could see that, no timers are being setup in the function timers_init().
If...
Hi,
When I read about interframe spacing in the product spec ( https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf52840%2Fradio.html&cp=4_0_0_5_19_8&anchor=ifs ...
I have a nrf52832 chip acting as a serial passthrough to an external app. Basically, it works great, unless I start sending high amounts of data into it. Once I do that, I...
I am developing an IoT system in which I need to link multiple devices to a master, which is why my nRF52810 chip caught my attention so I am interested in knowing how many...
The address range for Bootloader is from 0x0007 8000 - 0x0007 E000 for SDK 16 on nRF52832 device. See this link ( https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16...
Dear Sir,
Using SDK 16.0 for NRF52833. My application uses NRF FDS lib (flash data storage)
Immediate fds read after fds write gives 0. But after a board reset I get...
Hi,
I am using nRF52840 S140 with ble_app_blinky application. I have a basic query of GPIO configuration when moving from Bootloader to Application.
We are using Secure...
I'm using ble_uart_app and wanna Low Power Current Consumption but its consuming 330uA. disabled the nrf_log form sdkconfig file. main code is below. Please let me know what...
Hi,
When nRF9160 is used as a co-processor and an external host MCU is used to interface with nRF9160, what are the serial interfaces that are allowed? The at_client example...