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...
Hi,
I have the exact same issue as mentioned in the below case -
Ticket - LE Data Packet Length Extension does't work
But as this was 2 years ago, I wanted to know if...
Hi Earlier this week I got a mailshot from Nordic with the subject "Nordic Semiconductor’s nRF52840 System-on-Chip is now one of the first chips supporting Bluetooth LE with...
I have used the cli module in SDK 15.0.0 to create a test interface for a API I have built over UART. It works problem free when typing commands by hand but when automating...
Hi,
Look the nrf_mesh_rx_metadata_t definition:
typedef struct { nrf_mesh_rx_source_t source; /**< Source of the received packet. */ union { /** Scanner packet metadata...
Hi,
I'm eveluating the mesh SDK (with segger studio) for some days now and I can not stand that I still can't figure out what the examples for BLE mesh can and can't do...
Hi,
I'm in the middle of developing a software that runs on nRF52840 and scans for BLE devices all of the time, then quickly connects to each and every one as fast as possible...
We're using a host PC to write factory calibration data to an nrf52 running SDK14.0.0 and S132. We're using a serial port, 115200 8N1, without hardware handshaking. The SD...
Hello,
very simple question:
each time i click on the link from the following page, I get an ACCESS DENIED error
infocenter.nordicsemi.com/index.jsp
I know that...
I made some changes in mesh light_switch_client example code and tried to build it in SES, it passed compiling, but stucked at linking:
Building ‘light_switch_client_nrf52832_xxAA_s132_6...
hi..
i merged the two programs twi sensor and uart ... successfully complied
but while debugging i am getting this error
while (m_xfer_done == false)
lm75_mode();...
Hello all,
I have a question about the SAADC of nRF52832.
Now I use the SAADC to measure the some external sensor voltage and the internal VDD voltage.
The sensor connection...
Hello, Excuse me! I used the LFRC,the calibration interval of which is 8s, in my application on NRF52832. In order to measure the power consumption,I want to know the duartion...
Hi,
As well know, nRF52832 can use "16Mhz base-clock to output PWM signal, and it is very simple to create 4Mhz, 2Mhz, 1MHz signal output,
But, If I want to output a...
I'm trying to get a stripped down, simple LED blinking sample to work (like blinky) when building with GCC however main() is never called. I'm guessing I'm either using the...