hi all ,
how to enable GPIOTE PORT and IN[n] event simultaneously ?(not same pin)
i enable the GPIOTE to trigger interrupt event.
one for the keyboard which need multiple...
Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
In my application,the end product is given to the user with a static passkey. We need to give the user the provision to change the passkey .currently i run the code of static...
I seem to be having trouble running the buttonless DFU example on the nRF52833 DK (pca10100). It doesn't show up in nRF Connect as having dfu enabled.
I am using:
1) nRF5...
Hello,
I need an example of Timer and ADC for nrf5340. Already I checked this example but it is unclear and also has some error with semaphore. could you please give me...
Hi
Currently we were looking for buying Laird 451-00004 dongle to be used with PTS software. Since the device is not available with any of the distributor. we are approaching...
chip:nrf52840
SD:S140 6.1.0
SDK:nRF5 SDK v15.2.0
ASSERTION FAILED often appears in my firmware, connecting J-link in debugging state or turning on NRF_LOG and outputting...
Hello, I am using FDS to store three int32_t numbers. Here is my code for storing :
Here is my code for reading :
Here are the logs (stored values are the correct...
I'm having trouble sending more than 256 bytes over TWI.
nRF52840 SDK17.0.2
Used Function :
I have to send 8,208 Bytes continuously through the TWI interface in the...
Hello,
I'm trying to establish a connection with my own MQTT brocker on MQTT Box. I change the config on the prj.conf and on Kconfig file, like this :
But when i rebuild...
I downloaded the CIAA Layout and BOM resources from this page: (1.0) https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF52832/Download#infotabs . I opened...
Hello there,
I cannot manage to activate my SIM card. Can I get some help?
* Tried outside of my company firewall? Yes, to no avail.
* Tried entering only the first...
When NRF52832 as SPI Slave, how can I know how many bytes the slave should read,the API nrf_drv_spis_buffers_set(&spis, m_tx_buf, length, m_rx_buf, length)),does not have...
Hi guys,
I am now facing a problem that I can't stop the pwm by using nrf_drv_pwm_stop.
Here's my initial code for pwm and start the pwm in the while loop.
The output...