Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
Is there any way to control BLE shield 2.1 from PC rather than android / iOS app.
Also if i pass any message to BT dongle how to check the received messages.
And in...
infocenter.nordicsemi.com/index.jsp
I see a debouncing filter in the block diagram of NRF52 preview DK. Isnt debouncing implemented in software? So why need a HW debouncing...
Hi all,
I have two kinds of NRF24LE1 devices(A and B), and I want to realize that one device_A can communicate with 10 device_Bs at the same time. To explain it in detail...
I would like to use 3 PWM for controling RGBs. I use a softdevice because I want to control the pwm trough the MCP. But for now I just want to get it work to initialize these...
whether linux and bluez implemnted the simultaneous master and slave connections......?
or is it part of link layer only..?
does this feature need kernel support or not...
In the NRF51822 reference manual, the debug interface mode initiation routine is described as follow:
150 clock cycles with SWDIO=1.
I have already verified that a standard...
Hi,
I am wondering about the Cumulative crank revs for service 0x1816 & 0x1818
Cycling Cadence and Speed, Cycling Power Services
I dont understand why the crank revs...
Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
Ok, so I've been trying to get to the bottom of a problem for a few days now where suddenly the app_timer is acting like it's on crack and running super fast, i.e. triggering...
hey,
i want to discover the PCA10001 board with PCA10000 board in master emulator. i have programmed the blanked PCA10001 chip with softdevice(s110_nrf51822_6.0.0_softdevice...
I want to generate PWM.
I set timer2 events_compare[0] to toggle pin 1:
sd_ppi_channel_assign(PWM_LED_HI_CHANNEL, &(NRF_TIMER2->EVENTS_COMPARE[0]) ,&(NRF_GPIOTE->TASKS_OU...
hi, I have posted a detailed problem using Eclipse on Vidar's tutorial.
Any help is appreciated.
See following link:
devzone.nordicsemi.com/.../
Thanks!
Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
I want to send a data of length 1024 bytes over the ble UART , but the maximum length of data is 20 bytes at a time. Is it possible to increase the data length per instance...