I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
I'm using QT + QBS + bare-metal + gdb + openocd + stlink(debugger). I want to print into qt-terminal debug information. How Can I do this feature?
forexample:
int main...
I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
I am trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
I just tried out the new iOS nRF Toolbox 1.5 and it doesn't seem to handle long init packets.
I gave it a zip file that contains a 137216 byte 'application.bin' and a 192...
What's the easiest way to view all logs and error messages using USB serial connection app like putty, on the nRF52840 dongle?
What drivers and functions do I need to enable...
What level of risk is involved with brownouts for the modem? We have seen some modems in the past which have bricked themselves when a brownout has occurred when performing...
Hello, I want to inquire about the functionality of nRF52833-DK if I want to communicate between transmitter and receiver for locating position of receiver using BLE (Bluetooth...
Hello ,
I am interfacing the nRF52832 with winband spi flash . I can able to read the device manufacture id but i couldn't able to read the data from the device . I am getting...
Hi,
I am using the nRF52840 to sample some channel.
I am using the nRF5SDK160098a08e2 for that and based on the saadc example.
These are the results for my tests....
Hi there,
I've been unable to find a good example of what settings are required specifically to ensure that a characteristic's value can only be read and notified in an...
I have a question regarding the nRF Toolbox App v5.0.2 on iOS 14.1 and the Cycling Speed and Cadence demo app. It appears to be that the km/h calculation based on the CSCS...
Hi
I have created 4 threads in nRF9160 application, I have to go to sleep if none of the thread is running.
For this how do I check whether the created threads are running...
Hi, We are working on nrf5340 with the nrfx I2S implementation. We have configured the I2S IRQ for every 5 miliseconds. However, we have observed that successive IRQ introduce...
We are testing the combination of hrs example and the code in the butonless example. When I tried dfu after putting the code together, this error occurred. What does this...
I am trying to interface the microphone with nrf52840 and using the PDM interface. After initializing the module (nrfx_pdm_init) and then set the buffer , I do see clock and...
Dear Sir.
I have some boards that work with nRF9160 and Chipsim.
Some work fine.
Using MQTT application
With two boards I get the errors.
ERROR: getaddrinfo failed...
I am new to the nRF5 SDK. This is my first time using nRFX SPIM so this may well be a beginner error.
I'm using SDK version 17.02 and I am using a nRF52840 module.
I...
Board: nRF52840DK
SDK: 15.3.0
Softdevice: 6.11
I am trying to increase the MTU size in order to read more data on the peripheral. I have tried to increase the NRF_SDH_BLE_GATT_MAX_MTU_SIZE...
The SDK version I use is 15.3. And I tried to add the following code to the ble_nus.c
But it didn't work.There is no characteristic 0x2901. I don't know what's wrong....