Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hello, I am new to BLE and I need help with Battery Service notifications. I am using nrf52840dk, nrf sdk 17.1.0 and I am using ble_app_proximity example which already uses...
Hi all, I have used the nRF mesh app to provision three nodes into a mesh and verified the functionality using the mesh app. I used the export function to dump the mesh configuration...
Hi,
my project is based on the example 'ble_app_proximity' from SDK ver 17.0.2. When I set a longer DEVICE_NAME, for example
the string is cut up after the first 12...
Hello everyone,
I am developing a wearable device using the nrf52832 chip, sdk11.0.0 and s132_nrf52_2.0.0_softdevice.
Because of battery capacity limitation, I have to...
In UART async mode ( CONFIG_UART_ASYNC_API =y) the UART transmit data and receive callback works fine. I've been able to set up the callback and enable the rx.
After switching...
I'm currently setting up an environment in Visual Studio Code because the roadmap suggests going there.
I have experience with Segger and Nordic Segger and with Zephyr....
When I connected the usb and turn the DK switch on, the DK didn't turn on. After leaving for a few minutes, the DK started to turn on and off then eventually stables and fully...
Hi, I am coding an application on nrf connect sdk 1.9.1. which requires to send some data at 25packets per second. and each packet will be ~37 bytes. On the receiver side...
Summary: My custom board with an external crystal is consuming 208 µA when powered down under Zephyr, and I need to reduce it to less than 20 or so.
My board is based on...
Hi,
I'm working on a project trying to build a simple application on my own customize board with nrf52833 SoC.
After the configuration to my own board(Leds, button GPIO...
I'm attempting to store log data on my nRF52832 using the little file storage, and then allow a client to access this over BLE. From what I can tell, the data transfer can...
Hi,
I am using device nRF51822-CFAC, the SoftDevice is S130_nRF51_2.0.1(Id: 0x0087). In my project's General Options->Target->Device, I selected "NordicSemi nRF51822-CFAC...
Hi,
Could help me please?
What I need?
1) set GPIO pin as input with internal pulldown and set IRQ for Rising Edge.
In .overlay I add my pin like that:
Then in...
Happy Friday! So, I've fully funded on Indiegogo and now I'm in the application development stage. I'm new to development but I'm trying to build this app myself.
So far...