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...
Hello,
Our custom board (nrf52832, S132) seem enter to the read back protection, J-Link could not connect to the target in any ways.
We tried the command "nrfjprog --recover...
The code is running on 52832 (BLE) and transmit msg over BLE (NUS) each time GPIO is active (GPIOTE).
But same code (after adding LE CODED Phy) is crashing once it reached...
I am trying to build the NCS sample project "peripheral_lbs" with multiple peripheral connections. Therefore I added the CONFIG_BT_MAX_CONN. Up to 20 the build is working...
I have a problem when activating the simcard via nrf connect. |
After several attempts, using the IMEI and PIN on the Thingy 91 product, i get the following error.
(There...
Hi. How do I advertise both heart rate service and current time service together?
Seems like the current time service overwrites the heart rate service.
I will appreciate...
Trying to convert a working sample for a BME280 sensor from I2C to SPI
nrfConnect 1.4 on nrf9160-DK
After looking at other SPI examples and noting the syntax I thought...
Hi,
i have changed uart pins to second port. After that it is not advertising. when i connect the FTDI converter to the uart pads from custom board, it starts working and...
Dear Devzone Community,
when trying to get the Zephyr SHT31 Sample running, I stumbled across an error which I was not able to resolve.
I did the following:
Add nrf9160dk_nrf9160ns...
I need to control the BLE ON/OFF state and send some data to MK81 via BLE through UART, we have estalished the Hardware connection between the nRF52832 chip and MK81,
How...
So, I am quite beginer with programming and working with this sensors and nrf, So I need your guys help.
I am trying to get the x,y,z values from the accelerometer of BMX055...
The nRF 52840 RSSI "meter" is not usable.
I tested in an RF (2.4Ghz) quiet neighborhood. Using a reference receiver, I measured RSSI variance around +/-3 dB (95% confidence...
Hi
Q1. Can SES Nordic fork generate unique checksum for code verification? It's like what Microchips compiler did.
Microchips compiler can generate checksum after code...
Hi there!
Okay, we're back again... I'm using ARMGCC in combination with Make, nRF5 SDK, nRF SDK for Mesh, FreeRTOS and C++. This time I wanted to use the APP_BUTTON library...
Hi Nordic,
I am a beginner in programming outside of the Arduino IDE. I'm familiar enough with C to understand much of the code in the examples, but using I2C with the...
Hi. I am currently using an nRF52840 DK board and SDK 17.0.2.
My team is implementing a default key for the first connection to device.
During the connection, we plan...