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...
I spent some time trying to combine example project ble_app_hrs_freertos and ble_app_uart so that I have a project with FreeRTOS that uses NUS bidirectional - without success...
I have received a dev kit and am trying to connect with it over JLink. I have connected it to my computer via the J2 micro-USB port. SW6 is set to default and Power Source...
nRF52840-DK (PCA10056) when connected to laptop, LED 5 blinks very fast and LED1 also blinks(slower than LED5) and board is not detected by the laptop. could any one please...
Hi,
We have encountered an issue where we are transferring data using our custom service back and forth from the nrf52811 to a remote test device and the radio becomes unresponsive...
I am attempting to write a basic I2C program using Zephyr, but I am currently unable to sent a single byte over I2C. Am I doing something wrong? I'd prefer not to use the...
Hello!
I have a characteristic defined to be in user memory by the BLE_GATTS_VLOC_USER flag.
The initial length is 0 and the initial value pointer is NULL.
Now I...
Hello!
I am currently trying to use the watchdog driver from the Zephyr library. I have enabled the CONFIG_WATCHDOG and set it up similarly to the asset_tracker application...
Hi,
so far I have been programming my custom nrf52840 device through the debug out connector of the nRF52840 DK and a custom programming connector.
Now I would like to...
Hi,
I'm using nrf52832 to interface RTC using nrf_calendar.c file.
I have start the RTC at 8:59:00, it will reaches 9:00:00. After that automatically it will resets and...
I haven't been able to locate any NAND flash libraries or examples in SDK 15.3.0
To be clear, this is NAND flash, not NOR flash (examples are Toshiba TC58CYG2S0HRAIG and...
Hello!
We are trying to make a family of devices that would be based on nrf52840. The devices would communicate between each other via Bluetooth Long Range (CODED PHY)....
Hello,
I have a problem using the radio notifications. I use the softdevice V. 15.3.0.
I would like to have an interrupt every time I send an advertisement, which I can...
Dear Nordic,
I am using nRF52832-XXAB, SDK 15
I am aware that in order to enter SYSTEM OFF Mode and woke up by an GPIO event,
I have to set "nrf_gpio_cfg_sense_input...
Hi, I am trying to enable TPS on an application I am staring. I have got it enabled and when I connect to the device using my phone TPS is visable, but I cannot read the value...
Hi all
I have problem with uploading app to this module. On Mqtt_simple I added
CONFIG_BOOTLOADER_MCUBOOT=y
Compile program in Segger and i got app_signed.hex. Im using...