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...
To the kind attention of Nordic support team,
I'm studying documentation in https://developer.nordicsemi.com/nRF5_SDK/nRF51_SDK_v5.x.x/doc/5.2.0/html/a00140.html where it...
Recently I check back again into att_mtu_throughput example in SDK 15.2. there seems to have some updates than in previous SDK, and I see this BLE_GATT_EVT_DATA_LENGTH is...
Dear all,
I am using the following peripherals in our product.
1. TWI Sensor
2. BLE
3. APP timer (1. to poll a gpio pin & as RTC)
4. SPI flash
5. 2 Edge sensitive...
Hi,
I am using nrf_queue to store data in queue which is inserted with time based interrupt at several milliseconds. Also same data from queue is fetched at bulk.
I am...
Hi,
I have modify a BLE program from ble_app_uart by using SDK 15.3, but the system will crash when I do following test:
Please find attach file for my code.
Step1...
I want to double check current draw in the nRF9160 low power modes and need some help in making sure I know how to do so.
I plan to use an oscilloscope for measuring current...
I hear that the GPS should now work with the onboard antenna of the nRF9160 DK for versions 0.8.5 and later. I also read that the asset_tracker application has been updated...
Hi All,
I'm referring to generic on/off ble mesh example code and we are in the development stage.
I would like to know which pins are used for PA and LNA in the example...
HI
In our application we are using "app_sched_event_put" function but its showing [NRF_ERROR_NO_MEM] when i debugged it please look the screen shot.
The sdk we are...
Hi:
for "ble_app_hids_mouse" example ,it has SWIFT_PAIR_SUPPORTED.
Does HID_keyboard also have this feature?
Could I move swift_pair from "mouse example" to "keyboard...
Hi,
I have an ADC which is interfaced with the nrf52.
The samples from the ADC are collected every 2ms (500Hz sampling rate). I store these samples, and when the number...
Hello, I'm having too long connection times or failed connections with some android smartphones (for example samsung A7). Is there a way to decrease connection times?
I...
Just need a quick confirmation, in S140/SDK15.2, what is the correct to config hvn_tx_queue_size?
I found in some post said it can not be set directly, instead one should...
Hi,
I am developing a central application that will connect to my custom made peripheral device and continuously read a characteristic available on the peripheral device...