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'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi Dev Team,
I am running a program that is publishing data over MQTT using a particular topic and broker on the Thingy91.
I wanted to know a way in which I could send...
Hello,
I am playing around with pc-ble-driver-py to make a connection towards a BLE peripheral. The peripheral is using a custom service very similar to the Nordic UART...
hello Nordic
something is not clear to me regarding the use of timer and ppi to toggle a pin
1. to my understanding the whole idea of using the ppi is to avoid CPU intervention...
Hi,
We have two sensors, both on the same I2C bus, and we use them with softdevice.
First i must say that the SDK is really poorly written, time wasting and awkward to...
Hi,
is there an example of how to build up a custom USB device? The throughput of the CDC example is only 200 kB/s and we would need a bit more.
Thanks in advance,
...
Hello,
we've got a quite unpredictable issue with a hardfault call : actually this is in this function call : app_error_fault_handler (in app_error_weak.c file)
We use...
I am using the zephyr rtos which run on the nrf52832.
Describe the bug We are using a nrf52832 based board. There are some I2C devices like tsm12 and eeprom. The power consumption...
I'm getting a strange assert from S140 7.2.0 nRF5_SDK_17.0.2_d674dde on a nRF52840 at PC 0x15074.
Frustratingly, it happens a minute or so after boot, but doesn't occur...
Hello Nordic
Im having issues getting logs out of the MSC storage example on SDK16.
When connecting nRF USB connector on the PCA10056 connector to my Windows 10 computer...
Hello,
We use the nRF52832 with SD 17.2.0, Bluetooth LE.
We observe an error when doing the following sequence:
- Build a bonded connection using the nRF Connect...
Hi,
When using the TWI manager you normally provide a callback function that is executed once the transaction has been completed. I'm using the NRF logger module to display...
Hi, Nordicsemi
At present, although SPI uses easy DMA when reading and sending data, in the actual use scenario, I still use gpiote to detect the interrupt pin of the sensor...
I am using the sdk-zephyr. After configing the ubuntu enviroment, i use the west build commond to build the sample project.
But there are errors like these:
[0/1] Re-running...
Hello,
I have few questions about PPI.
----------
1. How to configure PPI channels that runs one after the other? If yes, is there any example?
Because I have two...
I'm having trouble getting the Secure Entry gateway functions to work out of RAM. The nRF9160 datasheet has RAMNSC configurations, so it should be possible. We're able to...