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...
Hello,
I am trying to send gps data using MQTT protocol. For this purpose I wanted to combine MQTT simple example with the GPS example. I added all the methods/dependencies...
Hello,
I started to work witn NRF Connect SDK with nrf52840-dk? I mapped lots of peripherals to NRF Connect SDK. There are no problems. However, I try to map nrf_fstorage...
Hello
I am testing out a blinky FreeRTOS example that's a part of the SDK and would like to use SystemView to visualize context switching and tasks. Are there any steps...
Hello,
We're using a BLE connection configured with a 15ms connection interval, and a radio event notification configured to fire 800us prior to a radio event. I'd like...
Hi,
I trying to create a blank Zephyr project for NRF52 and want to use SES. But I could only open pre-existing samples and there's no way to create a blank project.
Appreciate...
I want to create server and client in nrf9160 not through LTE. only transmit on locally in nrf9160
//prj.conf # enable libs CONFIG_NEWLIB_LIBC=y CONFIG_NEWLIB_LIBC_FLOAT_PRINTF...
Hi support team,
In PS, it stated the sensitivities for ideal BLE transmitter, I would like to know:
o Sensitivity at 1M PHY DLE 255 octets , Dirty Transmitter on
o...
Hi,
In the documentation [1] for 802.11.4 for nrf52-sdk it is mentioned that the documentation is for the nrf52840 soc only. Where can I find documentation regarding 802...
I would like to add FOTA via HTTP to mqtt_simple example
please describe how to do that, and how to test the update
I know I need to add the following modules via...
Hi,
My journey for upgrading from SDK 1.3 to 1.4 continues. Now I have hints about how to not make random number generation to crash devzone.nordicsemi.com/.../nrf9160-sdk...
Hi Dear
Good Day!!
I want to know about which clock frequency they are used in nrf5SDK internal or external FREQ, and along with the where can i find the declarations...
Hello,
I am trying to work on an application to transfer BLE characteristic data to an SD card.
I ran the FATFS example on my setup and it works perfectly with the Test...