Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
Hi!
Well, this might be off topic but as nordic is involved in zephyr I will try:
As nrfsdk only supports S=8 for sending messages I would like to try the zephyr project...
setup
nrf52840 with 4 peripherals and 3 centrals
Is the following png shot valid where it states that in sdk15.0 that the advertising module only supports 1 peripheral...
Hi,
I'm pretty new to nordic development, so I'm sure the error I'm facing is easy to solve, but yet I can't do it by myself.
So, I'm using the nRF51422 on a custom board...
Hi,
Can we do the OTA firmware update using WIFI or Ethernet so that it does not involve any kind of user involvement ??? We are using nrf52840 chip.
Thanks,
I have the latest firmware in the modem (0.7.0-29.alpha) and i have the at client sample code on my board, I set my APN but the board doesn't connect
I'm sure that the APN...
Hi, everyone,
We are developing project on nRF52832 by using the newest 15.3 version (nRF5_SDK_15.3.0_59ac345). The project is built from bootloader and main application...
Hello, my old question: https://devzone.nordicsemi.com/f/nordic-q-a/48087/nrf51822-s130-hardfault-error
I found something.
After removing -fdata-sections in makefile,...
I'm trying to get the nrf52810 (pca10040e s112) to wake up from sleep every 5 second using RTC or timer. My goal is to sleep on less than 2 uA. I'm using the pca10040 development...
nRF52832
SDK15.3.0
ble_app_gls
ble_app_gls( SDK15.3.0 ) works perfectly and I want to port this "request pairing immediately feature" to my own project.
I referred...
Hello,
I'm trying to add another LTE device to nrf connect. But I am facing problem when adding it, I have my own sim card for iot from Singtel, It worked with the first...
I am interfacing sim 808 which is a uart based module with my nrf device.
The default buffer size is 256, can i increase this buffer size? If so how?
Also how do I clear...
Is there a distinction in the functionality between the functions defined in nrf_socket.h and socket.h? For example, the functions nrf_socket and zsock_socket seem to do the...