Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
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...