Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I'm trying to follow the NCS tutorial in: https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial---part-1-ncs...
Hi,
we are developing a custom BLE communication. For this we are using:
- nRF5_SDK_17.0.2_d674dde - s332 - based on BLE NUS UART example
Everything works fine, until...
I'm trying to open a NCS project in SES but I'm getting error 1 from create_nordic_project.py. NCS 1.5.0 installed with toolchain manager on macOS 11.2.2
The error in SES...
Hi,
I am following a client case that they have issue on accessing SD card via SPI port.
I used the sample project fat_fs on nrf9160_pca10090 DK and used SPI_3 to access...
nRF9160 DK schematic sheet 2 missing pin names for WP and HOLD of nRF91_EXT_MEM in the On-board interface (far right page 2)
could someone post what nRF9160 pins are used...
Hi,
I have written one application with logging disabled to save power.
However, when I tried to debug the code with Ozone, during startup, it raises BusFault exception...
Hi,
I am currently working on generating a dfu over serial uart by testing with the ble_app_blinky example given in the SDK 15.2.0. Currently the ble_app_blinky hex file...
Hi ! Using nRF52840 whith SD140 as central and 6 link count I research :
changing the NRF_SDH_BLE_GAP_EVENT_LENGTH from 6 to 2 does not change "Window size" on CONNECT_REQ...
Hi,
I messed up my SES project and now the debugging session doesn´t start and the debugger does some weird stuff and doesn´t execute my application.
I also tested if...
Hi,
I am using the DFU example given in the SDK15.2.0 to try and update the application on my NRF52840. Currently, I have been able to update the application to run the...
I use many SEGGER_RTT_WriteString and SEGGER_RTT_printf sprinkled throughout my code which was very helpful for debugging and monitoring, however, we're getting close to releasing...
I have attempted to update the firmware on the Nordic Thingy:91 via usb connection to my laptop running CentOS 8, however, finding great difficulty updating the firmware through...
My stm32 (as a master) uses SPI to communicate with nrf52840 (as a slave) When my nrf52840 wants to send data to stm32, it will pull a GPIO to let stm32 generate a GPIO interrupt...
I am using a BL632 DK from Laird, trying to erase the onboard 52832 device. I can connect to the target, but it fails when try erase all.
Results from connect target:
...
Hello,
I am trying to adapt the new Mesh Sensor Model examples in v4.2.0 of the SDK for Mesh to allow sending >1 byte sensor data over the mesh network. I have two nRF52840DK...