This is what I got after upgrading my nRF51 dongle firmware.
It always times out.
I didn't somehow got one of my J-Link Lite upgraded, but couldn't repeat the process...
Hi all,
Good day.
Could you please recommend an Android or IOS APP which can connect 8 or more BLE peripherals at the same time.
Thanks & Regards
Jenson
I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Hi,
I am prototyping with the the THINGY52 using nRF Connect.
I am using the services available to drive the MOSFETs on the expansion connector P4 through the services...
Hi,
I would like to debug the code which is in Nordic Thingy91 by using nRF52840DK.
Is it possible to use the debugger in nRF52840DK for Nordic Thingy91 ?
If it is possible...
Hi,
I like to understand what SBs should I cut, what switched should I use to measure the SOC current only with PCA10056 board. I use the Otii Arc device to supply power...
Hello,
I'm working on NRF52832 based module BMD-301
for same i'm using SDK16 Segger Embedded Studio
The thing is
when uploaded ble_app_alert_notification example it...
Hello,
I've tried to convert the mesh light switch server example from NRF52840 DK to Dongle following this post.
Unfortunately that doesn't work.
I've changed the BOARD_PCA10056...
Currently, there is a project. The situation is that the master nRF52840 communicates with the cloud server through the GPRS232 module, the slave nRF52840 communicates with...
Hi,
I tried to create a custom server in using server setup of nRF Connect v3.3.0 but when I tried to apply my custom server on my device, the software bugs instantly. ...
I want to modfiy the code in the example ble_app_ancs_c to read the internal flash with fstorage. But after I set APP_TIMER_CONFIG_USE_SCHEDULER to 1, the operation of fstorage...
Hi every one, I am running light switch example (using SDK 15.2 and SDK for Mesh version 3.1.0 ). The problem is: My provisioner node cannot Receive RSSI message of a node...
I am trying to save and read a structure using FDS, how do I go about it?
I have the structure:
My custom function for saving is:
I call the function using below...
This error always stop the "mqtt_simple" application.
I have tried modem versions 1.0.1 and 1.1.0, SDK versions v1.0.0 and v1.1.0 and added this code to system_nrf9160.c...
I have an Android application running with RxAndroidBle library and I want to change it to Nordic-Ble-Android library. I'm not that good with Bluetooth and the actual version...
Hello, i'm new in BLE and i would like to know, what is the best way to read and write 200-300 parameters of my product via BLE from a phone?
Possibility 1 is, to create...
I am trying to save and read a structure using FDS, how do I go about it?
I have the structure:
Is this correct by populating the record as such?:
And to read...
Hello,
is there any tutorial on how to send commands to the Thingy52 from an Android app (like the Thingy52 app or nRF Connect) to start the RTC clock (and then read/clear...