Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
SoC: nRF5340 SDK: nRF Connect SDK 1.9.1
CMAC calculation works fine with SDK 1.7 and SDK 1.8. But it failed with SDK 1.9.1.
psa_mac_sign_setup returns error = PSA_ERROR_NOT_PERMITTED...
Dear Sir/Madam,
I want to test the BLE 5.1, Aangle of arrival (AOA) and angle of departure (AOD) feature. Kindly guide me which of the example of sdk 15.3.0 is useful for...
Hi all!
I am working on the SDK 15.2, with S132 6.0, and i use the SES IDE.
I have created a custom service with 32 characteristics for now. The goal in the future is...
Hello All,
I want to write codes for all the peripherals like GPIO , GPIO with Interrupt ,UART ,UART with interrupt , I2C , SPI , All Timers..without using the drivers provided...
Hey! I am testing some power consumption of my application, and I need to have a long rest period of appr. 15 minutes. I'm using an RTC timer in System ON sleep mode, full...
I have made a bluetooth beacon based on nRF52832 chip. I am able to write code DeviceDownload\nRF5SDK17009d13099\nRF5_SDK_17.0.0_9d13099\examples\ble_peripheral\ble_app_beacon...
Can i use 2 nos NRF52832 BLE chip on single PCB , PCB size is 30x50 mm ,
1 chip for scanner
2 for advertising
3.If yes what is the position for antenna of both Chip...
Dear technical support.
We are using this chip (nRF52832) in our hardware.
I'd like to check is this feature AoA(part of BLE5.1) enabled in the chip?. Is there any application...
We are designing a people location tag for building workers. Bluetooth direction finding AoA/AOD is good for the application. Is there any development broad for Bluetooth...
There is a potential for the NRF_MESH_ASSERT(m_reliable.next_timeout_index < ACCESS_RELIABLE_TRANSFER_COUNT) to fire on line 170 of access_reliable.c if the following conditions...
Hello,
I am trying to install the pc-ble-driver-py for my buildroot arm-board.
After some struggle I was able to compile the pc-ble-driver for it, however the python tool...
Hi guys,
I am working on my project and until now I enabled the device to measure the voltage and get the sensor data from the temperature sensor which I need now to send...
Hello,
We have been using FDS in our nrf52832 based product. Recently we had a need to port application to nrf52810. It required some flash memory optimization. Fortunate...
Documentation states “When a connection is created it will inherit the transmit power from the initiator or advertiser leading to the connection.” In my BLE event handler...
Hi,
SDK16
I'm using ble_cus.c to define custom BLE service.
In the ble_cus.h file the definition of the UUID is
#define CUSTOM_SERVICE_UUID_BASE {0xBC, 0x8A, 0xBF...