Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hi all,
i want to establish connection between two threads in cmsis-rtos, can i use
1) semaphore to do this?
2)message queue should be used or any other ipcs can be...
Is there a development kit available for the old nRF24E1?
I have an old product line that needs some small changes and can't upgrade to a newer version of the Nordic chip...
We have migrated a project from nRF52832 to nRF52810.
We are using IAR EWARM.
The target hardware is the PCA20032 with the nRF52810.
The code runs fine on the PCA10040...
I’m new to Thingy and want to log the data generated and viewed through the iOS app easily to the cloud. Is it possible to do this with out coding to a serivice like Google...
Hi,
I am developing my own PCB board and application based on a nrf52832 module ( MDBT42Q) . To test the board, I tried downloading an example program onto the module, in...
Hello,
What are the main differences between the old nRF52840 PDK and the new nRF52840 DK?
What can I do with the latest development board that I can't do with the PDK...
hi is it possible nrf52840 interface with gsm modem for iot applications. i have connected 4 sensors in nrf 52840 .i want send data as api call using gsm (UART) in nrf52840...
Dear Sir,
I have comptibility question of nRF52 or BLE 5.0.
Although BLE5.0 is backward compatible with BLE 4.2 but it's seems no document tell user about how to handle...
Hello,
I put PCA10040 Development kit as peripheral advertising packets, for example, every 100ms.
When we scan with "nRF connect" App on the Galaxy S4 phone we can see...
I have seen that the recommended method for switching between connectable and non-connectable advertising is:
sd_ble_gap_adv_stop() ...change advertising structures as needed...
I was given the source code to the nRF Toolbox DFU only app in order to implement its functionality within my own app. Using the nRF Connect app, I've connected to my hardware...
Hi all, I am trying to get my head around UART Flow control on Nordic nRF52. I cannot get it working... I have two nRF52840 dev boards (PCA10056) that I connected between...
Hi,
When I try to stop ADC sampling, the adc driver keeps on busy. The function nrf_drv_saadc_is_busy() keeps returning true.
I looked in other posts (like this one )...