We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
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...
Hi!
I'm developing serial communication programming on nRF52840 DK to get the UARTE1 communication on SDK 12.0.2.
I want to use app_uart_put or NRF_LOG_INFO function via...