Hi I am using Jlink board, when connected to my pc, I can't select nRF5x programming.
Version I am using is 1.20.0.2. I tried the uninstalling everything and installing....
Hi guys,
In the iot sdk in mqtt.h there are typdefs for "mqtt_topic_t " and "mqtt_subscription_list_t".
I'm trying to set several topics (5) and subscribe to them.
...
Hi,
I am using nrf5832 that is running a coap server example.
I have modified it a little so it reads sensor data via i2c and returns the data using the coap callback.
...
Hi,
I would like to receive some suggestion about finding a CHEAP smartwatch / wristband already available that has these minimal features: BLE (with SDK / GATT profiles...
Compiled with Keil4 software compilation and C of the mixed program, the error is:Branch offset 0x00000228 out of range of 16-bit Thumb branch, but offset encodable in 32...
Hi,
I am currently working on a prototype with Silicon Labs Thunderboard sense. I am looking for a replacement product that has NRF BLE module. All I need is a BLE module...
I would like to hide BLE advertising from normal BLE devices.
And only be able to see such advertising with dedicated scanner.
I was thinking of changing access address...
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...