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...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
Hi,
Recently I came across this example which gives mesh & uart in single application. now i'm trying to add GATT proxy to it so that i can do provisioning via nrf mesh...
Hi,
I have read the dfu protocal and found that there are three types of dfu transfer which are identified by a firmware ID. Now I want to add a new part to update the user...
Dear,
I am using THINGY91 for proving my concept, I put THINGY91 in the freezer - to adapt to the temperature.
I am using NB_iot of telia (norway)
My problem is: sometimes...
Hi,
I am using the NRF52832 with softdevice 6.1.1
I am using the minimal ble_app_uart ecample, just changes the RX_PIN_NUMBER to 11 an TX_PIN_NUMBER to 12 to mach my board...
Hello ,
I want to read the values from tera term , and PCA10040 have to read that value on polling basis .
Then advertise that values / data as manufacturing data. i am...
Hi
it looks like my MQTT-SN is not working.
I am trying to run MQTTSN Example in nRF52840 devices. https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter...
Hi,
I have 3 Devices that constantly broadcast their position to each other so the other can adjust the position each other. they act like master and slave but ther are...
I'm trying to get the most performance per mA out of my nRF52, for test purposes I've used the nrfx libraries to communicate to the peripherals but I want to make my own....
Dear Nordic
my SOFT DFU fail when I init the WDT, but I have feeddog and disable the WDT, like below:
static bool app_shutdown_handler(nrf_pwr_mgmt_evt_t event) { switch...
When access_model_subscription_list_dealloc() is called the entry is memset to 0 and the ACCESS_INTERNAL_STATE_INVALIDATED flag is set.
The function access_model_subscription_list_alloc...
Hi all,
I have a nRF52 DK (PCA10040 V1.2.1), and I want to learn how to develop on macOS.
I read from this link , and I got following information.
But I cannot know...
Hi,
I use The Texas Instrument software "SmartRF Packet Sniffer Bluetooth Low Energy" to catch the communication between my peripheral build with nRF52832 and Zwift (software...
Hello
I am trying to configure your TWIS (not using the SDK) and have run into the problem that the TWI master cannot pull the SDA and SCL line low. So, the communication...