Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
What I need?
I should be able to perform scanning, connecting, disconnecting and accessing service from main() (in a infinite while loop) rather than interrupts. I see that...
Hello,
I'm using SDK16 with the s332-6.1.1 softdevice in ANT mode.
When I request a radio timeslot of 10 ms, that works just fine, but if I do anything longer than approx...
Hello,
we have developed a custom board using the nrf9160 SICA chip and are now modifying the bifravst cat tracker example to suite our needs.
Basicaly, it samples from...
I am trying to get my ublox module to respond to at commands, through the programming of the boron module, which is found in this link, but I don't have much idea of how...
Hi.
I am trying to get mesh DFU working and I keep getting "Failed to upgrade target. Error is: Crashed on start packet" from nrfutil.
When debugging the target I see...
I am using the nrf51822 ble with softdevice and want to know if the broadcast can start at a given time, and if the adv_ interval can change everytime? (such as I want to...
Hi Nordic Community,
I'm trying to run app timer in bootloader_secure. But when I add app_timer.c file to project, it built successfully but breaks when execute. I don't...
Hello,
I am using a custom nRF52840 ( SDK 14.2.0, SoftDevice S140) based board to connect with an iOS(v 13.3) phone.
I am sending data continuously over BLE. However I...
Hi,
I'm trying to find simple ADC code for one shot modus as described in the documentation: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52832...
I will use Nordic nrf52840 dongle for 2FA + security key on Google login and I am following these instructions:
https://github.com/google/OpenSK/blob/master/docs/install...
I use nRF52840 and SDK16 with S140 softdevice. I need 3 ADC ports. The initial code as follows.
static void adc_configure(void) { ret_code_t err_code = nrf_drv_saadc_init...
Hi,
I add a my .ilb file in the ses project .When I c all the function in the .lib file and build, it will have an log "undefined reference to 'xxxx'". But i can success...
I want to upgrade a BLE peripheral firmware (nrf52840) by using another nrf52840 as BLE central.
Do you have any idea how I can do that?
I know how to use android to upgrade...
Dk 0.8.5 with external GPS antenna modem FW: v1.1.1 nrf tag: v1.2.0 supl: v0.5.1 OS: Windows10
Put supl folder to "\ncs\nrf\ext\lib\bin\supl" * the path written in readme...
Hi,
I have a problem where I have to put a delay for 50 us after nrf_drv_rtc_counter_clear(&rtc); to get 0 counter from nrf_drv_rtc_counter_get(&rtc);
seems that the...