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...
hello all,
I am referring ble_app_hts code for development. and I need to add saadc code in my project.
app_timer is used in ble_app_hts code & nrf_drv_timer is used...
Hi,
I have one custom board based on imx6ull, which has nrf52840 embedded on it. Both communicates over serial/UART.
On host side I'm using linux Bluez stack v5.50 and...
Hi,
I am new to BLE Mesh development using Nordic.
I am trying to write a python script for mesh provisioning an configuration using Serial Interface.
when I am launching...
Hi all,
I am working on a project with an Adafruit ItsyBitsy that uses and nRF52840 chip, and I am having a bit of trouble with getting the timers to work accurately....
I currently have a device running on sdk15 with a softdevice 6.0.0. I got a bootloader running the DFU code, and updating the main image works perfect. We load a default image...
We have a custom BLE service with several Gatt characteristics using the nrf52832 SDK 15. On occasion a device is no longer able to connect to IOS devices. This occurs after...
Hello all,
we faced a problem discovering a specific service while using SDK from (12 to 16) and devices (nRF52,nRF51)
the problem is that the peripheral responses with...
HI,
we created an application on SDK "nRF5_SDK_17.0.0_9d13099" .The example code used to develop the application is "ble_app_hids_mouse".
we developed the application...
Dear all,
I have a critical problem about mesh network.
After running 2 days, some device in mesh network cannot publish message with error 15 ( forbidden ).
I tried...
We see an increased power consumption at around 26uA when enabling GPIOTE IN events in our application with a NRF52840_xxAA_REV1 chip. We use nRF5_SDK_15.2.0_9412b96 and the...
Hello,
I would like to use the NRFsniffer firmware on a Sparkfun NRF52832 Breakout board and I cannot use the UART pins expected by the NRFsniffer since one of them is mapped...
Hi everyone,
I am a new developer and I am using the nRF52840 with SDK16 and s140 for prototyping and I have some questions about the bootloader and the softdevice.
Regarding...
Hi Nordic,
I am using simple LED blinky project on nRF52840, referenced from here.
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/boards/arm/nrf52840dk_nrf52840...
I ran into a problem that some parameters that I change in the device tree are not applied.
For example: The resulting zephyr.dts file contains this setting:
in <devicetree_unfixed...
Hi .. i want to send the temperature data to central in non connectable state ,( in advertising ), as well as data will change dynamically . Therefore how to broadcast the...