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,
I want to set up client and 3 servers which will send data from sensors to client with high data rate. Currently I am testing light switch example from Mesh SDK 1...
Hi,
I am using nrf51822 with SDK 12.2.0. As of now, we are using RL-51822-A1 for beacon as well as scanner.
But, we are not getting stable pattern for RSSI at 2m, 4m and...
Good day!
I am working on a custom board which has NRF52 and am using SDK 12.2.0 and in that, I want to stream BNO055 data. The base code I'm using is ble_app_hrs. The problem...
I want to set gpio using one interrupt and want to clear it using another interrupt funtion?
It seems i can only use the toggle funtion ,if i use the nrf_drv_gpiote_out_set...
Problem Statement: For one of our requirement we have to switch tx power in steps in ascending order continuously.
We are using ble_radio_notification feature to achieve...
Hi,
I'm trying to receive sensors data from three fdc1004 that have the same address. Can you have three TWI interfaces at the same time? How do you modify the nfr_drv_twi...
Hello,
I've just started using Segger Embedded Studio v3.30 for my development and I've been having trouble setting it up. I followed the instructions in this blog but...
Hi, I am programming on Thingy 52 to try to get it work like one of my nRF 52840 DK. Basically, I want Thingy to send beacons with data periodically and another Thingy to...
I have followed the tutorial given in the Nordic Devzone for using eclipse and haven't faced any problems while compiling and uploading the example "blinky".
I made sure...
Hi, ,
I am working on the nrf52832 development kit and want to program it as an I2C master. I have download the nRF SDK v12.3 but I am unable to understand the code written...
Hi guys
I am wondering what could be better for my system:
Multiples nRF52 central and peripherals (uart input/uart output to simulate keyboard and display)
SDK 13 ...
HI,
We use nrf52832 on a device with sdk 14.1.
Our product has to work at different temperature (between 20 and 70°C).
We did some measure and found this :
...
Hi, I have met an issue that the "ANT_CONFIG_TOTAL_CHANNELS_ALLOCATED" can't set more than 15 in ant_multi_channels example. Now I have a project that it need receive 100...
Hello all,
I am having some trouble changing the color of the LED in the Thingy via code in C# with Unity. I am picking up on a project and the previous workers managed...
Dear comrades, I am trying to advertise a simple packet with the nRF8001 embedded in the RedBearLab Blend Micro board using it as a beacon.
I am using the ble_broadcast...