It seems the LTE-M / NB IoT isn't available Europe-wide yet, and roaming applies country-wise.
Can anybody share his/her experience of using the BLG840F?
thank you.
Hi,
I am trying to build a thread network using a border router nRF52840 with a Raspi3B+ and 2 others end-devices nRF52840 connected on a CPU Ubuntu 16.04 LTS.
I have...
Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
I am developing Timeslot program with FreeRTOS. (on nRF51822)
timeslot's signal handler is
timeslot_signal_callback()
...
xQueueSendFromISR(s_timeslot_queue, &cmd, NULL...
BT 5.0 mention that:
Up to 8x the broadcasting message capacity over Bluetooth 4.2, with
support for larger data packets: 31-octet to 255-octet packages.
Do you have...
Hello,
Brand new bluetooth 5 standard allows to create data packets up to 255 octets.
So, does maximum size of advertising data in Nordic devices comaptible to bluetooth...
Hello, when using sd_ble_gatts_hvx(), I keep getting 0x3401 error. I googled it and it appears that it's because I might not have the notification enabled.
But I very much...
OK. Weird question. I know, but that's only because I'm in the middle of a large program that I'm reading, believe me, I had done my fair share of homework and I understand...
I can't seem to get any of the UART examples for the NRF52 to compile on Eclipse. Eclipse is complaining that there are two definitions for uint8_t, one in _stdint.h and another...
Dear developers,
Currently, I am studying the new SDK 12.2. Now, I'm reading flash storage module. It seems very useful.
Just a question: While Persistent Storage module...
So it points to the ACTUAL value of a characteristic. So why do we need that function "ble_hvx_push()" (forgot its name, sorry, but you know what I mean) for? And what's with...
hi dear Engineers!
if I use sd_ble_gattc_primary_services_discover(..) with NULL last parameter , all SERVICES discovered OK:
start_handle=0x0001;
err_code = sd_ble_gattc_primary_services_discover...
We have a device which needs to survive dishwasher conditions. We believe most dishwashers operate up to 71C, but may reach 82C during 'sanitation' phase/drying.
This is...
Hi,
I'm using nRF5_SDK_12.2.0_f012efa and s132_nrf52_3.0.0_softdevice. We want to do the OTA on it. Before I add a DFU service to make it switch to bootloader, I have use...
Hello, I'm sending a series of data up to 7 bytes from an android phone, but I can only receive the first 5.
I'm asking what are the list of thing to mind if I were trying...
Hi,
I am trying to initiate Firmware Upgrade using the nRF Connect Mobile Application (also tried using nRF ToolBox).
As described in the below link -
github.com/.....
The footprint of sd_ble_gap_connect() is:
uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t...