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...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi, I want to use wolfssl library on nrf51822 and I'm in stuck.At first, I compiled wolfssl as arm-none-eabi ,then added the static lib to the project in segger studio.
...
Hello everyone!
I'm trying to build a project of gathering the information from several temperature/pressure/humidity sensors and sending it to one display.
Sensors will...
Hi, I've tried to set BLE power to max but an app error is raised when I use the sd_ble_gap_tx_power_set function. Parameters should be wrong but as far as I've read over...
How do I align UART transmission/reception with GPIO pin signaling low/high? I wanted to do this because BLE chip is receiving the Product ID & device name from microcontroller...
Hi there,
I was used IAR to compile my source, and combine with bootloader and soft device, and it was always work fine.
Now I have changed my compiling tool to SES IDE...
Hi there,
I am developing an application using an nRF52832, nRF5_SDK_12.1.0_0d23e2a and Softdevice s132 v3.0.0. The BLE part of the application involves sniffing advertising...
Hi All
On my NRF52 device I want to return my own error code after a mobile application (android) has written some data to my custom characteristic. For that I consider...
I am trying to get 2 of the nRF52840 dongles provisioned on a mesh network (client + server). (versions nRF5_SDK_15.3.0_59ac345 / nrf5SDKforMeshv310src)
I am using examples...
Hello
I'm using the NRF52832 with softdevice 132. My SDK version is 15.3. My platform is WIndows 10.
I am having trouble configuring the TWIS. I've followed the instructions...
Hi,
Here's the setup I currently have: nRF52840 SDK 15.2.0 s140 6.1.0 softdevice Secure Bootloader pca10056_usb
I'm trying to update the mbr_params_page (0xFE000) from...
I am new to the Nordic stack, and I have developed an Arduino outdoor prototype using an nRF52840 communicating with another ESP32 (BLE + WiFi) gateway. The project is used...
I use timer+ppi+pwm model.my init code like this
I use some code to close and open PWM ,like this
question:I use oscilloscopes to check PWM, I find that when I start...
Hi all, I want to work with Coded PHY on Bluetooth 5. I tried to change lines on mesh_adv.c file like below, but i getting this error : app_error_weak.c, 119, Mesh error 7...
Hi,
I modified template example and now I am trying to add usb cdc. The applicaton results in Fatal error .I found that nrf_drv_clock_init() works fine but nrf_drv_clock_lfclk_request...
Hello,
I am having difficulty getting the AT Host operating on the DK. I have DK version 0.8.5 and updated my libraries from github (in anticipating of evaluating the GPS...