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,
1/ Is it mandatory for Direction Finding process to have all streaming advertising messages from beacon to locator connectable ?
2/ Is it possible/easy to manage live...
Hi,
I have an application and I want to send the output of the application via CoAP LTE connection. My plan is to modify the nrf-sdk CoAP Client sample to achieve this...
We are trying to use mcumgr/mcuboot with Zephyr on nRF53. During development, we have enabled the Zephyr shell functionality and would like to use mcumgr with it (CONFIG_MCUMGR_SMP_SHELL...
Hello!
I've got a problem when performing a DFU OTA. I first flash my software(#1) with bootloader in de nrf53840DK. When i make changes to the software i use app_update...
Good day, I have seen a few people asking about connecting the Nordic devices with the RFM95/Sx1276 modules. I understand that it is SPI driven, but I am a complete novice...
Hi,
I'm using nrf52840 to connect a mobile device via BLE.
I've noticed that when a lot of messages are sent, a disconnection occurs with reason code of NRF_ERROR_RESOURCES...
Hi there!
I'm currently facing an issue where the client will stop transmitting messages after six hours and twenty-five minutes. This is the case after 255 messages have...
Hi everybody.
I'm margin two different projects:
examples\peripheral\usbd_hid_generic
with
examples\ble_peripheral\ble_app_hids_keyboard
but, using the make file...
Hi,
I am using a custom board that uses Arm Cortex-A7 and embedding an nRF52840, There is no external low-frequency crystal 32kHz connected to the nrf52 chip, so I've enabled...
Hi ,
I'm trying to use http_application_update , on an https website, and i get:
I: Attempting to connect over IPv4 I: Setting up TLS credentials E: Unable to connect...
Hi,
I want to transmit data on each button ( lets say 4 buttons for now ) press on my custom board. I have used ble_app_beacon example and tutorial https://devzone.nordicsemi...
Hello
I have uploaded USB CDC ACM example code in my custom board of nRF52840. I didn't get Vcc on D+ pin and cannot detect USB. I have also check soldering side and resistance...
I have an si7055 i2c temperature sensor connected to an nRF52840
I've tried my best to get a reading, but failed.
Therefore given up.
I'd be grateful for some help to...
Hi,
We are starting a new development for an Ultra Low power product.
Thus, we found the nRF9160 as a good option with its ARM-M33 subprocessor. However, we have some...