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...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
I have just received an nRF52833-DK and am trying to get started with it.
I am at the website:
https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF52833...
Hi,
I press Button 1 and Reset to put the nRF52840 DK in to DFU mode that is programmed with a immutable bootloader (B0), mcuboot, and application. This works well to...
Hey. I am new to this forum and new to programming BLE chips. I have ordered my first dev board and cant wait to get my hands on it. I have been reading a lot for the coupe...
Guys,
I am currently experimenting with an existing wearable that contains an NRF52832XXAA Revision 1, and I'm having a hard time to have it running a simple BLE peripheral...
Hey everyone! My team and I are working on making a hex file that contains the soft device and software, as found in the 15.3.0 SDK, in the secure dfu test images folder....
I'm wondering about a scenario where an attacker has physical access, and manages to program their custom application into our device. They could use our stored credentials...
As UE HW designer/manufacturer we have limited possibility to troubleshoot modem/EPC states.
We had troubles with MME switchover and other corner cases recently.
We would...
Hi Sir
Now we have a project with NRF52805 and will MP by 2021 May,
We are looking for a RSSI test method for production line,
Currently, we are using a Litepoint IQxel...
Hi,
I wanted to use the project code of nrf5832 which we have created with nrf17.02 sdk and nrf5.0 mesh sdk with softdevice 132 for the board nrf5840 board. We are stuck...
I need to get quite a lot of logs and quite fast too. How do I do I get the logs into a file?
I tried with Segger RTT logger, but it tends to give up quite quickly. I heard...
I want my system to sleep for some time, but its waking up and I am unable to understand which interrupt occurred. I want to know which interrupt caused the system to wake...
Hi All,
I want to implement a function to send data from the internet coap client to nrf52840 DK coap server. The nrf52840 runs .hex file which is one modified from Nordic...
Hello, I'm testing an example of a zigby light bulb with a nrf52840 (pca 10056) board.
Here, when I press "BUTNERT 1" on ZED, I want to send the [ON/OFF] status of the current...