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,
I'm completely new in the nordic development area and I'm trying to read sensor data from a DHT22 Temperature and Humidity sensor.
I'm used to directly include libraries...
Hello:
I am working on a USB bootloader project. I am running into the issue where the USB will not boot on first start up but boots following this. I read some of the previous...
It appears that there is a bug in the antfs.c sample code in version 15.3.0
nRF5_SDK_15.3.0_59ac345\components\ant\ant_fs\antfs.c
It the transport_layer_cmd_decode(...
I have a custom board using nrf 52382 with NFC. While Developing application I have checked nRF52832 Revision 2 Errata .
I have a question related [218] NFCT: Frame Delay...
Hello,
Our application runs over nRF52840 + SDK16 + FreeRTOS and we are using libuarte application to drive the UART. We found that the app_timer_freertos.c doesn't provide...
Hello ,
When i am using sdk functions with freertos some of the callbacks/functions requires (for example) xTaskNotifyFromISR() instead of xTaskNotify .
So how can i decide...
I am going to mass-produce beacons with built-in ble uart app sample.
However, I am not sure those produced beacons will have unique mac-address.
In my view, those are...
Hi all i am trying make a communication between esp32 and nrf52840 using UART. Initializing the uart driver was proper and pins also correct. when nrf start transmits then...
Using nrf52810 SDK 17 ble_app_hrs for my example, and i add some code about the passkey
Now the situation is after I enter the passkey on my Iphone nRFconnect app, and if...
As with my recent inquiry about a softdevice assert at PC=0x24e70 , I'd like to know which assertion fails in softdevice S132 version 7.0.1 at PC=0x157ec.
Is there a table...
Hello,
I observed a weird behavior when I changed to nRF52840-DK from nRF52840 Dongle. I am using the device as an SPI slave connected to a Raspberry PI as SPI master. ...
While trying to execute the light switch example, i was able to set the nrf52840 as evaluation board as proxy server but failed to do the same with the dongle.
2)When...
Hi,
When running the at_client example, I send the AT+CFUN=1 command via the LTE link monitor. After a few seconds, the nrf9160 reboots.
I want to say that before my program...
Hi all,
Currently I am working on my first project with the nrf52832. All is going quite well, but I would really like some help with my flash layout, basically I got some...
I'm attempting to control the microphone level from Windows 10 and Mac OS by configuring a Feature Unit.
The USB audio example demonstrates how to configure a feature unit...