Hi,
Has anyone converted the Adafruit graphics library for Arduino, Adafruit_GFX.h, to be compatible with the nRF51?
Could you please advise on how to convert this Arduino...
Hi all,
I have a few questions:
How is that ADC's common mode rejection capabilities? Rejection for 60 Hz interference, etc...
The datasheet has "typical...
Hi all !
I'm trying to evaluate the throughput i can have between a Motorola 4G and the nrf51. The nRF51 is the peripheral and the phone is acting as a central.
To do...
I have a digital microphone chip, it has the CLK, DATA, LR_SEL three pins, now I will pick up the three pin nrf5283 three pin is as follows: CLK connectionI2S_CONFIG_SCK_PIN...
Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi,
I have a project that uses PStorage and the Nordic UART Service. PStorage is used to store a variable that is updated by the device, irrespective of the Bluetooth,...
Question:
From ble device I have to send some data or character to mobile in connected mode. After sending that data the device is not going to sleep mode while connected...
I'm trying to modify the beacon properties of the nrf Beacon in the nRF Beacon APP but it doesn't allow me to change those properties.
If I use the Beacon scanner the device...
I am trying to find out the part number of the antenna (I assume it is a PCB antenna) used in the nRF51 DK ( www.nordicsemi.com/.../nRF51-DK) . I found a lot of similar questions...
Hi, I tried it from my Nexus 5, using the Android version of MCP. I can connect/unconnect, detect link loss, and (apparently) everything else, but only LED 1 seems to behave...
I want to connect one peripheral to a few central devices (lets say 3) but the central devices don't need to be connected to the peripheral at the same time. Should the PERIPHERAL_LINK_COUNT...
Thanks for the info already provided in devzone.nordicsemi.com/.../
I'm starting a new design with size (and volume) minimization a key requirement. Couple questions: ...
I am looking at the common nRF24L01+ module PCB with integrated antenna which is available at several suppliers. See picture below:
My question is - was this PCB design...
I'm using nrf51822, sd 10 and bootlader from sdk10. I can perform DFU to my application by loading the zip file with nRF master control.
Now I performed some customizations...
Hi
nRF51 dongle is no response from master emulation. I already did erased and flashed again few times but still not resolve.
I'm also restart my PC as well but the...
Dear nordic.
I am testing with nRF51822,
and have some question about hardware stability check.
Could I check below hardware stability, during or after system initialization...
i using a ble_app_hrs_freertos example, nrf52
I inserted a new custom task.
if(pdPASS != xTaskCreate(main_thread, "MAIN", 32, NULL , 1, &m_main_thread))
{
APP_ERROR_HANDLER...
I am attempting to make the change to peer_manager, fromd evice manager, and the in ble_advertising_start()
pstorage_access_status_get() call, I'm not sure what to change...
I am testing the DTM mode on the nRF51822_QFAA, and I use the carrier-only test with the following command :
dtm_init();
dtm_cmd(LE_TRANSMITTER_TEST, 39, CARRIER_TEST...
I bought the nRF51822 Smart Beacon Kit. There are some firmware source code files but not Keil project files are there. Can someone help me point me out to configure the source...