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 all,
i'am using nrf_Connect_sdk when i write this api
device_set_power_state(); it gives me undefined symbol
i enable CONFIG_TICKLESS_IDLE =y in prj.conf it gives...
Hello,
My company is evaluating the Thingy:91, we're interested in Multicell location lookups. My question is regarding the SDK, specifically if it's possible to configure...
Hi, I am unable to download my program and there's no detailed error messages, if any at all. Can someone please tell me what's going on?
Load "C:\\projects\...\\nrf52832_xxaa...
My company is creating a custom board using the 9160 and 52840. I have a BLE app running on a nrF52840 board that I want to port to the 52840 on the 9160 custom board. And...
I'm a newbie (few weeks) with nRF9160-DK and using nRF Connect SDK v1.7.1 / VS Code on a Windows 10 PC
Good afternoon,
I'm struggling with how to set up and start the...
Setup:
- nRF52832 , Softdevice s132, gcc
- iPhone is the peripheral. A custom service is implemented **on** the iPhone.
On the nRF:
- `#define NRF_SDH_BLE_VS_UUID_COUNT...
Hello.
We are developing using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral.
I am creating a function to connect to a central device, have the characteristic set...
Hi,
I am flashing Blinky led hex file on the flash at 0x5E000 location.
And again if i try to flash the different Blinky hex file at the same location. it wasn't working...
Hello,
I could use some guidance on where to look for a power draw that I am not understanding. I am not a hardware engineer but have been tasked with completing firmware...
We experienced an issue in production, in which about 40% of boards had excess current consumption by about 75uA. Root cause was found to be the PIN_CNF of a GPIO pin. During...
Is there any way that a BLE event handler installed with NRF_SDH_BLE_OBSERVER, can stop the execution of other (following) observers?
I have various modules using their...
Hi
I am a student and this is my first project working on BLE. Please keep that in mind.
The end goal is to create a fingerprinting system with a Thingy (nRF6936) as...