I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
Hello,
I am using nrf51422 with stm32L0. There is a uart connection between nrf51422 and stm32l0. I want to transfer data from stm32l0 to nrf51422 through usart and push...
hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I used nRF connect on iOS to get values from a device. I can see the characteristic property as indicate: when connected it displays the values I need.
1- Is there any way...
HI,
I purchased the nRF51822 Bluetooth Smart Beacon Kit ( I knew it's discontinued ) to perform a quick and simple POC (put my custom 31 bytes for the beacon to advertise...
Hi All.
I have an issue with my development kit. I was working with DFU so I flashed the secure_bootloader project in my nrf52 DK so it is working fine.
But after this...
Hello,
I have an Adafruit Feather M0 Bluefruit LE with an nRF51822 chipset from Nordic and I am currently dealing with Bluetooth Low Energy, especially with profiles, services...
Hi,
As I am new to this BLE applications I am unable to get actual flow of implementing a service to send application specific alert notifications from server which includes...
Hi,
I´m trying to combine the examples "BLE_app_uart" with "TWI_Sensor", because I would like to read data from sensor and put them to my BLE characteristics. I´ve done...
Hi sir
I am getting the current date and time from GPS module . I want to calculate the number of second between 1 Jan 2000 and current date and time. but i am getting how...
Hello, Everyone.
I'm developing a beacon to check the battery level.
I'm current using
nRF51822
SDK11.0.0
Softedevice S130
My inquiry is nRF52 series is...
We just received a batch of custom boards containing the nRF9160. I would like to test them and start developing our actual application.
So far I have switched SW11 to match...
Hi everyone.
I'm using pc_ble_driver_py with nRF52840 USB dongle with burned connectivity_4.1.1_usb_with_s140_6.1.1.hex.
pc_ble_driver_py is modified by me to support...
Hi,
Is there anything to match the above subject with SPI ?
The coding for sending and receiving should be written on the both sides of sensor driver and master side?...
Hi,
I am looking for documentation about the reflow process of the nRF9160, but I cannot find it on the documentation webpage. Is this information available at Nordic? I...
Hello.
When Notifying about 100 bytes of data, sd_ble_gatts_hvx() is sent 5 times. Occasionally NRF_ERROR_RESOUCES occurs. Currently MTU_SIZE is 23, and the actual data...
based on the comments in sdk_config.h, the softdevice uses priorities 0, 1, 4, 5. yet in app_util_platform.h, the macro _PRIO_APP_LOW_MID is given the value of 5. is this...
Hello
I need to do pairing with Android devices without passkey in ble_app_uart example.( Device nRF52832 ,SDKv16.00, softdevice S132 )
I use ble_app_gls example and Android...