Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
Hi,
I have the separate working codes for the TWI0 and the SPI1. However, when I combine them, it doesn't work: sometimes it takes forever waiting for the NRF_DRV_TWI_EVT_DONE...
Hello, I'm trying to figure out how to work correctly with timer 0 in the nRF24LE1 microcontroller.
1)The Cclk frequency in my case is 16 MHz
2)Given a fixed limit of...
We are new to Nordic and have been making great progress with our nrf52840DK board and successfully running many of the Nordic SDK examples. We can't seem to find a single...
hi
the saw filter used in thingy:91 is : SAFFB2G45MA0F0A which is obsolete end of life now
suggest me another saw filter for ble application chip antenna implementations...
Hi all. I am using nRF5 SDK 15.0.0 and the S140 SoftDevice v6.0.0 to develop on an nRF52840. Due to software infrastructure constraints, I am unable to implement DFU using...
Hello,
I have a use case where I need to use UART_RTS and UART_CTS as GPIO for toggling the led. I also want to use the other two pins UART_TX and UART_RX for handling UART...
I have created an application that initiates a timer for 30 seconds and when it expires it calls an expiry function that switches the system off, if no button is pressed since...
If you try to write a program on a board with nRF5340 installed, an error will occur.
I can write to other boards using the same J-Link, so I don't think it's a J-Link problem...
Hello all,
I have scoured the devzone and other blogspots to find an answer to this but so far have come up short.
in short i want to use one NRF552-DK with the adafruit...
Hi,
I made DFU procedure with a distributor (nRF52840 DK) and one target (nRF52840 dongle): procedure completed successfully in approximately 45min
Then I made DFU procedure...
Hello,
I have a problem with a custom board with a nRF9161. I am trying to connect the board with the nRF9161 to the LTE or NBIOT network, and the board doesn't seem to...
Hi,
We've got a board with a fairly limited power supply in production and it's expected to brown out under certain conditions. As such, I need to verify the reset loop...
Hi community,
ncs-2.6.0 I'm using.
I'm trying to enable bmi270 as I enabled adxl362(is already working), both are connected with SPI.
but it shows me this kind of...
In my project I use MPSL for a combination of BLE, ESB and flash sync. The BLE/ESB timeslot handling was implemented following this example: https://github.com/too1/ncs-esb...
Where to find the sample for nrf5340 net core that is written by default. I mean when I use BLE observer sample with zephyr controller there is some code that goes in Net...