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 everyone, I'm having trouble deciding on the "best" / "most sane" way to interface two I2C sensors with the nRF5832. Both sensors are on the same I2C bus. The first sensor...
Hi Bro
I have a project need to use BLE + ESB Concurrently, actually I have did it in my previous project
but seems it has problem in new SDK
In my old project: SDK11...
I'm using the nRF52 DK (with an updated firmware) to program an external target (using the "Debug out" connector). It looks like the programming speed is limited to 1MHz:...
HI,
I am seeking help in getting the only peripheral code from the ble_app_mtu_throughput. Actually, I want to use the only peripheral code in my and want to use the maximum...
I have multiple sensors. I would like to ask if there is support for linking 4 or even 4 Bluetooth devices at a time.
My ultimate goal is to connect 4 or more Bluetooth...
Hi
I've been experimenting with the ble_app_att_mtu_throughput example and have it running between 2 custom boards using PuTTY, but I'm struggling to understand why the...
Hello,
I am new to using nrf52840 and the Nordic platform. I have successfully uploaded the example code blinky and it works perfectly. However, my problem is that there...
According to the Cloud Guide in the Thingy 52 Android app, Step 3/6, one is supposed to search for the Maker Webhooks service. However, no such service seems to be currenctly...
MCU:nRF52832
SDK:nRF5_SDK_15.2.0_9412b96
MESH SDK:nrf5SDKforMeshv310src
The First Join Mesh Network,Client can normally enter health_publish_timeout_handler function...
I am new to ble, I have to develop an alert notification service on nrf52 DK . Some times i need to send strings from the central to the peripheral Is there any way to achieve...
The uicr_bootloader_start_address and .uicr_mbr_params_page have no NOLOAD directive (in all bootloader examples). With objcopy this will generate large object files. Locations...
Hello. I have problem with GPS example for nrf9160
I have:
Dev Board: PCA100900 0.8.5 2019.7
Source code:
mcuboot: v1.3.99 aebd4b96d2abbeea5a3392c623369dd61ddf40cb...
Hello,
I have a request for a system (powered with a nRF52840) that should manages up to 60 devices.
Is that possible ?
What kind of settings can I expect (connection...
Hello,
i'm very new with nordic environment and i would like to know if it is possible to handle two indépendant whitelist : one during advertising of my peripheral and...
Hi all,
I'm using nrf51822, sdk 6.1 and s110 v7.1.
My idea is to use the GPRS module of my board to receive the new firmware (the module works with UART), save it to...