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 have been attempting to copy the app_twi example for own application in order to get a better understanding of how the HAL works.
However, now I have an error now that...
I would like to have a ble communication between a keyboard and a computer. The keyboard will be connected with a nordic chip, but what can I use on the other side?
Do...
Hello,
I found this on the forum:
According to nRF51822 PS v3.1 section 8.23 pullup and pulldown resistors have a typical value of 13kohm. if you have e.g. a button...
Hi
I got a new chip, marked as "QFAABA / 1542AB".
I see that both errata versions 1.1 & 1.2 seem to be relevant.
Can you tell me which errata should I refer to?
Thanks...
Hi Nordic,
I am adding pstorage capability to ble_app_proximity example. Before adding pstorage, the example could receive Immediate Alert from a central and set on/off to...
Hi i'm a newbie in nordic chip. Can someone please explain to me that how to enable and configure the timer interrupt and what kind of setup need to be done?
Example in...
There is a mistake in LEDS_INV_MASK definition:
PCA20006.h / nRF examples 10.0.0
#define LEDS_INV_MASK 0x11111111
// blue will be erratic
PCA20006.h / nRF examples...
Hi,
when i setting up a new project in uVision, i get a crazy Error wich i cant handle with.
My error is --> main.c: error: C3906U: Malformed via file '.\main.__i'....
Hello,
in the new version of sdk (11.0.0) you support s130 only.
That means the code contains both peripheral and central implementation.
Does it mean that s130 consume...
The following seems to suggest each write event can only contain 1 byte of data at a time.
/**@brief Event structure for @ref BLE_GATTS_EVT_WRITE. */
typedef struct...
Been playing with NRF24L01+ for a while and mostly they work as I expect. Now, I'm trying to use an ACK payload, but whenever I try to set up the receiver to put a payload...
Hi, I'm using trying to use the DFU via BLE, dual bank example from SDK 8.1.1 (with SD 8.0.0) and got it all working up to the point where I call "activate image and reset...
Hi,
I have a problem that the ANCS keeps resetting my board, so I was able to reproduce the problem on the PCA 10028 dev board.
Conditions:
iOS 8.x or 9.x
No...