Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hi,
To use the GPIOTE macros in /modules/nrfx/drivers/include/nrfx_gpiote.h the order of the initialization has to be changed.
Please find attached a patch that handles...
i used nrf52840 and scanning.
'A'(nrf52) is scanning and 'B'(nrf52) is advertising.. (with 2 products)
How do I find it by name 'B'?
i couldn't get NRF_BLE_SCAN_EVT_FILTER_MATCH...
Hello,
we face the following issues when trying to connect to our peripheral with Android 7 and 8 phones each with BLE4.2.
Precondition:
Phone was connected and...
Hello,
I am using the SDK examples with the softdevice. I want to know how is the hop sequence determined. From what I understand the channel map for two devices to communicate...
Hi,
We have a product developed which will be in continuous advertisement mode for life time. Now we wanted to make our product advertise only after it detects a valid...
I saw something in the list that might help but I have learned that if I go there I lose all the work I did to get here
I am having major problems with Segger Embedded Studio...
Hello! I'm working on a project communicationg using two BLE devices (central and peripheral). On the central side we want to scan and connect to a peripheral that advertises...
Hi, all
I'm trying to write/erase data to flash memory (nrf52833, pca10100)
I want to erase only 4 bytes.. Is it wrong to define like this? I guess '4' value's unit is...
I am creating a smart toothbrush (inputs gyroscope and accelometer data and outputs teeth region). The smart toothbrush has an IMU that collects 6 readings (3 gyroscope and...
Hi guys,
I am using nRF5 SDK for Mesh v4.2.0 and I implemented this simple message model which can enable the communication between LPN and server node. After my nodes are...
Hi everyone, I see in nRF5 SDK 16.0.0, a Button/Led/Timer assign for handler, like that: bsp_init(BSP_INIT_LEDS | BSP_INIT_BUTTONS, bsp_event_handler); Or: app_timer_create...
Hello,
I was working on buttonless dfu feature. I add buttonless dfu service as shown as ble_app_buttonless_dfu example and i manage to perform a ota dfu on nrf52 devkit...
Dear Sir.
Moving to version 2.4.99 from version 1.2.0 .
In previous version SPI worked well , cs was configured in overlay as
&spi3 { status = "okay"; compatible...