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 We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am reading through the code and would like to understand the following macro
#define DRV_RTC_INSTANCE(id) \ { \ .p_reg = NRFX_CONCAT_2(NRF_RTC, id), \ .irq = NRFX_CONCAT_3...
Hello!
In the description of the usb module, I found the registers: NRF_USBD-> DPDMVALUE, NRF_USBD-> TASKS_DPDMDRIVE and NRF_USBD-> TASKS_DPDMNODRIVE
" State D+ and...
Hello,
I have been writing to my nRF9160 for the past few weeks now, no issues. My board was working fine yesterday. I left it on overnight to see how much battery it...
Info:
Windows 10
Segger Embedded Studio V5.20a
SDK16.0.0 & Mesh SDK 4.1.0
nRF52840 & nRF52832
I'm setting up a friend node and a low power node. The friend node...
Have used nRF Connect V3.30 for the past year to program nRF52DK with USB and nRF52832 BLE modules with Segger J-Link Base programmer without issue. Updated programmer app...
hi ,
I am working on the nrf525832 , i want to store the data which is sent from phone via BLE using nrf toolbox . I tried to merge the flashwrite and ble_app_uart example...
Hi,
I have some questions regarding BLE:
1) What is the max payload size? Where can I find it?
2) What is the throughput in bps? Where can I find it?
3) Where...
Dear Members,
I got the value for cadence, speed and HRM, then display it to LCD,
but after they are all (the input) in 0 value,
LCD is not displaying zero, but still...
Hi,
Recently I am using BLE for transmission on zephyr on nrf52840 When my peripheral establishes a connection with central, the subscription is also successful My peripheral...
The chip runs in the app stage and calls a function to make the chip jump to the bootloader stage (DFU mode).
The SDK we use is nrf5_ SDK_ 15.3.0_ 59ac345,
We made the...
Hello!
I have the NRF9160 DK set up to use UART2 and listen to AT commands from external MCU, NRF52840 DK configured to send using UART0.
The NRF9160 set up is done, pins...
I want to transfer 1000Bytes. if I transfer 1000bytes every second after some time connection broken,
and need to reboot the device and connect it again
how can I solve...
Hi, I get my first experiences with nRF905 modules (module DAYCOM M-FM-NR905 including spring antenna from Pollin) connected to ARDUINO DUEs. SPI communication works fine...
I'm designing a two layer board. I need to route the power supply to several parts while avoiding cutting up the ground plane. I'm consider running the power line on the opposite...
Hello
I'm trying to control the neopixeled WS2812. I referred to the following site.
https://electronut.in/nrf52-i2s-ws2812/
I'm going to use this example of neopixel...