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 everyone, my colleague developed a firmware using Arduino Nano 33 BLE and PlatformIO. Now I have to rewrite the code using Segger Embedded Studio. The problem is in the...
Hi there, I am developing a peripheral to central system with nrf52840 base on NUS service. Now I tried to increase the MTU of the peripheral to 247 to increase the transfer...
Hi,
I am using NCS for development and configuring GPIO pin as input, but I found the GPIO can't configuring as NO-PULL mode. There are only two options: Pull up and Pull...
Hi,
I am working on ble_bms_app template. While the nrf52840dk is connected to laptop, I don't get JLINK connected notification on the desktop. Sometimes i get the connected...
Hello.
I'm using nrf52832 (S132 v7.0.1, SDK v17.0.0) to develop peripheral roles.
Setting UUIDs for advertisements, services, and characteristics. At that time, sd_ble_uuid_vs_add...
Hello.
I am developing using nrf52832 (S132 v7.0.1, SDK v16.0.0) as central and Android device (Bluetooth 4.2) as advertise. Android devices use nRF Connect.
I can set...
We are aiming at a low pin count interface between modules. Ideally we would like to use the programming pins for both programming and as an I2C interface. Is this possible...
Hello,
I am new to Nordic, Zephyr and Linux. I have been going through the "getting started guide" on the zephyr docs website and ran into this problem not being able to...
I heard that nrf52832 rev3 has been released. Our product is using nrf52832 rev2, nrf SDK 15.3. If we change the chip to rev3, can we use the firmware without modification...
Using windows 10 OS, and SES v5.40.
I am using nRF52833 device in my project along with nRF5_SDK_for_Thread_and Zigbee_v4.1.0_32ce5f8 SDK.
As we can see that there is...
Hi,
I am trying out the smp server example with mcuboot and encounter this error when building for the nrf52840 dongle.
I read that it has something to do with the usb...
1. Erratum #7 counsels to add a DSB if reading sequentially from UICR and program flash, as below. But what constitues sequential? If my program reads from UICR on a thread...
I have a BLE application I'm writing using SDK17.0.2, and want to use FDS for some persistent storage. The first thing I want to do is to allow the user to update the name...
Hi,
I am using nCS v1.8.0 for application development on nRF Connect extension of vscode.
But I am unable to configure any unit testing framework to test my applications...
Hi, I am developing a logger for which I am using a memory. I was doing all this using SPI in nRF52832 DK which works perfectly fine. But the problem arises when I am trying...