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 tart using HID keyboard example, SDK 8.1.
If i turn off the ble of the ios device and then turn it on the nrf51822 is connected but it is not send the chars.
...
Hi, Nordic Engineer:
Would you like to give me some advice? On my hand, i have a slave ble device(not nrf51822, also i can not change the code). I want to run s120 softdevice...
i am able get the status of led of pca10001 board using usb dongle. now i have to make other pca10001 board as central and want the same data of it? Kindly help, i shall b...
We are planning to optimize the radio-frequency signal,so the some docunments like Simulation model are needed.which can help optimize the RF signal through ADS simulation...
In ble_advertising.c, line 165, you can see such interesting code. I assume it is a copy/paste error:
if(p_advdata->p_tx_power_level != NULL)
{
m_advdata.p_tx_power_level...
For the first, impressed by your intoducing NRF52 chip.
Question: what`s NRF52 indoor range using onboard antenna and maximum output power (+4dBm)?
Thanks.
Hi~
I am struggling to get the BLE packets detected by nrf sniffer (v1.0.1) using wire shark. Its only showing "ADV_IND[Malformed Packet]" periodically. I didn't understand...
I believe what I am asking is extremely specific, but keeping hope that I might get some direction
I have used a clone ST- Link v2 programmer to download code into a NRF51822...
Hi all,
I would like to trigger some actions on difference devices communicating with the ANT protocol based on the distance they are from each other. A simple example...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
Hi all,
First of all thanks for Nordic team for the excellent support. It is very useful for a beginner like me to get started on BLE development.
I am using the nRF51422...
The issue is that if a peripheral needs to enable interrupts (or anything else partly protected by the SoftDevice) and is configured before enabling the SoftDevice, the NVIC_...
Hi, I use nRF24LE1 configured for power down on register retention mode with RFRx active.
When the CPU is on power down i don't have any interrupt from RFIRQ.
Init configuration...
I downloaded the power consumption example code to a nRF51-DK to measure the current consumption during SYSTEM ON and SYSTEM OFF state.
For the SYSTEM ON state, I used...