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...
Hi,
I have experience with the ESP 16/32, pi zero and BOSH XDK. I have been working on some IOT mesh stuff and I have a good product idea that I know I can build with your...
Our project is using SDK 15.3.0 on a nRF25840. Similar to this post , we'd like to be able to re-bond if the bond has been deleted on the Nordic side but not on the phone...
Hello,
I want to test nrf5340 external lfclk, but I don't how to test it.
sdk:1.5.0
board: nrf5340dk without hfclk
I want to use external lfclk to generate 1khz...
Hi Team,
I am developing a device using nrf52832. I want to configure the gpio used to wake up from system off mode to enter into gpio interrupt handler on wake up. How...
Hi ,
I need to add an I2C device in project , I referred sample project i2c_scanner .
changes done in nrf9160dk_nrf9160ns.overlay file
code added in prj.conf
...
We are using PPK II with nRF52840-DK and in zigbee case we are getting two different kinds of reparative pulses
1. Pluse_1 -> Amplitude = 17.52mA ; Ton = 200us & Toff =...
Hi All,
We found a problem about the NRF52832AA connect parameter update problem on some cell phones.
1. While the app connect to our device, parameter update not only...
I'm doing a load test on radio. In 1Mbps mode, the transmission time of the radio with different loads.
For a packet size of 65 bytes, I used this test:
Use the logic...
The crux of the problem is that my Zephyr I2C port is getting locked into EBUSY, and
What are possible reasons for this
How do I fix it
Context:
I'm currently...
Hello,
I am using an I2C sensor with my nrf52832 board and if I do the sensor_sample_fetch(dev), I get an error code of -16.
What does that mean?
Is there a table to...