I am working on a project using a ble nano (nrf51822) using the Nordic SDK 8.1. In the examples I found a way to control an LED using the methods LEDS_ON and LEDS_OFF. I wanted...
Hello,
I am using ble_app_gls example and I have implemented static passkey in the code. Now I want to see if wireshark shows the passkey when I connect to ble devices. For...
Hi Team,
We are implementing an UART communication between a M4 processor (UART master) and a nRF51 (UART slave) and we want to use the UART in Low Power mode with flow...
Hello everybody,
for my project, i will bond the peripherial with the central.
I test my device with the MCP and can connect without problems. When i press the Bond Button...
Hi all,
I am trying to count the positive edges of a 3.5MHz signal with GPIOTE, PPI and the TIMER1. Unfortunately i can only measure to frequencies up to a little more...
Loaded Softdevice S140, ( Using NRF52840 DK board ) using NRFgo Studio.
App flash base is set to 0x00021000 and app RAM base is set to 0x20003000
Looking at the CPU...
In our earlier projects with nRF51 and SDK 8 we used to have bluetooth device names of length 13 or 14 characters. However, when using nRF52 and SDK 12 I noticed that the...
Hi we are in the preproduction phase and we see that in the market there are two order codes NRF9160-SICA-B1A-R and NRF9160-SICA-R.
Looking at the datasheet it looks like...
Hi there,
I am trying to obtain a .hex file for my project for Release Configuration. I don't see the .hex file get updated in the pca10040\s132\ses\Output\Release\Exe directory...
I am a electrical engineering student in my final year of study and am developing a product for my final year dissertation.
The project idea is to help identify sickness...
Hello,
I am using,
iPhone 7
iOS v14.8.1
nRF Connect for Mobile iOS v2.4.13
I have used nRF Connect for Mobile on android which shows this menu when peripheral...
I am using the NRF52840-DK and using the Zigbee light bulb example.
1. The DK board successfully connects to the zigbee network - Z2M in this case.
2. I have added an...
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...