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'm working with nrf51 board, I'm using I2C to communicate with an accelerometer (see the scheme), the communications are successful but I dont see any pull up resistors in...
Hello there, this is my very first post here.
I have a pair of nRF24L01 modules with built-in PCB antenna, I would to know if is possible to obtain the approximated antenna...
I have the nRF UART-over-BLE examples working on nRF8001 & communicating with the corresponding Android App as "host".
Instead of the Android App, I would like to use an...
Hi
I have a problem using TWI driver with my softdevice enabled.
The TWI is able to communicate successfully to the slave without the softdevice.
But the same code...
Now that my application finally supports OTA DFU, I hit a new problem. Instead of nRF51822 starting the newly flashed application, some old version seems to start. Or at least...
Just a general plan not a detail one . like this: in the SD132 2.0.0 we will add the funtion of change the MTU up to about 150 bytes,at the approximate time 2016-4
I am testing the freertos port, based on the hrs example in the new SDK 10.0. I have run into an issue while using the uart during long transmission sequences (where the fifo...
The alpha release of the S332 is now available and I am just curious which example included in the 0.9.2 SDK would be the best jumping off point for building a new project...
I just realized that I have the nrf52 board (with nrf25832) which actually explains a lot but the end goal of my project will be using the nrf51822 (because the nrf52 chip...
Hi there,
I am using the nrf51-ble-driver_win_0.5.0 to communicate with peripherals via the PCA10028.
My problem is when I call sd_ble_gattc_write() in my Windows application...
Hello Everyone,
I am trying to add the pwm library in the button example in SDK verrsion 10 but app_pwm.c files showing this error can anyone letme know why this error is...
I use s130 based device as central to connect to my ios device, when connected, the central will issue a bond request, if user accept this request on ios device, the bond...
While using PPI and trying to use the first channel as a clock based PWM running on timer1 I noticed that whenever I use more than 2 PPI channels, the pin that is toggeling...
Hello!
I have multiple peripherals and multiple centrals. I'm trying to make one peripheral to connect only to one central.
I read a way to do this is by using whitelisting...