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...
Hi forum,
I am working on nrf52832, using sdk 15.0.0. I want to send the data(command) from esp32 to nRF52832 through Rx ,Tx . I have done connections rx,tx,gnd . I can...
Hi,
We are developing our stack with soft device using nRF52840 as the Controller and have the below queries
1. How to configure a static random BDADDR which will remain...
The error is
CMake Error at ../../../cmake/extensions.cmake:416 (add_library):
No SOURCES given to target: drivers__spi
This similar to
https://devzone.nordicsemi...
Hello everyone,
Hello everyone, I am a beginner in programming with OS based systems. I would like to get more into development with the Zephyr based NCS. For now, I want...
Hello!
I try to run FatFS example (SD card example, pca10040) from nRF5 SDK on my nrf52832 (ebyte e73) with microSD card with no success. No matter what I'm still getting...
Hi,
I am trying to get the time and UNIX time after LTE connected. but getting 0 only.
please log
date_time_update() function does not support in SDK 1.4.2 so I...
Hi,
In "nRF52832 Product Specification v1.4, it recommends 32MHz with 40ppm as below:
as the question mentioned above, can I use one with 10ppm?
thanks
best regards...
Hi,
I am getting assertion failed error when putting the device in System off. Could you please help me understand why?
Below in the code where the error happens:
...
I'm working on modifying the ble_app_uart pca10040_s132 to send strings stored in flash memory over BLE to the nRF connect app on an iphone. From what I understand the uart_event_handle...
Hi There,
I m trying to use the xxxx\SDK's\nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8\examples\peripheral\spi with the nRF52480 Dongle and I already had applied the...
Greetings
I have an NRF51422 QFAAEO running S210 Soft Device version 3.0.
I have written a Bootloader application that uses Ant-FS as the upload mechanism. During testing...
Hello everyone,
is it normal behaviour to lose data on UART reception when BLE scanning and advertising both are active?
So far I didn't lose serial data if I just run...
hi all.
I am trying to change number of data packets in one time interval.
I don't know the senario to change it.
For first step I wrote this code to change the quee...
Hi,
I want to write data to the Flash memory of my Nordic thingy 52 board.
When I erase flash using API ret = fs_erase(&fs_config, fs_config.p_start_addr, 1, NULL); return...
Hi, I hope you are fine first of all
I'm have a PN532 module. I want to write and read data from that Midare card.
I started with the example Adafruit tag reader. when...