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 get the following output when I try to debug the Zephyr's button sample with SEGGER Embedded Studio:
Preparing target for download Executing Reset script TargetInterface...
For the nRF52833:
The product specification is contradictory on the 2 UARTs available. Would you please clarify?
UART0 is this a legacy UART only or does it have Easy...
Our customer has requested access to any test suites the BLE IC vendor can provide which can be used to provide objective evidence of testing & specific test cases.
We started...
I use sdk 15.3.0 / nrf52832 / SD_132.
How to use the prescaler of a timer for an event every 24 hours ?
An example will be very explicit.
Best regards, Jiemde
Hi,
I am trying to evaluate the nrf52840. I am following the instruction to instrument the FreeRTOS from the Nordic SDK15.3. I managed to follow most of the instructions...
Can you update the nRF24L01P EVKIT to add 250K, 1M & 2M data rate selection? Our test house requires we test all 3 rates for the Receiver Blocking tests in EN300328.
1. We are measuring our component performance on nRF5340 PDK and getting pretty high CPU load values. We are suspecting that our code and tables are sitting in flash memory...
Dear All ,
I am a little stumped.... Basically first i was working with the beacon app on sdk 12 on the 51822 chip. Now I have moved to the 52382 chip.
I modified the...
I have created a custom service with few characteristics which read data from nRF52832 and notify intern to nRF52840 which then send those notifications to mobile device....
So I got a nRF52840 DK and I have not idea how to get started. As in how do I even get the example code to run. I have no idea what software and tools are needed or how to...
Recently tried to upgrade the NRF SDK from 14 to 16 on our project, and also upgrading Softdevice from 5.0.1 to 7.0.0.
While trying to bring up Softdevice 7.0.0, we noticed...
Hi, I'm using SDK v15.2.0. The problem occurred after we started to receive chips that have D0 revision, with C0 chip revision devices work well. The meaning of issue has...
Hi,
I had study all of BLE example code in ".\nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral" directory.
There have two solution after BLE advertising had time-out: ...
Hi, I am currently working on a project, where I am porting an existing application to the NRF52840. The porting of the functionality have been rather smooth, but i struggling...
I am having trouble linking my ble mesh project, at first worked perfectly but now well it doesn't link, I haven't changed anything that I can think of. I used the lightswitch_server...