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...
Dear Nordic Team,
Is it possible to have dual role (one at a time) on nrf52805? Is any such stack available?
I am very new to BLE and i am facing a problem in BLE Uart...
Hello Everyone,
I am a beginner for working on Nordic devices. I have one query. I have to build a firmware in NRF52840. Now 2 different apps will be connecting to this...
Hello
I am using 5 nrf52833 dev kits and the ble_zigbee_dynamic_light_bulb_eddystone example from nRF5_SDK_for_Thread_and_Zigbee_v4.1.0
I have modified the following...
I'm trying to achieve a low power operation on a device which has a nRF52833 module with a SPI peripheral on Zephyr. It is based on the peripheral_lbs.
The intended behaviour...
Hi, I am learning how to implement Long Range on the UART central and peripheral examples using SDK 17.0.0. The error I am facing is that the debug terminal shows
[ app_timer...
The provided ble_app_template10056e from nRF5_SDK_17.1.0_ddde560 crashes:
The crash was reproduced using:
1. nRF52 DK Kit - ( https://www.nordicsemi.com/eng/Products...
Hello,
Can anyone know how to print MCUboot info on serial debug terminal or Normal Debug terminal using COM port?
What are the Configurations to be added for this?...
Hi guys
I am working on a project need to pass the ADS1231 read data through BLE. But I haven't done so far. I just try to read the ADS1231 value first. Referring to some...
I see an example of a central device and peripherals as one, and I see it using the following three registers to determine the start or end of the broadcast, the beginning...
As stated in the title.
I am using nrf52832 provisioner example with light_lightness example in v4.2.0. Provisioner is able to set up the network with clients and servers...
Hi support team,
We have a new project now. We plan to use nrf52832 for the project. We know about the BLE and the related development, but we are not familiar with nordic...
I am using C++ to program the nRF52 DK and I am trying to use the standard vector library.
When I try and compile it I get the linker error:
${GCC_PATH}/arm-none-eabi...
Hi I am trying to do the led blinking in nrf52840 but the led is not even turning on i have given the code below can any body help me out.
nrf_gpio_cfg_output(14); nrf_gpio_cfg_output...
Hello,
I was able to create a mesh network with two nrf5340 boards configured with the mesh light sample and the mesh light switch sample.
I am trying to substitute...