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...
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...
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...