Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Hello,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hello everyone,
Hello everyone, I am a beginner in programming with OS based systems. I would like to get more into development with the Zephyr based NCS. For now, I want...
Hello!
I try to run FatFS example (SD card example, pca10040) from nRF5 SDK on my nrf52832 (ebyte e73) with microSD card with no success. No matter what I'm still getting...
Hi,
I am trying to get the time and UNIX time after LTE connected. but getting 0 only.
please log
date_time_update() function does not support in SDK 1.4.2 so I...
Hi,
In "nRF52832 Product Specification v1.4, it recommends 32MHz with 40ppm as below:
as the question mentioned above, can I use one with 10ppm?
thanks
best regards...
Hi,
I am getting assertion failed error when putting the device in System off. Could you please help me understand why?
Below in the code where the error happens:
...
I'm working on modifying the ble_app_uart pca10040_s132 to send strings stored in flash memory over BLE to the nRF connect app on an iphone. From what I understand the uart_event_handle...
Hi There,
I m trying to use the xxxx\SDK's\nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8\examples\peripheral\spi with the nRF52480 Dongle and I already had applied the...
Greetings
I have an NRF51422 QFAAEO running S210 Soft Device version 3.0.
I have written a Bootloader application that uses Ant-FS as the upload mechanism. During testing...
Hello everyone,
is it normal behaviour to lose data on UART reception when BLE scanning and advertising both are active?
So far I didn't lose serial data if I just run...
hi all.
I am trying to change number of data packets in one time interval.
I don't know the senario to change it.
For first step I wrote this code to change the quee...
Hi,
I want to write data to the Flash memory of my Nordic thingy 52 board.
When I erase flash using API ret = fs_erase(&fs_config, fs_config.p_start_addr, 1, NULL); return...
Hi, I hope you are fine first of all
I'm have a PN532 module. I want to write and read data from that Midare card.
I started with the example Adafruit tag reader. when...
When i program our new nRF5340 based radio boards the program returns Device Protected for both cores on completion. It is also impossible to debug the board as my segger...
Hello
When we want to establish a pairing from the connection, I see in your examples that you call pm_handler_secure_on_connection() which calls "conn_secure()" when the...
Hi everybody,
is there an issue for using the twis
module and bluetooth at the same time?
I have problems merging the example
projects (ble_app_template and
eeprom_simulator...