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...
Hello, I have some confusion about updating advertising packet dynamically.
I am using nrf52832 with SDK v12.3.0. I am sending datas from sensor in advertising packet(manuf...
Hi,
I am trying to build the ble_connectivity code "ble_connectivity/pca10040/ser_s132_uart" to test the serialization part. The scan is not working. I am using PCA10040...
18.9.13 RAM[0].POWERSET (and sections associated for other RAM sections) states:
When read, this register will return the value of the POWER register.
however the...
Dear Sir,
I was using my Rigado BMD 300 and it was working fine.
When I open the nRFGo Studio the following was the details displayed in the tool.
But sometime after...
Hi there,
I am struct for two days trying to send 6 packets of 20 bytes as central. I use ble app uart central sample from nrf5_sdk11.0 with nrf51 S130 v2.0 softdevice...
Hi,
Does anyone know how to receive voice data from Nordic 52832 remote control in embeded linux ? Does Nordic provide any package for this purpose ?
Thanks
Hi, everyone,
We are developing the project on nRF52832 chip that is built from master (multirole) and slaves modules. The master program (in our case master is multirole...
I want to send data to all node by mesh 2.1.1.
From the Mesh profile(3.4.2.4 Group address),the dst_addr = 0xFFFF is send to all node .
I try to setting "packet_tx()"funtion...
Hi,
Currently im working on creating firmware for out device based on the nrf52832. I have structured my project where i have seperate files for each module i am creating...
The hid keyboard example includes the battery service. But how does it work? I would like to monitor the battery charge. After I use the voltage divider, to which AIN pin...
Hi,
I have NRF51DK (PCA10028) board and i want to flash BT832 (NRF52832) device.I have downloaded latest SDK but it only has the option of PCA10040.Is it possible to flash...
Hi All,
I've problem with nRF52 programming. I want to verify uart by using examples placed in the NS SDK for nRF52. After I loaded uart example, uVision shows error in...
Hello,
I am looking into the Power Profiler Kit for measuring the power consumption of a custom hardware. I can see that the PC Application is really useful during development...
About this example
https://github.com/NordicPlayground/nrf51-ble-tutorial-advertising
It´s advertising the data
uint8_t data_response[] = "Many_bytes_of_data" with the...
Hi,
I was working with MCUBOOT and was curious too know from where the MCUBOOT release version number is been generated or fetched-
When building MCUBOOT using cmake...